diff options
author | Joshua Kinard <kumba@gentoo.org> | 2003-12-29 03:56:16 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2003-12-29 03:56:16 +0000 |
commit | 575c89736dc199f6cf47a63eb2b43eaf2418a0b8 (patch) | |
tree | 9fee604b98fcc62fdb5c00f52959f9c9f3b85599 /sys-apps/which | |
parent | Move to mips stable (~mips -> mips) (diff) | |
download | gentoo-2-575c89736dc199f6cf47a63eb2b43eaf2418a0b8.tar.gz gentoo-2-575c89736dc199f6cf47a63eb2b43eaf2418a0b8.tar.bz2 gentoo-2-575c89736dc199f6cf47a63eb2b43eaf2418a0b8.zip |
Move to mips stable (~mips -> mips)
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/which/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/which/which-2.16.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog index cee8f7e17af9..4fbdf82ddbb1 100644 --- a/sys-apps/which/ChangeLog +++ b/sys-apps/which/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/which # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.15 2003/12/14 03:55:06 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.16 2003/12/29 03:54:53 kumba Exp $ + + 28 Dec 2003; Joshua Kinard <kumba@gentoo.org> which-2.16.ebuild: + Move to mips stable (~mips -> mips) 14 Dec 2003; Guy Martin <gmsoft@gentoo.org> which-2.16.ebuild: Marked stable on hppa. diff --git a/sys-apps/which/Manifest b/sys-apps/which/Manifest index fd2c17e4b230..28df10e89f99 100644 --- a/sys-apps/which/Manifest +++ b/sys-apps/which/Manifest @@ -1,7 +1,7 @@ -MD5 b0a45f8402fbfa0b3db8182e974aa68b ChangeLog 1459 +MD5 d09c7f0862159c68bda1e15aad20da8a ChangeLog 1565 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 b87b97ac3873b14c038e929b7a109d03 which-2.14.ebuild 843 -MD5 bad810e3e13d929036275de76f2460fd which-2.16.ebuild 853 +MD5 70a8e34205cfe6aca6404f2508f7eaa9 which-2.16.ebuild 861 MD5 87ef8984e2a7429cc4b76123a8166cab files/digest-which-2.14 62 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 d98d32fe565e..db72b19b77c4 100644 --- a/sys-apps/which/which-2.16.ebuild +++ b/sys-apps/which/which-2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.6 2003/12/17 04:12:26 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.7 2003/12/29 03:54:53 kumba 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" |