diff options
author | Jon Portnoy <avenj@gentoo.org> | 2004-01-15 05:07:55 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2004-01-15 05:07:55 +0000 |
commit | a1a8ca39d13cf9575d58d61adbb4a36db1f2ec7c (patch) | |
tree | 99eb6d7824f179a5fe94af2166cb43dcafef29c9 /sys-apps/which | |
parent | add ~alpha (diff) | |
download | historical-a1a8ca39d13cf9575d58d61adbb4a36db1f2ec7c.tar.gz historical-a1a8ca39d13cf9575d58d61adbb4a36db1f2ec7c.tar.bz2 historical-a1a8ca39d13cf9575d58d61adbb4a36db1f2ec7c.zip |
Stable on AMD64
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/which/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/which/which-2.16.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog index a523e7028661..7a577fcc220f 100644 --- a/sys-apps/which/ChangeLog +++ b/sys-apps/which/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/which # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.17 2004/01/09 19:48:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.18 2004/01/15 05:07:55 avenj Exp $ + + 15 Jan 2004; Jon Portnoy <avenj@gentoo.org> which-2.16.ebuild : + Stable on AMD64. 09 Jan 2004; Aron Griffis <agriffis@gentoo.org> which-2.16.ebuild: stable on alpha diff --git a/sys-apps/which/Manifest b/sys-apps/which/Manifest index 2cfa6359000b..7c39ca6a3f43 100644 --- a/sys-apps/which/Manifest +++ b/sys-apps/which/Manifest @@ -1,7 +1,7 @@ -MD5 c2dca2071e405a4b6f30672f39fecdde ChangeLog 1655 -MD5 82e2890a9814a18fdd3eb73351ab0a6a which-2.16.ebuild 859 -MD5 b87b97ac3873b14c038e929b7a109d03 which-2.14.ebuild 843 +MD5 f1422d00fba80c909cf5a0c478107c0a ChangeLog 1738 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 b87b97ac3873b14c038e929b7a109d03 which-2.14.ebuild 843 +MD5 a269d880bba695283b0eb2f700fc4f8f which-2.16.ebuild 855 MD5 87ef8984e2a7429cc4b76123a8166cab files/digest-which-2.14 62 -MD5 96aac684502b2a9affae1d965834dd21 files/which-gentoo.patch 340 MD5 eab57ca255ec36db2f32b4b85a436c7a files/digest-which-2.16 62 +MD5 96aac684502b2a9affae1d965834dd21 files/which-gentoo.patch 340 diff --git a/sys-apps/which/which-2.16.ebuild b/sys-apps/which/which-2.16.ebuild index 401d63a03f98..26a76f423785 100644 --- a/sys-apps/which/which-2.16.ebuild +++ b/sys-apps/which/which-2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.8 2004/01/09 19:48:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.9 2004/01/15 05:07:55 avenj Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64 ~ppc sparc alpha mips hppa ~arm ia64 ppc64" +KEYWORDS="x86 amd64 ~ppc sparc alpha mips hppa ~arm ia64 ppc64" RDEPEND="virtual/glibc sys-apps/texinfo" |