diff options
-rw-r--r-- | net-p2p/sancho-bin/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/sancho-bin/Manifest | 12 | ||||
-rw-r--r-- | net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.16 | 2 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.16.ebuild | 59 |
4 files changed, 69 insertions, 11 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog index 6911a577985a..52e81e553bf4 100644 --- a/net-p2p/sancho-bin/ChangeLog +++ b/net-p2p/sancho-bin/ChangeLog @@ -1,6 +1,11 @@ # 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.17 2004/09/16 23:55:48 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.18 2004/10/05 16:07:00 squinky86 Exp $ + +*sancho-bin-0.9.4.16 (05 Oct 2004) + + 05 Oct 2004; Jon Hood <squinky86@gentoo.org> +sancho-bin-0.9.4.16.ebuild: + Version bump, thanks spiralvoice <spiralvoice@hotmail.com>, #65997. *sancho-bin-0.9.4.14-r1 (16 Sep 2004) diff --git a/net-p2p/sancho-bin/Manifest b/net-p2p/sancho-bin/Manifest index b0db681c59a9..474be499e51a 100644 --- a/net-p2p/sancho-bin/Manifest +++ b/net-p2p/sancho-bin/Manifest @@ -1,6 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 74a1eeba942992914ce8ea6d3b8fb534 sancho-bin-0.9.4.16.ebuild 1487 MD5 ab1f5207e9b467a706472c84e293cc18 sancho-bin-0.9.4.11.ebuild 1483 MD5 74a1eeba942992914ce8ea6d3b8fb534 sancho-bin-0.9.4.14-r1.ebuild 1487 MD5 64ac5948f566492f6c84361787b28160 ChangeLog 3035 @@ -8,10 +6,4 @@ MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 9c8935033c3fe62be83d6ad6e80d5f4e files/sancho.sh 260 MD5 735c747877cd42821c7db531e9bc3f6b files/digest-sancho-bin-0.9.4.14-r1 158 MD5 af6526c79837318f013013109469c41a files/digest-sancho-bin-0.9.4.11 158 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBSigNcAgAdbxYsnERAkgxAJwMwMzfgd3lp1oMG+stpB4zN9xBvQCdHbV7 -kIVgjCt0jTz4wi5yfFQkhgo= -=ahT7 ------END PGP SIGNATURE----- +MD5 9cae9904f5eefe9dd46134d0ce76a100 files/digest-sancho-bin-0.9.4.16 158 diff --git a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.16 b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.16 new file mode 100644 index 000000000000..b969ee9b3de8 --- /dev/null +++ b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.16 @@ -0,0 +1,2 @@ +MD5 5b5cb3310fd69dc56a94db194f04c769 sancho-0.9.4-16-linux-gtk.tar.bz2 3713800 +MD5 76350f3cfe273a173942b2be7675712f sancho-0.9.4-16-linux-fox.tar.bz2 4065505 diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.16.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.16.ebuild new file mode 100644 index 000000000000..5cbbf55db58d --- /dev/null +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.16.ebuild @@ -0,0 +1,59 @@ +# 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.16.ebuild,v 1.1 2004/10/05 16:07:00 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 + >=net-libs/linc-1.0.3 )" + +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 + 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 +} |