diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2003-05-15 20:47:36 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2003-05-15 20:47:36 +0000 |
commit | 2ad64baff828f5df13e1f5f10375494c017baee6 (patch) | |
tree | 6ff165def5243b12f14d2ff78a8a9fcddb9adea0 /net-misc/aria | |
parent | cleanup (diff) | |
download | gentoo-2-2ad64baff828f5df13e1f5f10375494c017baee6.tar.gz gentoo-2-2ad64baff828f5df13e1f5f10375494c017baee6.tar.bz2 gentoo-2-2ad64baff828f5df13e1f5f10375494c017baee6.zip |
New version
Diffstat (limited to 'net-misc/aria')
-rw-r--r-- | net-misc/aria/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/aria/aria-1.0.0.ebuild | 23 | ||||
-rw-r--r-- | net-misc/aria/files/digest-aria-1.0.0 | 1 |
3 files changed, 31 insertions, 1 deletions
diff --git a/net-misc/aria/ChangeLog b/net-misc/aria/ChangeLog index 5043a51d0eb9..b6df3b9c7ed4 100644 --- a/net-misc/aria/ChangeLog +++ b/net-misc/aria/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for net-misc/aria # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aria/ChangeLog,v 1.8 2003/02/12 08:18:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria/ChangeLog,v 1.9 2003/05/15 20:47:36 jhhudso Exp $ +*aria-1.0.0.ebuild (15 May 2003) + + 15 May 2003; Jared Hudson <jhhudso@gentoo.org> : Updated ebuild to version + 1.0.0. Credit goes to Nicolas Grandclaude <ngclaude@netcourrier.com>. Bug + ID: 20784 + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *aria-0.10.2_beta7.ebuild (02 Oct 2002) diff --git a/net-misc/aria/aria-1.0.0.ebuild b/net-misc/aria/aria-1.0.0.ebuild new file mode 100644 index 000000000000..914da49a1ddb --- /dev/null +++ b/net-misc/aria/aria-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria/aria-1.0.0.ebuild,v 1.1 2003/05/15 20:47:36 jhhudso Exp $ + +DESCRIPTION="Aria is a download manager with a GTK+ GUI, it downloads files from the Internet via HTTP/HTTPS or FTP." +HOMEPAGE="http://aria.rednoah.com" +SRC_URI="http://aria.rednoah.com/storage/sources/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="nls" + +DEPEND="nls? ( sys-devel/gettext dev-util/intltool ) + dev-libs/glib + x11-libs/gtk+" + +S=${WORKDIR}/${P} + +src_install() { + einstall || die + + dodoc AUTHORS README* NEWS ChangeLog TODO COPYING +} diff --git a/net-misc/aria/files/digest-aria-1.0.0 b/net-misc/aria/files/digest-aria-1.0.0 new file mode 100644 index 000000000000..4a216ccda6a7 --- /dev/null +++ b/net-misc/aria/files/digest-aria-1.0.0 @@ -0,0 +1 @@ +MD5 e4e968fd10f3beb2402b851f5dad74ff aria-1.0.0.tar.bz2 477633 |