diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-10 18:54:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-10 18:54:32 +0000 |
commit | e5cb5753304de8019be2f86d8dbee785b7191310 (patch) | |
tree | 0dfeb6e6591100c44a5d712e17cf042e210f24fa /net-p2p/sancho-bin | |
parent | Added ~ppc wrt bug 163745 (diff) | |
download | gentoo-2-e5cb5753304de8019be2f86d8dbee785b7191310.tar.gz gentoo-2-e5cb5753304de8019be2f86d8dbee785b7191310.tar.bz2 gentoo-2-e5cb5753304de8019be2f86d8dbee785b7191310.zip |
drop old
(Portage version: 2.1.2-r9)
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.56 | 3 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.56.ebuild | 57 |
3 files changed, 5 insertions, 61 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog index ab21b56893cd..ff9b8de1697e 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.37 2007/02/04 18:31:51 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.38 2007/02/10 18:54:32 armin76 Exp $ + + 10 Feb 2007; Raúl Porcel <armin76@gentoo.org> + -sancho-bin-0.9.4.56.ebuild: + drop old 04 Feb 2007; Steve Dibb <beandog@gentoo.org> sancho-bin-0.9.4.57.ebuild: amd64 stable, bug 140812 diff --git a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.56 b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.56 deleted file mode 100644 index 8c044d536609..000000000000 --- a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.56 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9711292e2fbf5a14332280ea733a7f82 sancho-0.9.4-56-linux-gtk.tar.bz2 4687436 -RMD160 b6841eee55b10a0428d1bb5a52a76f370c6bd248 sancho-0.9.4-56-linux-gtk.tar.bz2 4687436 -SHA256 072173087e69750efb9437946dca83d14c52384ff3045d810818a1dfb11a96e6 sancho-0.9.4-56-linux-gtk.tar.bz2 4687436 diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.56.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.56.ebuild deleted file mode 100644 index 4e03aa6f4036..000000000000 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.56.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2006 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.56.ebuild,v 1.4 2006/07/04 14:28:43 squinky86 Exp $ - -MY_P=${P/-bin/} -MY_P=${MY_P%.*}-${MY_P##*.} - -DESCRIPTION="a powerful frontend for mldonkey" -HOMEPAGE="http://sancho-gui.sourceforge.net/" -SRC_URI="http://sancho-gui.sourceforge.net/dl/tmp94/${MY_P}-linux-gtk.tar.bz2" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="CPL-1.0 LGPL-2.1" - -DEPEND="virtual/libc - || ( ( x11-libs/libXxf86vm - x11-libs/libXext - x11-libs/libX11 - ) virtual/x11 ) - >=x11-libs/gtk+-2 - >=net-libs/linc-1.0.3 - amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 - >=app-emulation/emul-linux-x86-gtklibs-1.0 )" - -S="${WORKDIR}/${MY_P}-linux-gtk" - -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 - - insinto /etc/revdep-rebuild - doins ${FILESDIR}/50-${PN} -} - -pkg_postinst() { - einfo - einfo "Sancho requires the presence of a p2p core, like" - einfo "net-p2p/mldonkey, in order to operate." - einfo -} |