summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/sancho-bin/ChangeLog4
-rw-r--r--net-p2p/sancho-bin/files/sancho.sh5
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.3.ebuild5
3 files changed, 10 insertions, 4 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog
index 8f214ca90c7c..5420a7704316 100644
--- a/net-p2p/sancho-bin/ChangeLog
+++ b/net-p2p/sancho-bin/ChangeLog
@@ -1,11 +1,11 @@
# 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.1 2004/05/01 05:47:50 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.2 2004/05/01 06:02:12 squinky86 Exp $
*sancho-bin-0.9.4.3 (01 May 2004)
01 May 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml,
+files/sancho.sh, +sancho-bin-0.9.4.3.ebuild:
Initial commit. Closes #45890. Thanks to Daniel Haus <daniel.haus@ematia.de>
- for the original ebuild.
+ for the original ebuild. Also updating DEPEND.
diff --git a/net-p2p/sancho-bin/files/sancho.sh b/net-p2p/sancho-bin/files/sancho.sh
index db48acfe0bcc..1867d161cc25 100644
--- a/net-p2p/sancho-bin/files/sancho.sh
+++ b/net-p2p/sancho-bin/files/sancho.sh
@@ -1,3 +1,8 @@
#!/bin/bash
+
+# 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/files/sancho.sh,v 1.2 2004/05/01 06:02:12 squinky86 Exp $
+
cd /opt/sancho
./sancho-bin
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
index 222b1cca29ea..d9a728a6c892 100644
--- a/net-p2p/sancho-bin/sancho-bin-0.9.4.3.ebuild
+++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.3.ebuild
@@ -1,10 +1,10 @@
# 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.1 2004/05/01 05:47:50 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.3.ebuild,v 1.2 2004/05/01 06:02:12 squinky86 Exp $
IUSE="gtk2"
-DESCRIPTION="Sancho - a powerful frontend for mldonkey"
+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/"
@@ -15,6 +15,7 @@ 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"