diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:34:23 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:34:23 +0000 |
commit | ce8806aad906cc98abee555f0fc9df4e2da683de (patch) | |
tree | 1e9df476e22e540e9006dbeed59d5bdc5f670b6a | |
parent | Added check_multilib function (diff) | |
download | gentoo-2-ce8806aad906cc98abee555f0fc9df4e2da683de.tar.gz gentoo-2-ce8806aad906cc98abee555f0fc9df4e2da683de.tar.bz2 gentoo-2-ce8806aad906cc98abee555f0fc9df4e2da683de.zip |
Stable on ppc.
(Portage version: 2.0.51.20)
23 files changed, 82 insertions, 48 deletions
diff --git a/dev-ada/adabindx/ChangeLog b/dev-ada/adabindx/ChangeLog index c433619862ab..bdb8919b7129 100644 --- a/dev-ada/adabindx/ChangeLog +++ b/dev-ada/adabindx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ada/adabindx # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/adabindx/ChangeLog,v 1.12 2005/02/23 17:36:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/adabindx/ChangeLog,v 1.13 2005/04/24 03:30:33 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + adabindx-0.7.2-r1.ebuild: + Stable on ppc. *adabindx-0.7.2-r1 (23 Feb 2005) diff --git a/dev-ada/adabindx/adabindx-0.7.2-r1.ebuild b/dev-ada/adabindx/adabindx-0.7.2-r1.ebuild index 3eba928f6022..31c288625301 100644 --- a/dev-ada/adabindx/adabindx-0.7.2-r1.ebuild +++ b/dev-ada/adabindx/adabindx-0.7.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/adabindx/adabindx-0.7.2-r1.ebuild,v 1.1 2005/02/23 17:36:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/adabindx/adabindx-0.7.2-r1.ebuild,v 1.2 2005/04/24 03:30:34 hansmi Exp $ # inherit eutils gnat @@ -14,7 +14,7 @@ DEPEND=">=dev-lang/gnat-3.14p virtual/x11 >=sys-apps/sed-4" RDEPEND="" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ppc" SLOT="0" IUSE="" diff --git a/dev-ada/adaopengl/ChangeLog b/dev-ada/adaopengl/ChangeLog index 359f58f5c1b1..62a6c2c1f15a 100644 --- a/dev-ada/adaopengl/ChangeLog +++ b/dev-ada/adaopengl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ada/adaopengl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/adaopengl/ChangeLog,v 1.7 2005/01/01 17:22:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/adaopengl/ChangeLog,v 1.8 2005/04/24 03:30:31 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> adaopengl-0.12.ebuild: + Stable on ppc. 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> adaopengl-0.12.ebuild: Removing S= diff --git a/dev-ada/adaopengl/adaopengl-0.12.ebuild b/dev-ada/adaopengl/adaopengl-0.12.ebuild index df749a91dcdb..2d4017a4ccba 100644 --- a/dev-ada/adaopengl/adaopengl-0.12.ebuild +++ b/dev-ada/adaopengl/adaopengl-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/adaopengl/adaopengl-0.12.ebuild,v 1.7 2005/01/01 17:22:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/adaopengl/adaopengl-0.12.ebuild,v 1.8 2005/04/24 03:30:31 hansmi Exp $ inherit gnat @@ -11,7 +11,7 @@ LICENSE="BSD" IUSE="" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" DEPEND="dev-lang/gnat >=dev-ada/adabindx-0.7.2" RDEPEND="virtual/opengl" diff --git a/dev-lang/smarteiffel/ChangeLog b/dev-lang/smarteiffel/ChangeLog index 541d98988dbd..e84a148b9288 100644 --- a/dev-lang/smarteiffel/ChangeLog +++ b/dev-lang/smarteiffel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/smarteiffel -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/ChangeLog,v 1.14 2004/12/29 22:06:14 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/ChangeLog,v 1.15 2005/04/24 03:31:32 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + smarteiffel-1.0.ebuild: + Stable on ppc. 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-lang/smarteiffel/smarteiffel-1.0.ebuild b/dev-lang/smarteiffel/smarteiffel-1.0.ebuild index e889ff27d999..1d64c056e0d5 100644 --- a/dev-lang/smarteiffel/smarteiffel-1.0.ebuild +++ b/dev-lang/smarteiffel/smarteiffel-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/smarteiffel-1.0.ebuild,v 1.9 2004/07/02 04:31:03 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/smarteiffel-1.0.ebuild,v 1.10 2005/04/24 03:31:32 hansmi Exp $ IUSE="doc" #IUSE="doc tcc" @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.loria.fr/pub/loria/SmartEiffel/se-${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~alpha ~sparc" +KEYWORDS="x86 ppc ~alpha ~sparc" #DEPEND="tcc? ( >=dev-lang/tcc-0.9.14 )" DEPEND="virtual/libc" diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index c6116a4e0ecb..0c8e8aae5f0a 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.44 2005/04/21 13:15:46 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.45 2005/04/24 03:29:27 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> twisted-1.2.0.ebuild: + Stable on ppc. 21 Apr 2005; Thomas Raschbacher <lordvan@gentoo.org> : added zope.interface dep. diff --git a/dev-python/twisted/twisted-1.2.0.ebuild b/dev-python/twisted/twisted-1.2.0.ebuild index 522b988df74e..05301bc9bec4 100644 --- a/dev-python/twisted/twisted-1.2.0.ebuild +++ b/dev-python/twisted/twisted-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.0.ebuild,v 1.11 2005/04/08 13:56:09 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.0.ebuild,v 1.12 2005/04/24 03:29:27 hansmi Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 amd64 ~ppc alpha" +KEYWORDS="x86 amd64 ppc alpha" IUSE="gtk gtk2 doc" DEPEND=">=dev-lang/python-2.2 diff --git a/games-board/gnono/ChangeLog b/games-board/gnono/ChangeLog index 9f645839a6ea..e4058af818a5 100644 --- a/games-board/gnono/ChangeLog +++ b/games-board/gnono/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/gnono -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.5 2004/12/30 21:39:18 josejx Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.6 2005/04/24 03:29:56 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> gnono-0.0.3.ebuild: + Stable on ppc. 31 Dec 2004; Joseph Jezak <josejx@gentoo.org> gnono-0.0.3.ebuild: Marked ~ppc. diff --git a/games-board/gnono/gnono-0.0.3.ebuild b/games-board/gnono/gnono-0.0.3.ebuild index 54eb9d97f344..287d9a7b39d8 100644 --- a/games-board/gnono/gnono-0.0.3.ebuild +++ b/games-board/gnono/gnono-0.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-0.0.3.ebuild,v 1.6 2004/12/30 21:39:18 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-0.0.3.ebuild,v 1.7 2005/04/24 03:29:56 hansmi Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.paw.co.za/pub/PAW/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ppc" IUSE="nls" DEPEND="gnome-base/gnome-libs diff --git a/games-emulation/psemu-cdr/ChangeLog b/games-emulation/psemu-cdr/ChangeLog index 6b28e96d00cc..743faba6500c 100644 --- a/games-emulation/psemu-cdr/ChangeLog +++ b/games-emulation/psemu-cdr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/psemu-cdr -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdr/ChangeLog,v 1.7 2004/06/24 22:33:40 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdr/ChangeLog,v 1.8 2005/04/24 03:30:51 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> psemu-cdr-1.8.ebuild: + Stable on ppc. 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> psemu-cdr-1.8.ebuild: Fix use invocation diff --git a/games-emulation/psemu-cdr/psemu-cdr-1.8.ebuild b/games-emulation/psemu-cdr/psemu-cdr-1.8.ebuild index 8407dd3688b2..77d3b2052849 100644 --- a/games-emulation/psemu-cdr/psemu-cdr-1.8.ebuild +++ b/games-emulation/psemu-cdr/psemu-cdr-1.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdr/psemu-cdr-1.8.ebuild,v 1.5 2004/06/24 22:33:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdr/psemu-cdr-1.8.ebuild,v 1.6 2005/04/24 03:30:51 hansmi Exp $ inherit games eutils @@ -11,7 +11,7 @@ SRC_URI="http://linuzappz.pcsx.net/downloads/cdr-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="gtk2" DEPEND="gtk2? ( =x11-libs/gtk+-2* ) diff --git a/games-emulation/psemu-cdriso/ChangeLog b/games-emulation/psemu-cdriso/ChangeLog index a6018544b528..5c19e786d417 100644 --- a/games-emulation/psemu-cdriso/ChangeLog +++ b/games-emulation/psemu-cdriso/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/psemu-cdriso -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdriso/ChangeLog,v 1.4 2004/06/24 22:33:51 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdriso/ChangeLog,v 1.5 2005/04/24 03:31:27 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + psemu-cdriso-1.4.ebuild: + Stable on ppc. 13 Feb 2004; David Holm <dholm@gentoo.org> psemu-cdriso-1.4.ebuild: Added to ~ppc. diff --git a/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild b/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild index 56c2dd9f056d..e42b498ba9af 100644 --- a/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild +++ b/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild,v 1.6 2004/06/24 22:33:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild,v 1.7 2005/04/24 03:31:27 hansmi Exp $ inherit games eutils @@ -10,7 +10,7 @@ SRC_URI="http://linuzappz.pcsx.net/downloads/cdriso-${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="" DEPEND="sys-libs/zlib diff --git a/games-emulation/psemu-padxwin/ChangeLog b/games-emulation/psemu-padxwin/ChangeLog index 6c42bc8427bc..5e3ecc7bd615 100644 --- a/games-emulation/psemu-padxwin/ChangeLog +++ b/games-emulation/psemu-padxwin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/psemu-padxwin -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/ChangeLog,v 1.4 2004/06/24 22:34:47 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/ChangeLog,v 1.5 2005/04/24 03:31:48 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + psemu-padxwin-1.6.ebuild: + Stable on ppc. 13 Feb 2004; David Holm <dholm@gentoo.org> psemu-padxwin-1.6.ebuild: Added to ~ppc. diff --git a/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild b/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild index f0effad21e85..1c219b1fa977 100644 --- a/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild +++ b/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild,v 1.4 2004/06/24 22:34:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild,v 1.5 2005/04/24 03:31:48 hansmi Exp $ inherit games eutils @@ -10,7 +10,7 @@ SRC_URI="http://linuzappz.pcsx.net/downloads/padXwin-${PV}.tgz" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="" DEPEND="=x11-libs/gtk+-1*" diff --git a/media-libs/stimg/ChangeLog b/media-libs/stimg/ChangeLog index fd9b75010d96..3c6fe73bd4ed 100644 --- a/media-libs/stimg/ChangeLog +++ b/media-libs/stimg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/stimg -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/ChangeLog,v 1.4 2004/06/24 23:23:46 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/ChangeLog,v 1.5 2005/04/24 03:33:39 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> stimg-0.1.0.ebuild: + Stable on ppc. 26 Apr 2004; David Holm <dholm@gentoo.org> stimg-0.1.0.ebuild: Added to ~ppc. diff --git a/media-libs/stimg/stimg-0.1.0.ebuild b/media-libs/stimg/stimg-0.1.0.ebuild index 966b9460953a..79e848619ff2 100644 --- a/media-libs/stimg/stimg-0.1.0.ebuild +++ b/media-libs/stimg/stimg-0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/stimg-0.1.0.ebuild,v 1.5 2004/06/24 23:23:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/stimg-0.1.0.ebuild,v 1.6 2005/04/24 03:33:39 hansmi Exp $ IUSE="" @@ -13,7 +13,7 @@ LICENSE="as-is LGPL-2" SLOT="0" -KEYWORDS="x86 alpha ~ppc" +KEYWORDS="x86 alpha ppc" DEPEND=">=media-libs/libpng-1.0.12-r2 >=media-libs/jpeg-6b-r2 diff --git a/net-nntp/gnewspost/ChangeLog b/net-nntp/gnewspost/ChangeLog index ae60279418ab..9341b0d0e77e 100644 --- a/net-nntp/gnewspost/ChangeLog +++ b/net-nntp/gnewspost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nntp/gnewspost # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/gnewspost/ChangeLog,v 1.4 2005/02/01 16:44:56 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/gnewspost/ChangeLog,v 1.5 2005/04/24 03:34:23 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> gnewspost-0.6.ebuild: + Stable on ppc. 01 Feb 2005; Sven Wegener <swegener@gentoo.org> gnewspost-0.6.ebuild: Changed dependency on newspost from = to ~. diff --git a/net-nntp/gnewspost/gnewspost-0.6.ebuild b/net-nntp/gnewspost/gnewspost-0.6.ebuild index 35fc92bce1db..f1619d426035 100644 --- a/net-nntp/gnewspost/gnewspost-0.6.ebuild +++ b/net-nntp/gnewspost/gnewspost-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/gnewspost/gnewspost-0.6.ebuild,v 1.3 2005/02/01 16:44:56 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/gnewspost/gnewspost-0.6.ebuild,v 1.4 2005/04/24 03:34:23 hansmi Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.vectorstar.net/~ash/files/${P}.tar.gz IUSE="nls" LICENSE="BSD" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" SLOT="0" DEPEND="gnome-base/gnome-libs" diff --git a/net-nntp/newspost/ChangeLog b/net-nntp/newspost/ChangeLog index 57910bd695e3..4a1fbcbd8e22 100644 --- a/net-nntp/newspost/ChangeLog +++ b/net-nntp/newspost/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for net-nntp/newspost # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/ChangeLog,v 1.5 2005/04/24 03:32:50 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/ChangeLog,v 1.6 2005/04/24 03:34:20 hansmi Exp $ 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> - newspost-2.1.1-r1.ebuild: + newspost-2.0-r1.ebuild, newspost-2.1.1-r1.ebuild: Stable on ppc. 02 Feb 2005; Sven Wegener <swegener@gentoo.org> -newspost-2.0.ebuild, diff --git a/net-nntp/newspost/newspost-2.0-r1.ebuild b/net-nntp/newspost/newspost-2.0-r1.ebuild index 0e5014448535..f13e9ebe5af6 100644 --- a/net-nntp/newspost/newspost-2.0-r1.ebuild +++ b/net-nntp/newspost/newspost-2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/newspost-2.0-r1.ebuild,v 1.3 2005/02/02 00:34:52 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/newspost-2.0-r1.ebuild,v 1.4 2005/04/24 03:34:20 hansmi Exp $ inherit eutils @@ -14,7 +14,7 @@ IUSE="" # NOTE: This package should work on PPC but not tested! # It also has a solaris make file but we don't do solaris. # but it should mean that it is 64bit clean. -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ppc" RDEPEND="" DEPEND=">=sys-apps/sed-4" diff --git a/net-nntp/newspost/newspost-2.1.1-r1.ebuild b/net-nntp/newspost/newspost-2.1.1-r1.ebuild index d0265a66d442..1b11c0072438 100644 --- a/net-nntp/newspost/newspost-2.1.1-r1.ebuild +++ b/net-nntp/newspost/newspost-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/newspost-2.1.1-r1.ebuild,v 1.1 2005/02/01 16:50:00 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/newspost-2.1.1-r1.ebuild,v 1.2 2005/04/24 03:32:50 hansmi Exp $ inherit eutils @@ -14,7 +14,7 @@ IUSE="" # NOTE: This package should work on PPC but not tested! # It also has a solaris make file but we don't do solaris. # but it should mean that it is 64bit clean. -KEYWORDS="x86 ~amd64 ~ppc ~ppc-macos" +KEYWORDS="x86 ~amd64 ppc ~ppc-macos" RDEPEND="virtual/libc" DEPEND="${RDEPEND} |