diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-10 02:21:29 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-10 02:21:29 +0000 |
commit | 06522edac6aa24f048b964c7cd19e4dd61c695a4 (patch) | |
tree | 88edbb84daee2395381be3722718d8418b6f9b11 /net-p2p/sancho-bin | |
parent | stable on ppc64, bug #57174 (diff) | |
download | historical-06522edac6aa24f048b964c7cd19e4dd61c695a4.tar.gz historical-06522edac6aa24f048b964c7cd19e4dd61c695a4.tar.bz2 historical-06522edac6aa24f048b964c7cd19e4dd61c695a4.zip |
version bump, closes #59886
Diffstat (limited to 'net-p2p/sancho-bin')
-rw-r--r-- | net-p2p/sancho-bin/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/sancho-bin/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.8 | 2 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild | 54 |
4 files changed, 65 insertions, 2 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog index a8e409937a11..92151605fd94 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.8 2004/08/04 00:45:31 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.9 2004/08/10 02:21:29 squinky86 Exp $ + +*sancho-bin-0.9.4.8 (09 Aug 2004) + + 09 Aug 2004; Jon Hood <squinky86@gentoo.org> +sancho-bin-0.9.4.8.ebuild: + Version bump, closes #59886; thanks spiralvoice <spiralvoice@hotmail.com>. *sancho-bin-0.9.4.7 (03 Aug 2004) diff --git a/net-p2p/sancho-bin/Manifest b/net-p2p/sancho-bin/Manifest index ee9b5ad06314..98e1ce69bc8a 100644 --- a/net-p2p/sancho-bin/Manifest +++ b/net-p2p/sancho-bin/Manifest @@ -1,7 +1,9 @@ +MD5 0deeca0bd0fa199d8a3041137afa3ae7 sancho-bin-0.9.4.8.ebuild 1292 MD5 c4f959e2bb98e918822da0522823a3ef sancho-bin-0.9.4.5-r1.ebuild 1314 MD5 e617b62639411d264c520dbd66a8d0df sancho-bin-0.9.4.7.ebuild 1292 -MD5 48fa2505a0071d01962b214ab046e544 ChangeLog 1402 +MD5 38c856934201cf2cd2c4c57c340b6ecf ChangeLog 1590 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 9c8935033c3fe62be83d6ad6e80d5f4e files/sancho.sh 260 MD5 94095fc16619d56b11b9ef972c422043 files/digest-sancho-bin-0.9.4.5-r1 156 MD5 f264a1342a6e98c198fa05c3c1c39b91 files/digest-sancho-bin-0.9.4.7 156 +MD5 12281da16f34f3a4693efbc0b7b233d3 files/digest-sancho-bin-0.9.4.8 156 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 new file mode 100644 index 000000000000..db744035d322 --- /dev/null +++ b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.8 @@ -0,0 +1,2 @@ +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.8.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild new file mode 100644 index 000000000000..b7835bd026b2 --- /dev/null +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild @@ -0,0 +1,54 @@ +# 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.1 2004/08/10 02:21:29 squinky86 Exp $ + +IUSE="gtk2" + +MY_P=${P/-bin/} +MY_P=${MY_P%.*}-${MY_P##*.} + +use gtk2 && 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="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" +SLOT="0" +LICENSE="CPL-1.0 LGPL-2.1" + +DEPEND="virtual/libc + virtual/x11 + gtk2? ( >=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 +} |