diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-05-01 06:02:12 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-05-01 06:02:12 +0000 |
commit | 53947b256a915a01c3c1ab1f2ef2b1f72065ba3b (patch) | |
tree | 83bcf5c44c290dbdd361de80edb2392202efa2ab /net-p2p | |
parent | Version bump. closes bug #49334 (diff) | |
download | historical-53947b256a915a01c3c1ab1f2ef2b1f72065ba3b.tar.gz historical-53947b256a915a01c3c1ab1f2ef2b1f72065ba3b.tar.bz2 historical-53947b256a915a01c3c1ab1f2ef2b1f72065ba3b.zip |
depend on virtual/x11 and add gentoo copyright header to files
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/sancho-bin/ChangeLog | 4 | ||||
-rw-r--r-- | net-p2p/sancho-bin/Manifest | 6 | ||||
-rw-r--r-- | net-p2p/sancho-bin/files/sancho.sh | 5 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.3.ebuild | 5 |
4 files changed, 13 insertions, 7 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/Manifest b/net-p2p/sancho-bin/Manifest index 4bee3b5ee2c8..b588aafaea70 100644 --- a/net-p2p/sancho-bin/Manifest +++ b/net-p2p/sancho-bin/Manifest @@ -1,5 +1,5 @@ -MD5 1c34089c9e48349d6044f054763ac0c7 sancho-bin-0.9.4.3.ebuild 1239 -MD5 b1f6c66b4170ad5b0416c5ac7d883f55 ChangeLog 473 +MD5 c27b046927d1025ab0bdbc98deca30f5 sancho-bin-0.9.4.3.ebuild 1243 +MD5 b7b6710b66d39b9bfea8a9e99a485b70 ChangeLog 495 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 -MD5 b2dae76ca9aba0979e4edf878582a74a files/sancho.sh 40 +MD5 8cac6792ae05352c01e60f8463037243 files/sancho.sh 270 MD5 c5112601a616409f11ee0b575f2ba617 files/digest-sancho-bin-0.9.4.3 156 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" |