diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-06-21 23:35:39 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-06-21 23:35:39 +0000 |
commit | 429ebd33522a93717ba187e28ff27d6bdc27dada (patch) | |
tree | 2f27ace8d8b73e3a144d2b009c626d355dbaee9f /net-p2p/sancho-bin | |
parent | remove some old stuff (Manifest recommit) (diff) | |
download | gentoo-2-429ebd33522a93717ba187e28ff27d6bdc27dada.tar.gz gentoo-2-429ebd33522a93717ba187e28ff27d6bdc27dada.tar.bz2 gentoo-2-429ebd33522a93717ba187e28ff27d6bdc27dada.zip |
stable on x86 (old tarball removed requiring early bump)
Diffstat (limited to 'net-p2p/sancho-bin')
-rw-r--r-- | net-p2p/sancho-bin/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.3 | 2 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.3.ebuild | 50 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild | 4 |
4 files changed, 7 insertions, 55 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog index ed16eaf604b9..9f01cadcadf1 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 Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.4 2004/06/16 22:35:46 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.5 2004/06/21 23:35:39 squinky86 Exp $ + + 22 Jun 2004; Jon Hood <squinky86@gentoo.org> -sancho-bin-0.9.4.3.ebuild, + sancho-bin-0.9.4.5-r1.ebuild: + 0.9.4.3 tarball removed- requires 0.9.4.5 to be marked stable *sancho-bin-0.9.4.5-r1 (16 Jun 2004) diff --git a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.3 b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.3 deleted file mode 100644 index 2d4946cf5a89..000000000000 --- a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 b58b3991cfb848f2a7c4a13c1e5eb093 sancho-0.9.4-3-linux-gtk.tar.bz2 4814219 -MD5 d93327091e7d9088780be7819b4e3ad3 sancho-0.9.4-3-linux-fox.tar.bz2 5071565 diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.3.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.3.ebuild deleted file mode 100644 index e4e61ff04e4a..000000000000 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# 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.3.ebuild,v 1.3 2004/06/16 01:33:46 squinky86 Exp $ - -IUSE="gtk2" - -DESCRIPTION="a powerful frontend for mldonkey" -SRC_URI="gtk2? ( http://sancho-gui.sourceforge.net/tmp/${PN/-bin/}-${PV/.3/-3}-linux-gtk.tar.bz2 ) - !gtk2? ( http://sancho-gui.sourceforge.net/tmp/${PN/-bin/}-${PV/.3/-3}-linux-fox.tar.bz2 )" -HOMEPAGE="http://sancho-gui.sourceforge.net/" - -KEYWORDS="x86" -SLOT="0" -LICENSE="CPL-1.0 LGPL-2.1" -RESTRICT="nomirror" - -DEPEND="virtual/glibc - virtual/x11 - gtk2? ( >=x11-libs/gtk+-2 )" - -use gtk2 && TOOLKIT="gtk" || TOOLKIT="fox" -S="${WORKDIR}/${PN/-bin/}-${PV/.3/-3}-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.5-r1.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild index cc4d956b0b67..262000008bfe 100644 --- 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 @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.1 2004/06/16 22:35:46 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild,v 1.2 2004/06/21 23:35:39 squinky86 Exp $ IUSE="gtk2" @@ -15,7 +15,7 @@ SRC_URI="http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-${TOOLKIT}.tar.bz2" SRC_URI="gtk2? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 ) !gtk2? ( 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" RESTRICT="nomirror" |