* [gentoo-commits] gentoo-x86 commit in net-misc/aria2: ChangeLog aria2-0.11.4.ebuild aria2-0.11.3.ebuild
@ 2007-10-28 18:44 Tiziano Mueller (dev-zero)
0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2007-10-28 18:44 UTC (permalink / raw
To: gentoo-commits
dev-zero 07/10/28 18:44:36
Modified: ChangeLog
Added: aria2-0.11.4.ebuild
Removed: aria2-0.11.3.ebuild
Log:
Version bump
(Portage version: 2.1.3.16)
Revision Changes Path
1.16 net-misc/aria2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aria2/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aria2/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aria2/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 12 Sep 2007 21:09:57 -0000 1.15
+++ ChangeLog 28 Oct 2007 18:44:36 -0000 1.16
@@ -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.15 2007/09/12 21:09:57 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.16 2007/10/28 18:44:36 dev-zero Exp $
+
+*aria2-0.11.4 (28 Oct 2007)
+
+ 28 Oct 2007; Tiziano Müller <dev-zero@gentoo.org> -aria2-0.11.3.ebuild,
+ +aria2-0.11.4.ebuild:
+ Version bump.
*aria2-0.11.3 (12 Sep 2007)
1.1 net-misc/aria2/aria2-0.11.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aria2/aria2-0.11.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aria2/aria2-0.11.4.ebuild?rev=1.1&content-type=text/plain
Index: aria2-0.11.4.ebuild
===================================================================
# 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.11.4.ebuild,v 1.1 2007/10/28 18:44:36 dev-zero Exp $
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~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 test"
# Tests are broken again on amd64
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 )
test? ( >=dev-util/cppunit-1.12.0 )"
RDEPEND="${CDEPEND}
nls? ( virtual/libiconv virtual/libintl )"
S=${WORKDIR}/${MY_P}
src_compile() {
cd ${S}
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
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-28 18:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-28 18:44 [gentoo-commits] gentoo-x86 commit in net-misc/aria2: ChangeLog aria2-0.11.4.ebuild aria2-0.11.3.ebuild Tiziano Mueller (dev-zero)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox