diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2006-10-01 23:02:27 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2006-10-01 23:02:27 +0000 |
commit | b28b57f1708f48e303daeb73b0c3728a02aa0c89 (patch) | |
tree | 7c2e6c92350f6aaa94ca5ede5ddb6dbcf6d23275 /net-misc/aria2 | |
parent | removed RDEPEND on l7-filter - bug #149424 (diff) | |
download | historical-b28b57f1708f48e303daeb73b0c3728a02aa0c89.tar.gz historical-b28b57f1708f48e303daeb73b0c3728a02aa0c89.tar.bz2 historical-b28b57f1708f48e303daeb73b0c3728a02aa0c89.zip |
Version bump. Adding ~amd64 (have one too, now :-)
Package-Manager: portage-2.1.2_pre2
Diffstat (limited to 'net-misc/aria2')
-rw-r--r-- | net-misc/aria2/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/aria2/aria2-0.8.1.ebuild | 54 | ||||
-rw-r--r-- | net-misc/aria2/files/digest-aria2-0.8.1 | 3 |
3 files changed, 61 insertions, 1 deletions
diff --git a/net-misc/aria2/ChangeLog b/net-misc/aria2/ChangeLog index 3f84dbb9eda0..88c107927b1f 100644 --- a/net-misc/aria2/ChangeLog +++ b/net-misc/aria2/ChangeLog @@ -1,6 +1,9 @@ # 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.1 2006/09/30 20:13:03 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.2 2006/10/01 23:02:27 dev-zero Exp $ + + 01 Oct 2006; Tiziano Müller <dev-zero@gentoo.org> ChangeLog: + Version bump. ~amd64 KEYWORD added. 30 Sep 2006; Tiziano Müller <dev-zero@gentoo.org> ChangeLog: Moving ebuild from Gentoo Sunrise into the tree, minor cleanups, ~amd64/~ppc diff --git a/net-misc/aria2/aria2-0.8.1.ebuild b/net-misc/aria2/aria2-0.8.1.ebuild new file mode 100644 index 000000000000..a8f3ca845a97 --- /dev/null +++ b/net-misc/aria2/aria2-0.8.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-0.8.1.ebuild,v 1.1 2006/10/01 23:02:27 dev-zero Exp $ + +inherit eutils + +KEYWORDS="~amd64 ~x86" + +MY_P=${P/_p/+} + +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}/${MY_P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +IUSE="ares bittorrent gnutls metalink nls ssl" + +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 )" + +S=${WORKDIR}/${MY_P} + +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() { + dobin src/aria2c + dodoc ChangeLog README AUTHORS TODO NEWS + doman doc/aria2c.1 +} diff --git a/net-misc/aria2/files/digest-aria2-0.8.1 b/net-misc/aria2/files/digest-aria2-0.8.1 new file mode 100644 index 000000000000..19fde06faa9c --- /dev/null +++ b/net-misc/aria2/files/digest-aria2-0.8.1 @@ -0,0 +1,3 @@ +MD5 194521c2e7ec399787b0504b4b5d1b6a aria2-0.8.1.tar.bz2 379254 +RMD160 e9cf8dbbc1edf7b347082cf59676915f8fe2c8d5 aria2-0.8.1.tar.bz2 379254 +SHA256 47aef06617d90203987f43bfc0f02e38ca8a87744178552ac03e96bf9343819c aria2-0.8.1.tar.bz2 379254 |