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/rpm2targz/rpm2targz-8.0.ebuild | |
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/rpm2targz/rpm2targz-8.0.ebuild')
-rw-r--r-- | app-arch/rpm2targz/rpm2targz-8.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-arch/rpm2targz/rpm2targz-8.0.ebuild b/app-arch/rpm2targz/rpm2targz-8.0.ebuild index fc1bd8b83d59..12608b243659 100644 --- a/app-arch/rpm2targz/rpm2targz-8.0.ebuild +++ b/app-arch/rpm2targz/rpm2targz-8.0.ebuild @@ -1,13 +1,16 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# 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/rpm2targz/rpm2targz-8.0.ebuild,v 1.3 2002/07/17 20:44:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-8.0.ebuild,v 1.4 2002/07/25 14:47:35 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Convert a .rpm file to a .tar.gz archive" SRC_URI="ftp://ftp.slackware.com/pub/slackware/slackware-${PV}/source/a/bin/rpm2targz ftp://ftp.slackware.com/pub/slackware/slackware-${PV}/source/a/bin/rpmoffset.c ftp://ftp.slackware.com/pub/slackware/slackware-${PV}/source/a/bin/rpm2targz.README" + SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" DEPEND="virtual/glibc" |