diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-01-07 22:52:24 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-01-07 22:52:24 +0000 |
commit | 0beeec260eb3204174d4b246c6a09c311ba2f343 (patch) | |
tree | c302d685c223bd24ce0bffabf4e40c3b0a109c3b /net-p2p | |
parent | the little voices in my head told me to mark this stable on sparc (diff) | |
download | historical-0beeec260eb3204174d4b246c6a09c311ba2f343.tar.gz historical-0beeec260eb3204174d4b246c6a09c311ba2f343.tar.bz2 historical-0beeec260eb3204174d4b246c6a09c311ba2f343.zip |
adding curl to depend. Closes 37529.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/amule/Manifest | 6 | ||||
-rw-r--r-- | net-p2p/amule/amule-1.2.3.ebuild | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index c2d240593b4f..cd834262e5ab 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/amule # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.9 2004/01/07 13:48:40 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.10 2004/01/07 22:52:24 mholzer Exp $ + + 08 Jan 2004; Martin Holzer <mholzer@gentoo.org> amule-1.2.3.ebuild: + adding curl to depend. Closes 37529. *amule-1.2.3 (07 Jan 2004) diff --git a/net-p2p/amule/Manifest b/net-p2p/amule/Manifest index 241036afe1ea..8406a662a32a 100644 --- a/net-p2p/amule/Manifest +++ b/net-p2p/amule/Manifest @@ -1,8 +1,8 @@ -MD5 a557210772c177952284fbdc524b14fc ChangeLog 1550 -MD5 ba7ccc35b62d65b78c3dec63e2943928 amule-1.1.0.ebuild 979 MD5 cd7f2480fa4b9b8d06a7b387383e0331 amule-1.1.2.ebuild 1057 +MD5 ba7ccc35b62d65b78c3dec63e2943928 amule-1.1.0.ebuild 979 +MD5 5476a6661c01e8a9494cfbdb131f5f61 amule-1.2.3.ebuild 706 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 -MD5 2a40debbd1a257f8015b44bb950081bb amule-1.2.3.ebuild 682 +MD5 f9b98594edc1e095f81c434b1425306f ChangeLog 1663 MD5 1f788e567786e2aefb362559593e827a files/digest-amule-1.1.0 65 MD5 d7d7f67407285123a636467ef9160324 files/digest-amule-1.1.2 65 MD5 c017d62483301d503a37effb14164166 files/digest-amule-1.2.3 65 diff --git a/net-p2p/amule/amule-1.2.3.ebuild b/net-p2p/amule/amule-1.2.3.ebuild index 8b55479f88c9..1abb6bb5786f 100644 --- a/net-p2p/amule/amule-1.2.3.ebuild +++ b/net-p2p/amule/amule-1.2.3.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/amule/amule-1.2.3.ebuild,v 1.2 2004/01/07 13:51:52 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.2.3.ebuild,v 1.3 2004/01/07 22:52:24 mholzer Exp $ MY_P=${P/m/M} S=${WORKDIR}/${MY_P} @@ -17,6 +17,7 @@ KEYWORDS="~x86 ~amd64" IUSE="nls" DEPEND=">=x11-libs/wxGTK-2.4.1 + >=net-ftp/curl-7.9.7 >=sys-libs/zlib-1.2.1" src_compile () { |