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/which | |
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/which')
-rw-r--r-- | sys-apps/which/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/which/which-2.12-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/which/which-2.13.ebuild | 6 |
3 files changed, 19 insertions, 3 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog index 668f8b4fcf00..5e8234d878d1 100644 --- a/sys-apps/which/ChangeLog +++ b/sys-apps/which/ChangeLog @@ -1,9 +1,17 @@ # ChangeLog for sys-apps/which # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.1 2002/02/01 21:53:37 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.2 2002/07/14 19:20:20 aliz Exp $ + +*which-2.12-r2.ebuild (14 July 2002) + + 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> which-2.12-r2.ebuild : + Added LICENSE, KEYWORDS, SLOT. *which-2.13 (1 Feb 2002) + 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> which-2.13.ebuild : + Added LICENSE, 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/which/which-2.12-r2.ebuild b/sys-apps/which/which-2.12-r2.ebuild index 2e37d54ade0d..76672c3415e1 100644 --- a/sys-apps/which/which-2.12-r2.ebuild +++ b/sys-apps/which/which-2.12-r2.ebuild @@ -1,11 +1,15 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.12-r2.ebuild,v 1.4 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.12-r2.ebuild,v 1.5 2002/07/14 19:20:20 aliz Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Prints out location of specified executables that are in your path" SRC_URI="ftp://prep.ai.mit.edu/gnu/which/${A}" +HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="virtual/glibc sys-apps/texinfo" diff --git a/sys-apps/which/which-2.13.ebuild b/sys-apps/which/which-2.13.ebuild index 7a053c000c16..9de87dc68678 100644 --- a/sys-apps/which/which-2.13.ebuild +++ b/sys-apps/which/which-2.13.ebuild @@ -1,10 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.13.ebuild,v 1.2 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.13.ebuild,v 1.3 2002/07/14 19:20:20 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Prints out location of specified executables that are in your path" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/which/${P}.tar.gz" +HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="virtual/glibc sys-apps/texinfo" |