diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:47:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:47:35 +0000 |
commit | b2a98c724a3b34e85eceda1dd39ae53999a5cf04 (patch) | |
tree | 79e4d9cccff113d6562a3196d3ffc5c42556946b /app-arch/par | |
parent | added public domain non-license (diff) | |
download | gentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.tar.gz gentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.tar.bz2 gentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.zip |
repoman'd
Diffstat (limited to 'app-arch/par')
-rw-r--r-- | app-arch/par/par-1.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-arch/par/par-1.1.ebuild b/app-arch/par/par-1.1.ebuild index 61b4877de7ab..018ba4862955 100644 --- a/app-arch/par/par-1.1.ebuild +++ b/app-arch/par/par-1.1.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/par/par-1.1.ebuild,v 1.5 2002/07/17 20:44:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/par/par-1.1.ebuild,v 1.6 2002/07/25 14:47:35 seemant Exp $ S=${WORKDIR}/par-cmdline DESCRIPTION="Parchive archive fixing tool" SRC_URI="mirror://sourceforge/parchive/par-v${PV}.tar.gz" -SLOT="0" HOMEPAGE="http://parchive.sourceforge.net" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_unpack() { |