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/unarj | |
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/unarj')
-rw-r--r-- | app-arch/unarj/unarj-2.63a.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/app-arch/unarj/unarj-2.63a.ebuild b/app-arch/unarj/unarj-2.63a.ebuild index 91625ac2a36a..a900f94259ad 100644 --- a/app-arch/unarj/unarj-2.63a.ebuild +++ b/app-arch/unarj/unarj-2.63a.ebuild @@ -1,20 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unarj/unarj-2.63a.ebuild,v 1.2 2002/07/19 21:55:16 rphillips Exp $ - -# Free to use unarj utility. Can be distributed but copyright has to remain -# intact. +# $Header: /var/cvsroot/gentoo-x86/app-arch/unarj/unarj-2.63a.ebuild,v 1.3 2002/07/25 14:47:35 seemant Exp $ DESCRIPTION="Utility for opening arj archives." HOMEPAGE="http://ibiblio.org/pub/Linux/utils/compress/" -LICENSE="arj" -DEPEND="virtual/glibc - >=sys-apps/baselayout-1.8.0" -RDEPEND="${DEPEND}" SRC_URI="http://ibiblio.org/pub/Linux/utils/compress/${P}.tar.gz" + SLOT="0" +LICENSE="arj" KEYWORDS="x86" +DEPEND=">=sys-apps/baselayout-1.8.0" + src_compile () { emake || die } |