diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-17 02:04:09 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-17 02:04:09 +0000 |
commit | 73c823db02da998bce82e3b7f8649488f8c084b0 (patch) | |
tree | b6e0b47aaa4e29d816548553b08051ad0fadcc25 /sys-apps/tar | |
parent | added homepage (diff) | |
download | gentoo-2-73c823db02da998bce82e3b7f8649488f8c084b0.tar.gz gentoo-2-73c823db02da998bce82e3b7f8649488f8c084b0.tar.bz2 gentoo-2-73c823db02da998bce82e3b7f8649488f8c084b0.zip |
slight cleanup
Diffstat (limited to 'sys-apps/tar')
-rw-r--r-- | sys-apps/tar/tar-1.13.25-r2.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-apps/tar/tar-1.13.25-r2.ebuild b/sys-apps/tar/tar-1.13.25-r2.ebuild index 80611c8b15ec..ca58bb836f4a 100644 --- a/sys-apps/tar/tar-1.13.25-r2.ebuild +++ b/sys-apps/tar/tar-1.13.25-r2.ebuild @@ -1,19 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25-r2.ebuild,v 1.5 2002/08/14 03:33:20 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25-r2.ebuild,v 1.6 2002/08/17 02:04:09 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="Use this to try make tarballs :)" SRC_URI="ftp://alpha.gnu.org/gnu/tar/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/tar/" -KEYWORDS="x86 ppc sparc sparc64" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc sparc64" -DEPEND="virtual/glibc nls? ( >=sys-devel/gettext-0.10.35 )" - -RDEPEND="virtual/glibc" +DEPEND="nls? ( >=sys-devel/gettext-0.10.35 )" src_compile() { local myconf |