diff options
author | 2002-07-25 14:47:35 +0000 | |
---|---|---|
committer | 2002-07-25 14:47:35 +0000 | |
commit | e801ec55d9b418e158a5c40a469bcbac08aab53f (patch) | |
tree | 2afb10f61ab1774d6ca8789e6715344f490543e0 /app-arch/unace | |
parent | added public domain non-license (diff) | |
download | historical-e801ec55d9b418e158a5c40a469bcbac08aab53f.tar.gz historical-e801ec55d9b418e158a5c40a469bcbac08aab53f.tar.bz2 historical-e801ec55d9b418e158a5c40a469bcbac08aab53f.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 () { |