summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-08-11 17:05:05 +0000
committerJon Hood <squinky86@gentoo.org>2004-08-11 17:05:05 +0000
commit38ebadaea22f870ae758eb8bf255ab4f24c3f263 (patch)
tree4d47fbd1875b52f85101898a5c651810036e7b87 /net-p2p/sancho-bin
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-38ebadaea22f870ae758eb8bf255ab4f24c3f263.tar.gz
gentoo-2-38ebadaea22f870ae758eb8bf255ab4f24c3f263.tar.bz2
gentoo-2-38ebadaea22f870ae758eb8bf255ab4f24c3f263.zip
version bump, closes #59997
Diffstat (limited to 'net-p2p/sancho-bin')
-rw-r--r--net-p2p/sancho-bin/ChangeLog7
-rw-r--r--net-p2p/sancho-bin/Manifest2
-rw-r--r--net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.92
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.9.ebuild54
4 files changed, 64 insertions, 1 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog
index 213466740c38..639927d15525 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.10 2004/08/10 02:33:48 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.11 2004/08/11 17:05:05 squinky86 Exp $
+
+*sancho-bin-0.9.4.9 (11 Aug 2004)
+
+ 11 Aug 2004; Jon Hood <squinky86@gentoo.org> +sancho-bin-0.9.4.9.ebuild:
+ Version bump, thanks spiralvoice <spiralvoice@hotmail.com>, #59997.
*sancho-bin-0.9.4.8 (09 Aug 2004)
diff --git a/net-p2p/sancho-bin/Manifest b/net-p2p/sancho-bin/Manifest
index 79574236ccd9..263d2a990e6e 100644
--- a/net-p2p/sancho-bin/Manifest
+++ b/net-p2p/sancho-bin/Manifest
@@ -1,9 +1,11 @@
MD5 3f2f50ff19666b678ce7cd1165cd2305 sancho-bin-0.9.4.8.ebuild 1287
MD5 16f96c72e2be5feefb5006cf72ad29c7 sancho-bin-0.9.4.5-r1.ebuild 1309
MD5 77118a62d46b4231a948196f2b7688e7 sancho-bin-0.9.4.7.ebuild 1287
+MD5 3f2f50ff19666b678ce7cd1165cd2305 sancho-bin-0.9.4.9.ebuild 1287
MD5 9f7a25b70d90ab1a64a5711ad8fc8277 ChangeLog 1661
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
+MD5 a2ae84d56946ee97066eaa975014c4c3 files/digest-sancho-bin-0.9.4.9 156
diff --git a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.9 b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.9
new file mode 100644
index 000000000000..641cf0740c20
--- /dev/null
+++ b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.9
@@ -0,0 +1,2 @@
+MD5 a8109172e2861309a23085329adfc85c sancho-0.9.4-9-linux-gtk.tar.bz2 3915779
+MD5 dc3860b20af8d0d5bd86df60164c2757 sancho-0.9.4-9-linux-fox.tar.bz2 4148090
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
new file mode 100644
index 000000000000..077961a76ad4
--- /dev/null
+++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.9.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.9.ebuild,v 1.1 2004/08/11 17:05:05 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 )"
+
+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
+}