diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
commit | e6e3bbbb4101f4a108960885449dbbb605de0a79 (patch) | |
tree | d94e3ab1b004e425963ea5bc41e91200b7cbf3b5 /sys-apps/gzip | |
parent | Version Bump (diff) | |
download | historical-e6e3bbbb4101f4a108960885449dbbb605de0a79.tar.gz historical-e6e3bbbb4101f4a108960885449dbbb605de0a79.tar.bz2 historical-e6e3bbbb4101f4a108960885449dbbb605de0a79.zip |
SLOT, KEYWORDS, LICENSE and HOMEPAGE tags added
Diffstat (limited to 'sys-apps/gzip')
-rw-r--r-- | sys-apps/gzip/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/gzip/gzip-1.2.4a-r6.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/gzip/gzip-1.3.2.ebuild | 4 |
3 files changed, 15 insertions, 3 deletions
diff --git a/sys-apps/gzip/ChangeLog b/sys-apps/gzip/ChangeLog index c1284682c644..6618a10467c2 100644 --- a/sys-apps/gzip/ChangeLog +++ b/sys-apps/gzip/ChangeLog @@ -1,9 +1,17 @@ # ChangeLog for sys-apps/gzip # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/ChangeLog,v 1.1 2002/02/01 21:53:37 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/ChangeLog,v 1.2 2002/07/14 19:20:18 aliz Exp $ + +*gzip-1.2.4a-r6.ebuild (14 July 2002) + + 14 Jul 2002; phoen][x <phoenix@gentoo.org> gzip-1.2.4a-r6.ebuild : + Added KEYWORDS, SLOT. *gzip-1.3.2 (1 Feb 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> gzip-1.3.2.ebuild : + Added KEYWORDS, SLOT. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/sys-apps/gzip/gzip-1.2.4a-r6.ebuild b/sys-apps/gzip/gzip-1.2.4a-r6.ebuild index af9d79f3512f..f3bfd7549552 100644 --- a/sys-apps/gzip/gzip-1.2.4a-r6.ebuild +++ b/sys-apps/gzip/gzip-1.2.4a-r6.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r6.ebuild,v 1.5 2002/07/11 06:30:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r6.ebuild,v 1.6 2002/07/14 19:20:18 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU compressor" SRC_URI="ftp://prep.ai.mit.edu/gnu/gzip/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html" +KEYWORDS="x86" +SLOT="0" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" RDEPEND="virtual/glibc" LICENSE="GPL-2" diff --git a/sys-apps/gzip/gzip-1.3.2.ebuild b/sys-apps/gzip/gzip-1.3.2.ebuild index a35c9d6ca21f..9cae779b2b15 100644 --- a/sys-apps/gzip/gzip-1.3.2.ebuild +++ b/sys-apps/gzip/gzip-1.3.2.ebuild @@ -1,11 +1,13 @@ # 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/gzip/gzip-1.3.2.ebuild,v 1.4 2002/07/11 06:30:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.3.2.ebuild,v 1.5 2002/07/14 19:20:18 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU compressor" SRC_URI="ftp://alpha.gnu.org/gnu/gzip/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html" +KEYWORDS="x86" +SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" |