summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-08-16 10:08:12 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-08-16 10:08:12 +0000
commit6f00b3fa36917200227b94bc47e0e971582d824f (patch)
treeefb3c7ca5eaed6b6d13bae7d07b3b1e8d676d92c /net-misc/aria2
parentAdd local manhole useflag for dev-util/buildbot (diff)
downloadgentoo-2-6f00b3fa36917200227b94bc47e0e971582d824f.tar.gz
gentoo-2-6f00b3fa36917200227b94bc47e0e971582d824f.tar.bz2
gentoo-2-6f00b3fa36917200227b94bc47e0e971582d824f.zip
Version bump. Dropped mem-leaking version. Dropped old version.
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'net-misc/aria2')
-rw-r--r--net-misc/aria2/ChangeLog8
-rw-r--r--net-misc/aria2/aria2-0.13.2_p1.ebuild59
-rw-r--r--net-misc/aria2/aria2-0.15.2.ebuild (renamed from net-misc/aria2/aria2-0.15.1_p2.ebuild)5
3 files changed, 11 insertions, 61 deletions
diff --git a/net-misc/aria2/ChangeLog b/net-misc/aria2/ChangeLog
index d9804a074769..105cc7513e4b 100644
--- a/net-misc/aria2/ChangeLog
+++ b/net-misc/aria2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/aria2
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.28 2008/08/12 10:30:43 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.29 2008/08/16 10:08:12 dev-zero Exp $
+
+*aria2-0.15.2 (16 Aug 2008)
+
+ 16 Aug 2008; Tiziano Müller <dev-zero@gentoo.org>
+ -aria2-0.13.2_p1.ebuild, -aria2-0.15.1_p2.ebuild, +aria2-0.15.2.ebuild:
+ Version bump. Dropped mem-leaking version. Dropped old version.
*aria2-0.15.1_p2 (12 Aug 2008)
diff --git a/net-misc/aria2/aria2-0.13.2_p1.ebuild b/net-misc/aria2/aria2-0.13.2_p1.ebuild
deleted file mode 100644
index 208bceed8aa5..000000000000
--- a/net-misc/aria2/aria2-0.13.2_p1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-0.13.2_p1.ebuild,v 1.1 2008/05/31 08:31:54 dev-zero Exp $
-
-MY_P="aria2c-${PV/_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"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-IUSE="ares bittorrent expat gnutls metalink nls ssl test"
-
-# Broken (once more)
-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? (
- !expat? ( >=dev-libs/libxml2-2.6.26 )
- expat? ( dev-libs/expat )
- )"
-DEPEND="${CDEPEND}
- nls? ( sys-devel/gettext )
- test? ( >=dev-util/cppunit-1.12.0 )"
-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
- # - links only against libxml2 and libexpat when metalink is enabled
- econf \
- $(use_enable nls) \
- $(use_enable metalink) \
- $(use_with expat libexpat) \
- $(use_with !expat libxml2) \
- $(use_enable bittorrent) \
- --without-ares \
- $(use_with ares libcares) \
- ${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/aria2-0.15.1_p2.ebuild b/net-misc/aria2/aria2-0.15.2.ebuild
index 1a01d9dbb0ed..c8420f026537 100644
--- a/net-misc/aria2/aria2-0.15.1_p2.ebuild
+++ b/net-misc/aria2/aria2-0.15.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-0.15.1_p2.ebuild,v 1.1 2008/08/12 10:30:43 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-0.15.2.ebuild,v 1.1 2008/08/16 10:08:12 dev-zero Exp $
MY_P="aria2c-${PV/_p/+}"
@@ -64,5 +64,8 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
+
+ rm -rf "${D}/usr/share/doc/aria2c"
dodoc ChangeLog README AUTHORS TODO NEWS
+ dohtml README.html doc/aria2c.1.html
}