diff options
-rw-r--r-- | gnustep-base/gnustep-make/ChangeLog | 8 | ||||
-rw-r--r-- | gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild | 6 | ||||
-rw-r--r-- | gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/gnustep-base/gnustep-make/ChangeLog b/gnustep-base/gnustep-make/ChangeLog index 391f4b11d12d..f434cd7e9aff 100644 --- a/gnustep-base/gnustep-make/ChangeLog +++ b/gnustep-base/gnustep-make/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-base/gnustep-make -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.41 2006/12/27 03:53:31 tgall Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.42 2007/02/18 21:22:51 grobian Exp $ + + 18 Feb 2007; Fabian Groffen <grobian@gentoo.org> + gnustep-make-1.12.0-r1.ebuild, gnustep-make-1.13.0.ebuild: + Dropped ppc-macos keyword, see you in prefix 26 Dec 2006; Tom Gall <tgall@gentoo.org> gnustep-make-1.12.0-r1.ebuild: diff --git a/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild b/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild index e4c22069c559..c4a25f0dbc91 100644 --- a/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild,v 1.8 2006/12/27 03:53:31 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild,v 1.9 2007/02/18 21:22:51 grobian Exp $ inherit gnustep @@ -8,7 +8,7 @@ DESCRIPTION="GNUstep Makefile Package" HOMEPAGE="http://www.gnustep.org" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -KEYWORDS="~alpha amd64 ~ppc ppc-macos ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86" SLOT="0" LICENSE="GPL-2" diff --git a/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild b/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild index 56c03cf6fbb0..581eeb4d8528 100644 --- a/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild,v 1.1 2006/09/03 15:05:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild,v 1.2 2007/02/18 21:22:51 grobian Exp $ inherit gnustep @@ -8,7 +8,7 @@ DESCRIPTION="GNUstep Makefile Package" HOMEPAGE="http://www.gnustep.org" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" LICENSE="GPL-2" |