diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2004-08-11 16:33:33 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2004-08-11 16:33:33 +0000 |
commit | 915a5eb9c2e496a69117a155e5837be1f4c1efc0 (patch) | |
tree | e6bb1e8a39a9d30d6135501af8740d9c3d422e62 /net-misc | |
parent | adding back keywords (Manifest recommit) (diff) | |
download | gentoo-2-915a5eb9c2e496a69117a155e5837be1f4c1efc0.tar.gz gentoo-2-915a5eb9c2e496a69117a155e5837be1f4c1efc0.tar.bz2 gentoo-2-915a5eb9c2e496a69117a155e5837be1f4c1efc0.zip |
Stable on macos.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/aget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/aget/aget-0.4.ebuild | 4 | ||||
-rw-r--r-- | net-misc/aget/metadata.xml | 9 |
3 files changed, 15 insertions, 3 deletions
diff --git a/net-misc/aget/ChangeLog b/net-misc/aget/ChangeLog index 3a2efd79e3f4..460a016e14fb 100644 --- a/net-misc/aget/ChangeLog +++ b/net-misc/aget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/aget # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.6 2004/07/16 03:00:38 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.7 2004/08/11 16:33:33 gongloo Exp $ + + 11 Aug 2004; Hasan Khalil <gongloo@gentoo.org> aget-0.4.ebuild: + Stable on macos, added metadata.xml. 15 Jul 2004; Tom Gall <tgall@gentoo.org> aget-0.4.ebuild: stable on ppct64, bug #55665 diff --git a/net-misc/aget/aget-0.4.ebuild b/net-misc/aget/aget-0.4.ebuild index 9e5ec3cdb8f7..53073c464d0a 100644 --- a/net-misc/aget/aget-0.4.ebuild +++ b/net-misc/aget/aget-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.6 2004/07/16 03:00:38 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.7 2004/08/11 16:33:33 gongloo Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="http://www.enderunix.org/${PN}/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~mips ppc64 macos" DEPEND="virtual/libc" diff --git a/net-misc/aget/metadata.xml b/net-misc/aget/metadata.xml new file mode 100644 index 000000000000..4eb9a74b01e8 --- /dev/null +++ b/net-misc/aget/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>vapier@gentoo.org</email> +</maintainer> +<herd>net-misc</herd> +<longdescription>Aget fetches HTTP URLs in a manner similar to wget, but segments the retrieval into multiple parts to increase download speed. It can be many times as fast as wget in some circumstances.</longdescription> +</pkgmetadata> |