diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2002-10-02 05:12:35 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2002-10-02 05:12:35 +0000 |
commit | 10d5235851888ac5ad15be71897158e3948b9231 (patch) | |
tree | 73b66e6c420aa0e899edea5f8ab1af69ffbb4b59 /net-misc/aria | |
parent | Submitted Patch. Hopefully fixes #7775 for good. (diff) | |
download | historical-10d5235851888ac5ad15be71897158e3948b9231.tar.gz historical-10d5235851888ac5ad15be71897158e3948b9231.tar.bz2 historical-10d5235851888ac5ad15be71897158e3948b9231.zip |
Update to work with gcc 3.x
Diffstat (limited to 'net-misc/aria')
-rw-r--r-- | net-misc/aria/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/aria/aria-0.10.2_beta7.ebuild | 43 | ||||
-rw-r--r-- | net-misc/aria/files/digest-aria-0.10.2_beta7 | 1 |
3 files changed, 51 insertions, 2 deletions
diff --git a/net-misc/aria/ChangeLog b/net-misc/aria/ChangeLog index 6ed281a85081..a3c7069bafa6 100644 --- a/net-misc/aria/ChangeLog +++ b/net-misc/aria/ChangeLog @@ -1,8 +1,13 @@ # ChangeLog for net-misc/aria # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aria/ChangeLog,v 1.4 2002/07/06 14:33:02 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria/ChangeLog,v 1.5 2002/10/02 05:12:35 jhhudso Exp $ - +*aria-0.10.2_beta7.ebuild (02 Oct 2002) + + 02 Oct 2002; Jared H. Hudson <jhhudso@gentoo.org> aria-0.10.2_beta7.ebuild : + + Updated aria to work with gcc3.x and be up to date in response to bug id 6835 + *aria-0.10.0.ebuild (04 July 2002) 06 Jul 2002; phoen][x <phoenix@gentoo.org> aria-0.10.0.ebuild : diff --git a/net-misc/aria/aria-0.10.2_beta7.ebuild b/net-misc/aria/aria-0.10.2_beta7.ebuild new file mode 100644 index 000000000000..3af53ce50df9 --- /dev/null +++ b/net-misc/aria/aria-0.10.2_beta7.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria/aria-0.10.2_beta7.ebuild,v 1.1 2002/10/02 05:12:35 jhhudso Exp $ + +P=`echo ${P} | sed s/_beta/test/g` +S=${WORKDIR}/${P} +#A=`echo ${P}.tar.bz2 | sed s/_beta/test/g` + +DESCRIPTION="Aria is a download manager with a GTK+ GUI, it downloads files from Internet via HTTP/HTTPS or FTP." +SRC_URI="http://aria.rednoah.com/storage/sources/${P}.tar.bz2" +HOMEPAGE="http://aria.rednoah.com" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" +SLOT="0" + +RDEPEND="=dev-libs/glib-1.2* + =x11-libs/gtk+-1.2* + >=sys-devel/gettext-0.10.35" + +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext + >=dev-util/intltool-0.11 )" + + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + emake || die +} + +src_install () { + make \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + install || die + + dodoc AUTHORS README* NEWS ChangeLog TODO COPYING +} + diff --git a/net-misc/aria/files/digest-aria-0.10.2_beta7 b/net-misc/aria/files/digest-aria-0.10.2_beta7 new file mode 100644 index 000000000000..b48e4c6ca627 --- /dev/null +++ b/net-misc/aria/files/digest-aria-0.10.2_beta7 @@ -0,0 +1 @@ +MD5 9364c1be18fda0672cfbffafae2034fb aria-0.10.2test7.tar.bz2 479328 |