diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-08-01 11:52:23 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-08-01 11:52:23 +0000 |
commit | 73d82645b2a07d7a295ca4fadd682e306e2a8e58 (patch) | |
tree | 867c226953bb04eaac42c507ce0cfbe8f5daee47 /gnustep-apps/affiche | |
parent | 2.2_rc6 bump. This fixes bugs #94133 (userfetch access check), #229033 (diff) | |
download | gentoo-2-73d82645b2a07d7a295ca4fadd682e306e2a8e58.tar.gz gentoo-2-73d82645b2a07d7a295ca4fadd682e306e2a8e58.tar.bz2 gentoo-2-73d82645b2a07d7a295ca4fadd682e306e2a8e58.zip |
Fix HOMEPAGE
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnustep-apps/affiche')
-rw-r--r-- | gnustep-apps/affiche/ChangeLog | 7 | ||||
-rw-r--r-- | gnustep-apps/affiche/affiche-0.6.0-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gnustep-apps/affiche/ChangeLog b/gnustep-apps/affiche/ChangeLog index 43243e33d83a..b3c9aa903921 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.14 2007/11/16 15:25:07 beandog Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/ChangeLog,v 1.15 2008/08/01 11:52:23 grobian Exp $ + + 01 Aug 2008; Fabian Groffen <grobian@gentoo.org> affiche-0.6.0-r3.ebuild: + Fix HOMEPAGE 16 Nov 2007; Steve Dibb <beandog@gentoo.org> affiche-0.6.0-r3.ebuild: amd64 stable, bug 195990 diff --git a/gnustep-apps/affiche/affiche-0.6.0-r3.ebuild b/gnustep-apps/affiche/affiche-0.6.0-r3.ebuild index c755d9cffe48..46138aa81ab2 100644 --- a/gnustep-apps/affiche/affiche-0.6.0-r3.ebuild +++ b/gnustep-apps/affiche/affiche-0.6.0-r3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.4 2007/11/16 15:25:07 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/affiche-0.6.0-r3.ebuild,v 1.5 2008/08/01 11:52:23 grobian Exp $ inherit gnustep-2 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" +HOMEPAGE="http://www.collaboration-world.com/affiche" SRC_URI="http://www.collaboration-world.com/affiche.data/releases/Stable/${P/a/A}.tar.gz" KEYWORDS="amd64 ppc x86" SLOT="0" |