diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-09-16 21:29:11 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-09-16 21:29:11 +0000 |
commit | 978bf3fb9a0fa5897c7891bda214cedd5c5fe589 (patch) | |
tree | 7600d91e58d1a3a171545e6082be2d0fc802ec65 /net-misc/aria2 | |
parent | New snapshot. (diff) | |
download | gentoo-2-978bf3fb9a0fa5897c7891bda214cedd5c5fe589.tar.gz gentoo-2-978bf3fb9a0fa5897c7891bda214cedd5c5fe589.tar.bz2 gentoo-2-978bf3fb9a0fa5897c7891bda214cedd5c5fe589.zip |
added prefix support (bug #428252)
(Portage version: 2.2.0_alpha128/cvs/Linux i686)
Diffstat (limited to 'net-misc/aria2')
-rw-r--r-- | net-misc/aria2/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/aria2/aria2-1.15.0.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-misc/aria2/ChangeLog b/net-misc/aria2/ChangeLog index 6a54374089a0..9c71ee58d427 100644 --- a/net-misc/aria2/ChangeLog +++ b/net-misc/aria2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/aria2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.80 2012/05/18 09:07:49 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.81 2012/09/16 21:29:11 ottxor Exp $ + + 16 Sep 2012; Christoph Junghans <ottxor@gentoo.org> aria2-1.15.0.ebuild: + added prefix support (bug #428252) *aria2-1.15.0 (18 May 2012) @@ -468,4 +471,3 @@ 02 Jul 2006; Tiziano Müller <gentoo@dev-zero.ch> ChangeLog: New ebuild for bug 134540, based on the ebuild provided in bugzilla with some modifications in DEPEND and the USE-flags - diff --git a/net-misc/aria2/aria2-1.15.0.ebuild b/net-misc/aria2/aria2-1.15.0.ebuild index 38b8209f8521..b5bb6cf6bd13 100644 --- a/net-misc/aria2/aria2-1.15.0.ebuild +++ b/net-misc/aria2/aria2-1.15.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-1.15.0.ebuild,v 1.1 2012/05/18 09:07:49 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-1.15.0.ebuild,v 1.2 2012/09/16 21:29:11 ottxor Exp $ EAPI="4" @@ -10,7 +10,7 @@ DESCRIPTION="A download utility with resuming and segmented downloading with HTT HOMEPAGE="http://aria2.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" SLOT="0" IUSE="ares bittorrent doc expat gnutls metalink nettle nls scripts sqlite ssl test xmlrpc" REQUIRED_USE="gnutls? ( ssl )" @@ -101,7 +101,7 @@ src_configure() { src_install() { default - rm -rf "${D}/usr/share/doc/aria2" + rm -rf "${ED}/usr/share/doc/aria2" dohtml README.html doc/aria2c.1.html use bash-completion && dobashcomp doc/bash_completion/aria2c |