summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-15 00:34:40 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-15 00:34:40 +0000
commitd762fd2260ff8f963198616af6042c62478fa545 (patch)
tree52c9936a672fcd99f19bd98d98c5cbd0f12c3e7a /net-p2p/bittorrent
parentdon't assign to P; inherit eutils for epatch; error messages (Manifest recommit) (diff)
downloadgentoo-2-d762fd2260ff8f963198616af6042c62478fa545.tar.gz
gentoo-2-d762fd2260ff8f963198616af6042c62478fa545.tar.bz2
gentoo-2-d762fd2260ff8f963198616af6042c62478fa545.zip
Added app-arch/unzip to DEPEND since we need it to extract the source. Closes bug #44676.
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r--net-p2p/bittorrent/ChangeLog7
-rw-r--r--net-p2p/bittorrent/bittorrent-3.3.0.ebuild3
-rw-r--r--net-p2p/bittorrent/bittorrent-3.4.1.ebuild3
-rw-r--r--net-p2p/bittorrent/bittorrent-3.4.1a.ebuild3
4 files changed, 12 insertions, 4 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog
index 043717f21982..447dac5b229b 100644
--- a/net-p2p/bittorrent/ChangeLog
+++ b/net-p2p/bittorrent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/bittorrent
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.25 2004/03/13 23:30:43 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.26 2004/03/15 00:34:40 eradicator Exp $
+
+ 14 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ bittorrent-3.3.0.ebuild, bittorrent-3.4.1.ebuild, bittorrent-3.4.1a.ebuild:
+ Added app-arch/unzip to DEPEND since we need it to extract the source. Closes
+ bug #44676.
*bittorrent-3.4.1a (14 Mar 2004)
diff --git a/net-p2p/bittorrent/bittorrent-3.3.0.ebuild b/net-p2p/bittorrent/bittorrent-3.3.0.ebuild
index 231278b377a4..42f01104399b 100644
--- a/net-p2p/bittorrent/bittorrent-3.3.0.ebuild
+++ b/net-p2p/bittorrent/bittorrent-3.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.3.0.ebuild,v 1.4 2004/02/11 21:33:19 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.3.0.ebuild,v 1.5 2004/03/15 00:34:40 eradicator Exp $
inherit distutils
@@ -20,6 +20,7 @@ RDEPEND="X? ( >=dev-python/wxPython-2.2 )
>=dev-lang/python-2.1
!virtual/bittorrent"
DEPEND="${RDEPEND}
+ app-arch/unzip
>=sys-apps/sed-4.0.5"
PROVIDE="virtual/bittorrent"
diff --git a/net-p2p/bittorrent/bittorrent-3.4.1.ebuild b/net-p2p/bittorrent/bittorrent-3.4.1.ebuild
index 7a37b6c88bec..2831dbc05541 100644
--- a/net-p2p/bittorrent/bittorrent-3.4.1.ebuild
+++ b/net-p2p/bittorrent/bittorrent-3.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.1.ebuild,v 1.1 2004/03/12 12:13:23 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.1.ebuild,v 1.2 2004/03/15 00:34:40 eradicator Exp $
inherit distutils
@@ -22,6 +22,7 @@ RDEPEND="X? ( >=dev-python/wxPython-2.2 )
>=dev-lang/python-2.1
!virtual/bittorrent"
DEPEND="${RDEPEND}
+ app-arch/unzip
>=sys-apps/sed-4.0.5"
PROVIDE="virtual/bittorrent"
diff --git a/net-p2p/bittorrent/bittorrent-3.4.1a.ebuild b/net-p2p/bittorrent/bittorrent-3.4.1a.ebuild
index d6ded10d85a6..7c284bb6a325 100644
--- a/net-p2p/bittorrent/bittorrent-3.4.1a.ebuild
+++ b/net-p2p/bittorrent/bittorrent-3.4.1a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.1a.ebuild,v 1.1 2004/03/13 23:30:43 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.1a.ebuild,v 1.2 2004/03/15 00:34:40 eradicator Exp $
inherit distutils
@@ -22,6 +22,7 @@ RDEPEND="X? ( >=dev-python/wxPython-2.2 )
>=dev-lang/python-2.1
!virtual/bittorrent"
DEPEND="${RDEPEND}
+ app-arch/unzip
>=sys-apps/sed-4.0.5"
PROVIDE="virtual/bittorrent"