diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-16 15:25:07 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-16 15:25:07 +0000 |
commit | cb36d23c0730555e1486795efa2a9221494271f3 (patch) | |
tree | 02521046edd091f76d797127a3febdb8a4e55e64 /gnustep-apps/affiche | |
parent | amd64 stable wrt #197514, fix multilib and quoting (diff) | |
download | gentoo-2-cb36d23c0730555e1486795efa2a9221494271f3.tar.gz gentoo-2-cb36d23c0730555e1486795efa2a9221494271f3.tar.bz2 gentoo-2-cb36d23c0730555e1486795efa2a9221494271f3.zip |
amd64 stable, bug 195990
(Portage version: 2.1.3.19)
Diffstat (limited to 'gnustep-apps/affiche')
-rw-r--r-- | gnustep-apps/affiche/ChangeLog | 5 | ||||
-rw-r--r-- | gnustep-apps/affiche/affiche-0.6.0-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnustep-apps/affiche/ChangeLog b/gnustep-apps/affiche/ChangeLog index 166688a0f634..43243e33d83a 100644 --- a/gnustep-apps/affiche/ChangeLog +++ b/gnustep-apps/affiche/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/affiche # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/ChangeLog,v 1.13 2007/11/08 23:32:44 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/ChangeLog,v 1.14 2007/11/16 15:25:07 beandog Exp $ + + 16 Nov 2007; Steve Dibb <beandog@gentoo.org> affiche-0.6.0-r3.ebuild: + amd64 stable, bug 195990 08 Nov 2007; Bernard Cafarelli <voyageur@gentoo.org> -affiche-0.6.0-r2.ebuild: diff --git a/gnustep-apps/affiche/affiche-0.6.0-r3.ebuild b/gnustep-apps/affiche/affiche-0.6.0-r3.ebuild index a06fffdc5366..c755d9cffe48 100644 --- a/gnustep-apps/affiche/affiche-0.6.0-r3.ebuild +++ b/gnustep-apps/affiche/affiche-0.6.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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-r3.ebuild,v 1.3 2007/10/27 16:30:57 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/affiche-0.6.0-r3.ebuild,v 1.4 2007/11/16 15:25:07 beandog Exp $ inherit gnustep-2 @@ -9,6 +9,6 @@ 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="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" SLOT="0" LICENSE="GPL-2" |