diff options
-rw-r--r-- | dev-util/cook/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/cook/cook-2.24.ebuild | 6 | ||||
-rw-r--r-- | dev-util/cook/cook-2.26.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-util/cook/ChangeLog b/dev-util/cook/ChangeLog index f69efb5d4020..a5583670050b 100644 --- a/dev-util/cook/ChangeLog +++ b/dev-util/cook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cook -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.19 2007/12/25 14:04:09 phreak Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.20 2008/01/26 19:15:29 grobian Exp $ + + 26 Jan 2008; Fabian Groffen <grobian@gentoo.org> cook-2.24.ebuild, + cook-2.26.ebuild: + Dropped ppc-macos keyword, see you in prefix 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing karltk from metadata.xml as per #200332. Assigning to diff --git a/dev-util/cook/cook-2.24.ebuild b/dev-util/cook/cook-2.24.ebuild index 3c1cbf41a330..4c3ea7f1ed92 100644 --- a/dev-util/cook/cook-2.24.ebuild +++ b/dev-util/cook/cook-2.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.24.ebuild,v 1.10 2007/01/23 18:28:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.24.ebuild,v 1.11 2008/01/26 19:15:29 grobian Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.canb.auug.org.au/~millerp/cook/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc ~ppc-macos sparc x86" +KEYWORDS="ppc sparc x86" IUSE="" DEPEND="sys-devel/bison" diff --git a/dev-util/cook/cook-2.26.ebuild b/dev-util/cook/cook-2.26.ebuild index e30ad56aedf8..47a83e6d0768 100644 --- a/dev-util/cook/cook-2.26.ebuild +++ b/dev-util/cook/cook-2.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.26.ebuild,v 1.5 2007/08/13 20:46:10 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.26.ebuild,v 1.6 2008/01/26 19:15:29 grobian Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.canb.auug.org.au/~millerp/cook/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc-macos sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" DEPEND="sys-devel/bison" |