diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-28 06:53:05 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-28 06:53:05 +0000 |
commit | 45cef8b75e4d4d7acdb2fa1309827c12ca57338d (patch) | |
tree | b26ae735c4679b344e90e248c0ab3e3354924390 /app-gnustep/affiche | |
parent | Do not include su infopage, as it is not valid for the su from sys-apps/shadow (diff) | |
download | gentoo-2-45cef8b75e4d4d7acdb2fa1309827c12ca57338d.tar.gz gentoo-2-45cef8b75e4d4d7acdb2fa1309827c12ca57338d.tar.bz2 gentoo-2-45cef8b75e4d4d7acdb2fa1309827c12ca57338d.zip |
Fixing bug #25403
Diffstat (limited to 'app-gnustep/affiche')
-rw-r--r-- | app-gnustep/affiche/ChangeLog | 5 | ||||
-rw-r--r-- | app-gnustep/affiche/Manifest | 4 | ||||
-rw-r--r-- | app-gnustep/affiche/affiche-0.6.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-gnustep/affiche/ChangeLog b/app-gnustep/affiche/ChangeLog index 323125800818..e337c002241a 100644 --- a/app-gnustep/affiche/ChangeLog +++ b/app-gnustep/affiche/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-gnustep/affiche # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-gnustep/affiche/ChangeLog,v 1.1 2003/07/17 15:19:32 brain Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/affiche/ChangeLog,v 1.2 2003/07/28 06:52:56 phosphan Exp $ + + 28 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> affiche-0.6.0.ebuild: + Little description line fix because of bug #25403 *affiche-0.6.0 (17 Jul 2003) diff --git a/app-gnustep/affiche/Manifest b/app-gnustep/affiche/Manifest index 99945f903421..65ab1379eaca 100644 --- a/app-gnustep/affiche/Manifest +++ b/app-gnustep/affiche/Manifest @@ -1,4 +1,4 @@ -MD5 54a38e698560758714b32cce775396b7 affiche-0.6.0.ebuild 614 -MD5 ebedaad1311d71f238f021bd9315190c ChangeLog 338 +MD5 507be3c39deb568dfb802a2e40237094 affiche-0.6.0.ebuild 617 +MD5 577c102ff4b958c10ca8b12a82bd66c1 ChangeLog 469 MD5 80699754a7e9adb6c02df33c8fa16fd6 metadata.xml 161 MD5 fea4ce56a126969a3fd8d0f7e06efb8c files/digest-affiche-0.6.0 64 diff --git a/app-gnustep/affiche/affiche-0.6.0.ebuild b/app-gnustep/affiche/affiche-0.6.0.ebuild index 3097e9b0ae0f..364015218b0c 100644 --- a/app-gnustep/affiche/affiche-0.6.0.ebuild +++ b/app-gnustep/affiche/affiche-0.6.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-gnustep/affiche/affiche-0.6.0.ebuild,v 1.1 2003/07/17 15:19:32 brain Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/affiche/affiche-0.6.0.ebuild,v 1.2 2003/07/28 06:52:56 phosphan Exp $ inherit gnustep S=${WORKDIR}/${PN/a/A} A=${P/a/A}.tar.gz -DESCRIPTION="Affiche allows people to "stick" notes" +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" LICENSE="LGPL-2.1" |