diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-07 15:13:11 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-07 15:13:11 +0000 |
commit | 54e0d0fa099acc509c83bbd0a1162c46ceb163de (patch) | |
tree | e65a76e46708d49255857cc0fc1fb6e681d3eba0 /gnustep-apps | |
parent | ppc stable (bug 410601) (diff) | |
download | historical-54e0d0fa099acc509c83bbd0a1162c46ceb163de.tar.gz historical-54e0d0fa099acc509c83bbd0a1162c46ceb163de.tar.bz2 historical-54e0d0fa099acc509c83bbd0a1162c46ceb163de.zip |
ppc stable (bug 410601)
Package-Manager: portage-2.1.10.63/cvs/Linux x86_64
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/easydiff/ChangeLog | 5 | ||||
-rw-r--r-- | gnustep-apps/easydiff/easydiff-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | gnustep-apps/gmines/ChangeLog | 5 | ||||
-rw-r--r-- | gnustep-apps/gmines/gmines-0.2.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/gnustep-apps/easydiff/ChangeLog b/gnustep-apps/easydiff/ChangeLog index 47fce210afd8..403fb5f51dad 100644 --- a/gnustep-apps/easydiff/ChangeLog +++ b/gnustep-apps/easydiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/easydiff # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.22 2012/04/07 14:52:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.23 2012/06/07 15:11:13 xmw Exp $ + + 07 Jun 2012; Michael Weber <xmw@gentoo.org> easydiff-0.4.0.ebuild: + ppc stable (bug 410601) 07 Apr 2012; Markus Meier <maekke@gentoo.org> easydiff-0.4.0.ebuild: x86 stable, bug #410601 diff --git a/gnustep-apps/easydiff/easydiff-0.4.0.ebuild b/gnustep-apps/easydiff/easydiff-0.4.0.ebuild index 56507e9cf34b..550b712becc6 100644 --- a/gnustep-apps/easydiff/easydiff-0.4.0.ebuild +++ b/gnustep-apps/easydiff/easydiff-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.4.0.ebuild,v 1.4 2012/04/07 14:52:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.4.0.ebuild,v 1.5 2012/06/07 15:11:13 xmw Exp $ inherit gnustep-2 @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="cvs" RDEPEND="cvs? ( dev-vcs/cvs )" diff --git a/gnustep-apps/gmines/ChangeLog b/gnustep-apps/gmines/ChangeLog index 9ce3b51cbb65..27b1c5c22fd9 100644 --- a/gnustep-apps/gmines/ChangeLog +++ b/gnustep-apps/gmines/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/gmines # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gmines/ChangeLog,v 1.14 2012/04/07 14:52:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gmines/ChangeLog,v 1.15 2012/06/07 15:13:11 xmw Exp $ + + 07 Jun 2012; Michael Weber <xmw@gentoo.org> gmines-0.2.ebuild: + ppc stable (bug 410601) 07 Apr 2012; Markus Meier <maekke@gentoo.org> gmines-0.2.ebuild: x86 stable, bug #410601 diff --git a/gnustep-apps/gmines/gmines-0.2.ebuild b/gnustep-apps/gmines/gmines-0.2.ebuild index 92ea370e2470..8c1d5c87be46 100644 --- a/gnustep-apps/gmines/gmines-0.2.ebuild +++ b/gnustep-apps/gmines/gmines-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gmines/gmines-0.2.ebuild,v 1.3 2012/04/07 14:52:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gmines/gmines-0.2.ebuild,v 1.4 2012/06/07 15:13:11 xmw Exp $ EAPI=4 inherit gnustep-2 @@ -8,7 +8,7 @@ inherit gnustep-2 DESCRIPTION="The well-known minesweeper game." HOMEPAGE="http://gap.nongnu.org/gmines/index.html" SRC_URI="http://savannah.nongnu.org/download/gap/${P/gm/GM}.tar.gz" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc x86 ~x86-fbsd" SLOT="0" LICENSE="GPL-2" IUSE="" |