summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2006-07-04 14:28:43 +0000
committerJon Hood <squinky86@gentoo.org>2006-07-04 14:28:43 +0000
commit27d1d78e9959e497d5fcc0776282bc94da3924ec (patch)
tree1453ed2dfa1288caa97bcc3530abc9d1827fa46b /net-p2p/sancho-bin
parentFixed RDEPEND wrt bug #134781; fixed header (diff)
downloadgentoo-2-27d1d78e9959e497d5fcc0776282bc94da3924ec.tar.gz
gentoo-2-27d1d78e9959e497d5fcc0776282bc94da3924ec.tar.bz2
gentoo-2-27d1d78e9959e497d5fcc0776282bc94da3924ec.zip
Add revdep-rebuild fixes, bug #139102. Add command-line argument fixes, bug #136294. Should also resolve bug #64221.
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'net-p2p/sancho-bin')
-rw-r--r--net-p2p/sancho-bin/ChangeLog8
-rw-r--r--net-p2p/sancho-bin/files/50-sancho-bin1
-rw-r--r--net-p2p/sancho-bin/files/sancho.sh4
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.56.ebuild5
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.57.ebuild6
5 files changed, 19 insertions, 5 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog
index 64e69a71447a..213304b115d8 100644
--- a/net-p2p/sancho-bin/ChangeLog
+++ b/net-p2p/sancho-bin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/sancho-bin
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.33 2006/06/06 21:26:57 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.34 2006/07/04 14:28:43 squinky86 Exp $
+
+ 04 Jul 2006; Jon Hood <squinky86@gentoo.org> +files/50-sancho-bin,
+ files/sancho.sh, sancho-bin-0.9.4.56.ebuild, sancho-bin-0.9.4.57.ebuild:
+ Fix revdep-rebuild support, bug #139102 thanks to spiralvoice
+ <spiralvoice@hotmail.com>. Fix command-line arguments not being passed, bug
+ #136294 thanks to Markus Daeschler <piezza@evil-corporation.com>.
*sancho-bin-0.9.4.57 (07 Jun 2006)
diff --git a/net-p2p/sancho-bin/files/50-sancho-bin b/net-p2p/sancho-bin/files/50-sancho-bin
new file mode 100644
index 000000000000..6e15494bec1f
--- /dev/null
+++ b/net-p2p/sancho-bin/files/50-sancho-bin
@@ -0,0 +1 @@
+SEARCH_DIRS_MASK="/opt/sancho"
diff --git a/net-p2p/sancho-bin/files/sancho.sh b/net-p2p/sancho-bin/files/sancho.sh
index b80fbe9bbfc4..e6f74ebbc9e4 100644
--- a/net-p2p/sancho-bin/files/sancho.sh
+++ b/net-p2p/sancho-bin/files/sancho.sh
@@ -2,7 +2,7 @@
# 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/files/sancho.sh,v 1.3 2004/07/15 00:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/files/sancho.sh,v 1.4 2006/07/04 14:28:43 squinky86 Exp $
cd /opt/sancho
-./sancho-bin
+./sancho-bin ${*}
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.56.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.56.ebuild
index 739fda842b56..4e03aa6f4036 100644
--- a/net-p2p/sancho-bin/sancho-bin-0.9.4.56.ebuild
+++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.56.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.56.ebuild,v 1.3 2006/06/06 21:06:25 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.56.ebuild,v 1.4 2006/07/04 14:28:43 squinky86 Exp $
MY_P=${P/-bin/}
MY_P=${MY_P%.*}-${MY_P##*.}
@@ -44,6 +44,9 @@ src_install() {
dodir /etc/env.d
echo -e "PATH=/opt/sancho\n" > ${D}/etc/env.d/20sancho
+
+ insinto /etc/revdep-rebuild
+ doins ${FILESDIR}/50-${PN}
}
pkg_postinst() {
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.57.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.57.ebuild
index 7184494ce32b..4e15f168b647 100644
--- a/net-p2p/sancho-bin/sancho-bin-0.9.4.57.ebuild
+++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.57.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.57.ebuild,v 1.1 2006/06/06 21:26:57 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.57.ebuild,v 1.2 2006/07/04 14:28:43 squinky86 Exp $
inherit eutils
@@ -46,6 +46,10 @@ src_install() {
dodir /etc/env.d
echo -e "PATH=/opt/sancho\n" > ${D}/etc/env.d/20sancho
+
+ insinto /etc/revdep-rebuild
+ doins ${FILESDIR}/50-${PN}
+
make_desktop_entry sancho sancho /opt/sancho/distrib/sancho-32.xpm
}