diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-15 00:34:40 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-15 00:34:40 +0000 |
commit | 029743f0458df9926da9360707936f876f672f1f (patch) | |
tree | e901e6d2096a54d42d5f5836b5be492caede5d5a /net-p2p | |
parent | don't assign to P; inherit eutils for epatch; error messages (diff) | |
download | historical-029743f0458df9926da9360707936f876f672f1f.tar.gz historical-029743f0458df9926da9360707936f876f672f1f.tar.bz2 historical-029743f0458df9926da9360707936f876f672f1f.zip |
Added app-arch/unzip to DEPEND since we need it to extract the source. Closes bug #44676.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/bittorrent/Manifest | 10 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.3.0.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.1.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.1a.ebuild | 3 |
5 files changed, 17 insertions, 9 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/Manifest b/net-p2p/bittorrent/Manifest index 86a0f66e71fd..69f64583b5e0 100644 --- a/net-p2p/bittorrent/Manifest +++ b/net-p2p/bittorrent/Manifest @@ -1,8 +1,8 @@ -MD5 9118d045aa85a4ce5e70c7c5f14ea65d ChangeLog 3952 -MD5 44b9aa995793436b7008fecfad25e9dd bittorrent-3.4.1a.ebuild 1712 +MD5 bb9989353627f50e2397b3a46cd51147 bittorrent-3.4.1a.ebuild 1731 +MD5 7e78978592c2e840132fe9e2534e2df7 bittorrent-3.4.1.ebuild 1730 +MD5 d8e721ca464d54e1519530cd0699c159 bittorrent-3.3.0.ebuild 1718 +MD5 b087b650b17676cc0319ac93cf810a30 ChangeLog 4185 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 493e911688695c4bb27aef31f567e5b2 bittorrent-3.4.1.ebuild 1714 -MD5 b8435e57c0b439d46729e05a3e21de0d bittorrent-3.3.0.ebuild 1699 -MD5 55203bedc153a58daef48bc35451abd6 files/digest-bittorrent-3.4.1 65 MD5 041cb026a6f1c38c3ceef68e3a3001de files/digest-bittorrent-3.4.1a 66 MD5 5552dfd01545331cd268d47a8a18165e files/digest-bittorrent-3.3.0 66 +MD5 55203bedc153a58daef48bc35451abd6 files/digest-bittorrent-3.4.1 65 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" |