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/unace | |
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/unace')
-rw-r--r-- | app-arch/unace/unace-2.0.4.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/unace/unace-2.0.4.ebuild b/app-arch/unace/unace-2.0.4.ebuild index 24552a5a30b5..b52dcdfc2251 100644 --- a/app-arch/unace/unace-2.0.4.ebuild +++ b/app-arch/unace/unace-2.0.4.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/unace/unace-2.0.4.ebuild,v 1.3 2002/07/17 20:44:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-2.0.4.ebuild,v 1.4 2002/07/25 14:47:35 seemant Exp $ S=${WORKDIR} DESCRIPTION="ACE unarchiver" SRC_URI="http://www.vikingassociates.com/winace/linunace204.tgz" -SLOT="0" HOMEPAGE="http://www.winace.com/" -LICENSE="Proprietary" + +SLOT="0" +LICENSE="freedist" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_install () { |