diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2007-01-06 09:38:26 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2007-01-06 09:38:26 +0000 |
commit | c9b04ba21674b40a434d024f7e5845c3da34fc49 (patch) | |
tree | 14e88fd5015ff9761a6acfe2d63d6794d0652ccb /net-misc/aria2 | |
parent | Stable on ppc wrt bug #160324. (diff) | |
download | gentoo-2-c9b04ba21674b40a434d024f7e5845c3da34fc49.tar.gz gentoo-2-c9b04ba21674b40a434d024f7e5845c3da34fc49.tar.bz2 gentoo-2-c9b04ba21674b40a434d024f7e5845c3da34fc49.zip |
Version bump.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'net-misc/aria2')
-rw-r--r-- | net-misc/aria2/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/aria2/aria2-0.9.0.ebuild | 50 | ||||
-rw-r--r-- | net-misc/aria2/files/digest-aria2-0.9.0 | 3 |
3 files changed, 60 insertions, 2 deletions
diff --git a/net-misc/aria2/ChangeLog b/net-misc/aria2/ChangeLog index a79f5b842184..1982cd4a4d40 100644 --- a/net-misc/aria2/ChangeLog +++ b/net-misc/aria2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/aria2 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.7 2006/11/11 14:32:36 nixnut Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.8 2007/01/06 09:38:26 dev-zero Exp $ + +*aria2-0.9.0 (06 Jan 2007) + + 06 Jan 2007; Tiziano Müller <dev-zero@gentoo.org> +aria2-0.9.0.ebuild: + Version bump. 11 Nov 2006; nixnut <nixnut@gentoo.org> aria2-0.8.1.ebuild: Added ~ppc keyword wrt bug 149658 diff --git a/net-misc/aria2/aria2-0.9.0.ebuild b/net-misc/aria2/aria2-0.9.0.ebuild new file mode 100644 index 000000000000..a1e024ecaecd --- /dev/null +++ b/net-misc/aria2/aria2-0.9.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-0.9.0.ebuild,v 1.1 2007/01/06 09:38:26 dev-zero Exp $ + +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP/BitTorrent support." +HOMEPAGE="http://aria2.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +IUSE="ares bittorrent gnutls metalink nls ssl" + +# Tests are still broken +RESTRICT="test" + +CDEPEND="ssl? ( + gnutls? ( net-libs/gnutls ) + !gnutls? ( dev-libs/openssl ) ) + ares? ( >=net-dns/c-ares-1.3.1 ) + bittorrent? ( gnutls? ( dev-libs/libgcrypt ) ) + metalink? ( >=dev-libs/libxml2-2.6.26 )" +DEPEND="${CDEPEND} + nls? ( sys-devel/gettext )" +RDEPEND="${CDEPEND} + nls? ( virtual/libiconv virtual/libintl )" + +src_compile() { + use ssl && \ + myconf="${myconf} $(use_with gnutls) $(use_with !gnutls openssl)" + + # Note: + # - we don't have ares, only libcares + # - depends on libgcrypt only when using openssl + econf \ + $(use_enable nls) \ + $(use_enable metalink) \ + $(use_enable bittorrent) \ + --without-ares \ + $(use_with ares libcares) \ + $(use_with metalink libxml2) \ + ${myconf} \ + || die "econf failed" + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc ChangeLog README AUTHORS TODO NEWS +} diff --git a/net-misc/aria2/files/digest-aria2-0.9.0 b/net-misc/aria2/files/digest-aria2-0.9.0 new file mode 100644 index 000000000000..768cf8716abb --- /dev/null +++ b/net-misc/aria2/files/digest-aria2-0.9.0 @@ -0,0 +1,3 @@ +MD5 f4d1e1761ee2386e5d3a6248b363267f aria2-0.9.0.tar.bz2 405772 +RMD160 3560d8f49ebc8e74f189fe520166d1e340025b2c aria2-0.9.0.tar.bz2 405772 +SHA256 65a51bfd371b78bcf1704b5754b52bfc0468aec5e218ee44cbdd9d5efcc346a6 aria2-0.9.0.tar.bz2 405772 |