diff options
author | David Holm <dholm@gentoo.org> | 2004-10-14 20:04:20 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-10-14 20:04:20 +0000 |
commit | d082e043449bcc950fbbb1a898da8191558530d4 (patch) | |
tree | 529fd11a9ffad0dff9f91191fc3bb3f9a43ee229 /gnustep-apps/affiche | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-d082e043449bcc950fbbb1a898da8191558530d4.tar.gz gentoo-2-d082e043449bcc950fbbb1a898da8191558530d4.tar.bz2 gentoo-2-d082e043449bcc950fbbb1a898da8191558530d4.zip |
Added to ~ppc
Diffstat (limited to 'gnustep-apps/affiche')
-rw-r--r-- | gnustep-apps/affiche/ChangeLog | 7 | ||||
-rw-r--r-- | gnustep-apps/affiche/affiche-0.6.0-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gnustep-apps/affiche/ChangeLog b/gnustep-apps/affiche/ChangeLog index 27a9ee9f9049..5d33887e5ace 100644 --- a/gnustep-apps/affiche/ChangeLog +++ b/gnustep-apps/affiche/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnustep-apps/affiche # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/ChangeLog,v 1.4 2004/09/24 02:47:15 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/ChangeLog,v 1.5 2004/10/14 20:00:51 dholm Exp $ + +*affiche-0.6.0-r1 (14 Oct 2004) + + 14 Oct 2004; David Holm <dholm@gentoo.org> affiche-0.6.0-r1.ebuild: + Added to ~ppc. 09 Sep 2004; Armando Di Cianno <fafhrd@gentoo.org> affiche-0.6.0.ebuild: Compatibility changes for new gnustep eclass. diff --git a/gnustep-apps/affiche/affiche-0.6.0-r1.ebuild b/gnustep-apps/affiche/affiche-0.6.0-r1.ebuild index 399297219a46..65235f20f602 100644 --- a/gnustep-apps/affiche/affiche-0.6.0-r1.ebuild +++ b/gnustep-apps/affiche/affiche-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/affiche-0.6.0-r1.ebuild,v 1.1 2004/09/24 02:47:15 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/affiche-0.6.0-r1.ebuild,v 1.2 2004/10/14 20:00:51 dholm Exp $ inherit gnustep @@ -9,7 +9,7 @@ S=${WORKDIR}/${PN/a/A} DESCRIPTION="Affiche allows people to 'stick' notes" HOMEPAGE="http://www.collaboration-world.com/cgi-bin/collaboration-world/project/release.cgi?pid=5" SRC_URI="http://www.collaboration-world.com/affiche.data/releases/Stable/${P/a/A}.tar.gz" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" SLOT="0" LICENSE="GPL-2" |