diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2008-02-11 21:41:05 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2008-02-11 21:41:05 +0000 |
commit | bbbbab882afe6b7424b91fa2f1fe7cba6fc04517 (patch) | |
tree | 93ba525a105033d398449a580345974ff761b5c5 /net-misc | |
parent | * bump to 0.3.5, translation updates, gcc-4.3 and other fixes (diff) | |
download | gentoo-2-bbbbab882afe6b7424b91fa2f1fe7cba6fc04517.tar.gz gentoo-2-bbbbab882afe6b7424b91fa2f1fe7cba6fc04517.tar.bz2 gentoo-2-bbbbab882afe6b7424b91fa2f1fe7cba6fc04517.zip |
Version bump.
(Portage version: 2.1.4.2)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/aria2/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/aria2/aria2-0.12.1.ebuild (renamed from net-misc/aria2/aria2-0.11.5.ebuild) | 15 |
2 files changed, 18 insertions, 7 deletions
diff --git a/net-misc/aria2/ChangeLog b/net-misc/aria2/ChangeLog index d8a287367f55..8977a99bb78a 100644 --- a/net-misc/aria2/ChangeLog +++ b/net-misc/aria2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/aria2 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.18 2007/11/22 15:13:05 dev-zero Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.19 2008/02/11 21:41:05 dev-zero Exp $ + +*aria2-0.12.1 (11 Feb 2008) + + 11 Feb 2008; Tiziano Müller <dev-zero@gentoo.org> -aria2-0.11.5.ebuild, + +aria2-0.12.1.ebuild: + Version bump. 22 Nov 2007; Tiziano Müller <dev-zero@gentoo.org> aria2-0.11.5.ebuild: Minor cosmetic cleanup. diff --git a/net-misc/aria2/aria2-0.11.5.ebuild b/net-misc/aria2/aria2-0.12.1.ebuild index e6f1bfdf211a..d862efadce99 100644 --- a/net-misc/aria2/aria2-0.11.5.ebuild +++ b/net-misc/aria2/aria2-0.12.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.11.5.ebuild,v 1.2 2007/11/22 15:13:05 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-0.12.1.ebuild,v 1.1 2008/02/11 21:41:05 dev-zero Exp $ + +inherit eutils KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" @@ -13,9 +15,6 @@ LICENSE="GPL-2" SLOT="0" IUSE="ares bittorrent gnutls metalink nls ssl test" -# Tests are broken again on amd64 -RESTRICT="test" - CDEPEND="ssl? ( gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl ) ) @@ -30,6 +29,12 @@ RDEPEND="${CDEPEND} S=${WORKDIR}/${MY_P} +pkg_setup() { + ewarn "This version can NOT resume downloads started/stopped with prior versions," + ewarn "you'll have to finish them using the old version." + ebeep 5 +} + src_compile() { use ssl && \ myconf="${myconf} $(use_with gnutls) $(use_with !gnutls openssl)" |