diff options
author | 2002-07-06 07:49:25 +0000 | |
---|---|---|
committer | 2002-07-06 07:49:25 +0000 | |
commit | 49ae9a940bc7d3d69413913bbcc561cb9a7358af (patch) | |
tree | aa261cccbad6fbfa097f36b9b5238ecb8539c5ab /net-misc/axel | |
parent | typo in ChangeLog (diff) | |
download | gentoo-2-49ae9a940bc7d3d69413913bbcc561cb9a7358af.tar.gz gentoo-2-49ae9a940bc7d3d69413913bbcc561cb9a7358af.tar.bz2 gentoo-2-49ae9a940bc7d3d69413913bbcc561cb9a7358af.zip |
repoman QA issues
Diffstat (limited to 'net-misc/axel')
-rw-r--r-- | net-misc/axel/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/axel/axel-1.0a.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-misc/axel/ChangeLog b/net-misc/axel/ChangeLog index ddc63491fddb..40b2a8827418 100644 --- a/net-misc/axel/ChangeLog +++ b/net-misc/axel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/axel # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/ChangeLog,v 1.1 2002/06/01 02:24:09 stroke Exp $ +# $Header: + + +*axel-1.0a (6 July 2002) + 6 Jul 2002; phoen][x <phoenix@gentoo.org> ChangeLog : + Added KEYWORDS. *axel-1.0a (1 June 2002) 13 May 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog : diff --git a/net-misc/axel/axel-1.0a.ebuild b/net-misc/axel/axel-1.0a.ebuild index cd1a4380a4b3..5345143c7acf 100644 --- a/net-misc/axel/axel-1.0a.ebuild +++ b/net-misc/axel/axel-1.0a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0a.ebuild,v 1.1 2002/06/01 02:24:09 stroke Exp $ +# $Header: S=${WORKDIR}/${P} DESCRIPTION="Axel: A light Unix download accelerator" @@ -8,6 +8,7 @@ HOMEPAGE="http://www.lintux.cx/axel.html" SRC_URI="http://www.lintux.cx/downloads/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" RDEPEND="${DEPEND}" |