summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-09-11 16:10:27 +0000
committerJon Hood <squinky86@gentoo.org>2004-09-11 16:10:27 +0000
commitf3125525bf78d39ef92df317f31821dfda69935c (patch)
treeef515462b80b33cf2d97ac2ec469b3fa624e8cf4
parentstable on x86 (Manifest recommit) (diff)
downloadgentoo-2-f3125525bf78d39ef92df317f31821dfda69935c.tar.gz
gentoo-2-f3125525bf78d39ef92df317f31821dfda69935c.tar.bz2
gentoo-2-f3125525bf78d39ef92df317f31821dfda69935c.zip
stable on x86, cleanups
-rw-r--r--net-p2p/sancho-bin/ChangeLog6
-rw-r--r--net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.72
-rw-r--r--net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.82
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild54
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild54
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.9.ebuild4
6 files changed, 7 insertions, 115 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog
index 1f682e6ed91d..39bc95e7c113 100644
--- a/net-p2p/sancho-bin/ChangeLog
+++ b/net-p2p/sancho-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/sancho-bin
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.14 2004/08/23 00:55:54 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.15 2004/09/11 16:10:27 squinky86 Exp $
+
+ 11 Sep 2004; Jon Hood <squinky86@gentoo.org> -sancho-bin-0.9.4.7.ebuild,
+ -sancho-bin-0.9.4.8.ebuild, sancho-bin-0.9.4.9.ebuild:
+ Stable on x86, cleanup old ebuilds.
*sancho-bin-0.9.4.11 (22 Aug 2004)
diff --git a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.7 b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.7
deleted file mode 100644
index a983bb6f1637..000000000000
--- a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.7
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 9b05d01f4b4858cbaf489be6fbe5c5e7 sancho-0.9.4-7-linux-gtk.tar.bz2 3913576
-MD5 e16dc996c665c0b4fff1244ae75915bd sancho-0.9.4-7-linux-fox.tar.bz2 4144629
diff --git a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.8 b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.8
deleted file mode 100644
index db744035d322..000000000000
--- a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.8
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 0b5a3228dbd9d1b44b839d7602299173 sancho-0.9.4-8-linux-gtk.tar.bz2 3914674
-MD5 f439b1fe7557f555c2d74d7f30531582 sancho-0.9.4-8-linux-fox.tar.bz2 4147672
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild
deleted file mode 100644
index a3e2f94cc181..000000000000
--- a/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild,v 1.3 2004/08/13 00:15:57 squinky86 Exp $
-
-IUSE="gtk"
-
-MY_P=${P/-bin/}
-MY_P=${MY_P%.*}-${MY_P##*.}
-
-use gtk && TOOLKIT="gtk" || TOOLKIT="fox"
-
-DESCRIPTION="a powerful frontend for mldonkey"
-HOMEPAGE="http://sancho-gui.sourceforge.net/"
-SRC_URI="http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-${TOOLKIT}.tar.bz2"
-SRC_URI="gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 )
- !gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )"
-
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="CPL-1.0 LGPL-2.1"
-
-DEPEND="virtual/libc
- virtual/x11
- gtk? ( >=x11-libs/gtk+-2 )"
-
-S="${WORKDIR}/${MY_P}-linux-${TOOLKIT}"
-
-src_compile() {
- einfo "Nothing to compile."
-}
-
-src_install() {
- dodir /opt/sancho
- dodir /opt/bin
-
- cd ${S}
- cp -dpR sancho distrib lib ${D}/opt/sancho
-
- exeinto /opt/sancho
- doexe sancho-bin
-
- exeinto /opt/bin
- newexe ${FILESDIR}/sancho.sh sancho
-
- dodir /etc/env.d
- echo -e "PATH=/opt/sancho\n" > ${D}/etc/env.d/20sancho
-}
-
-pkg_postinst() {
- einfo
- einfo "Sancho requires the presence of a p2p core, like"
- einfo "net-p2p/mldonkey, in order to operate."
- einfo
-}
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild
deleted file mode 100644
index 03d90b013b75..000000000000
--- a/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild,v 1.2 2004/08/10 02:33:48 squinky86 Exp $
-
-IUSE="gtk"
-
-MY_P=${P/-bin/}
-MY_P=${MY_P%.*}-${MY_P##*.}
-
-use gtk && TOOLKIT="gtk" || TOOLKIT="fox"
-
-DESCRIPTION="a powerful frontend for mldonkey"
-HOMEPAGE="http://sancho-gui.sourceforge.net/"
-SRC_URI="http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-${TOOLKIT}.tar.bz2"
-SRC_URI="gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 )
- !gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )"
-
-KEYWORDS="~x86"
-SLOT="0"
-LICENSE="CPL-1.0 LGPL-2.1"
-
-DEPEND="virtual/libc
- virtual/x11
- gtk? ( >=x11-libs/gtk+-2 )"
-
-S="${WORKDIR}/${MY_P}-linux-${TOOLKIT}"
-
-src_compile() {
- einfo "Nothing to compile."
-}
-
-src_install() {
- dodir /opt/sancho
- dodir /opt/bin
-
- cd ${S}
- cp -dpR sancho distrib lib ${D}/opt/sancho
-
- exeinto /opt/sancho
- doexe sancho-bin
-
- exeinto /opt/bin
- newexe ${FILESDIR}/sancho.sh sancho
-
- dodir /etc/env.d
- echo -e "PATH=/opt/sancho\n" > ${D}/etc/env.d/20sancho
-}
-
-pkg_postinst() {
- einfo
- einfo "Sancho requires the presence of a p2p core, like"
- einfo "net-p2p/mldonkey, in order to operate."
- einfo
-}
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.9.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.9.ebuild
index 3736d35c2f0d..326a5756b708 100644
--- a/net-p2p/sancho-bin/sancho-bin-0.9.4.9.ebuild
+++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.9.ebuild,v 1.2 2004/08/13 00:15:57 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.9.ebuild,v 1.3 2004/09/11 16:10:27 squinky86 Exp $
IUSE="gtk"
@@ -15,7 +15,7 @@ SRC_URI="http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-${TOOLKIT}.tar.bz2"
SRC_URI="gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 )
!gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )"
-KEYWORDS="~x86"
+KEYWORDS="x86"
SLOT="0"
LICENSE="CPL-1.0 LGPL-2.1"