summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-08-13 00:15:57 +0000
committerJon Hood <squinky86@gentoo.org>2004-08-13 00:15:57 +0000
commit5a68bd2f9b4f39babbd128650f6548404e7a1dd6 (patch)
treeb2c62e1547c7688afc4201f02965e78b516e34df /net-p2p/sancho-bin
parentAdded dev-libs/boehm-gc:c++. (diff)
downloadgentoo-2-5a68bd2f9b4f39babbd128650f6548404e7a1dd6.tar.gz
gentoo-2-5a68bd2f9b4f39babbd128650f6548404e7a1dd6.tar.bz2
gentoo-2-5a68bd2f9b4f39babbd128650f6548404e7a1dd6.zip
stable on x86 irt #60108
Diffstat (limited to 'net-p2p/sancho-bin')
-rw-r--r--net-p2p/sancho-bin/ChangeLog6
-rw-r--r--net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.5-r12
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild55
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild4
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.9.ebuild6
5 files changed, 12 insertions, 61 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog
index 639927d15525..274a4b9d0b00 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.11 2004/08/11 17:05:05 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.12 2004/08/13 00:15:57 squinky86 Exp $
+
+ 12 Aug 2004; Jon Hood <squinky86@gentoo.org> -sancho-bin-0.9.4.5-r1.ebuild,
+ sancho-bin-0.9.4.7.ebuild, sancho-bin-0.9.4.9.ebuild:
+ Stable on x86 irt #60108 and removing non-working version.
*sancho-bin-0.9.4.9 (11 Aug 2004)
diff --git a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.5-r1 b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.5-r1
deleted file mode 100644
index d463324bc338..000000000000
--- a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.5-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 b3ff8e6dfff3631ed0ab8e5df4ff1f3a sancho-0.9.4-5-linux-gtk.tar.bz2 4831347
-MD5 7ed5b82ab7fdcc8507ab9658fd64af0e sancho-0.9.4-5-linux-fox.tar.bz2 5085770
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild
deleted file mode 100644
index bd73178ddcad..000000000000
--- a/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild
+++ /dev/null
@@ -1,55 +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.5-r1.ebuild,v 1.5 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"
-RESTRICT="nomirror"
-
-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.7.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild
index 41d92523e4c1..a3e2f94cc181 100644
--- a/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild
+++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.7.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.7.ebuild,v 1.2 2004/08/10 02:33:48 squinky86 Exp $
+# $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"
@@ -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"
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 077961a76ad4..3736d35c2f0d 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.1 2004/08/11 17:05:05 squinky86 Exp $
+# $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 $
IUSE="gtk"
@@ -51,4 +51,8 @@ pkg_postinst() {
einfo "Sancho requires the presence of a p2p core, like"
einfo "net-p2p/mldonkey, in order to operate."
einfo
+ einfo "Note also that previous versions of sancho-bin"
+ einfo "had the gtk2 USE flag by mistake. This has now"
+ einfo "been changed to \"gtk\" for those affected."
+ einfo
}