diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:57:34 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:57:34 +0000 |
commit | 6486d5eb6821f11206ad4b65c8544342616bffb3 (patch) | |
tree | 9264b95e72d17215d556d612e27db4f10e4ad5fc /gnustep-apps/affiche | |
parent | Keyworded ppc for GNOME 2.8 (diff) | |
download | historical-6486d5eb6821f11206ad4b65c8544342616bffb3.tar.gz historical-6486d5eb6821f11206ad4b65c8544342616bffb3.tar.bz2 historical-6486d5eb6821f11206ad4b65c8544342616bffb3.zip |
Mass Update: gnustep.eclass revamped to allow configurable root install; gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions bumped where files would change); some KEYWORDS were accidentally dropped between version bumps of packages -- this has been resolved; windowmaker correctly supports gnustep now; gnustep-funcs.eclass added -- used where info on an installed gnustep-env is needed rather than making a full GNUstep application
Diffstat (limited to 'gnustep-apps/affiche')
-rw-r--r-- | gnustep-apps/affiche/ChangeLog | 12 | ||||
-rw-r--r-- | gnustep-apps/affiche/Manifest | 8 | ||||
-rw-r--r-- | gnustep-apps/affiche/affiche-0.6.0-r2.ebuild (renamed from gnustep-apps/affiche/affiche-0.6.0.ebuild) | 19 | ||||
-rw-r--r-- | gnustep-apps/affiche/files/digest-affiche-0.6.0-r2 (renamed from gnustep-apps/affiche/files/digest-affiche-0.6.0) | 0 |
4 files changed, 24 insertions, 15 deletions
diff --git a/gnustep-apps/affiche/ChangeLog b/gnustep-apps/affiche/ChangeLog index 5d33887e5ace..a2a6c7875044 100644 --- a/gnustep-apps/affiche/ChangeLog +++ b/gnustep-apps/affiche/ChangeLog @@ -1,6 +1,16 @@ # 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.5 2004/10/14 20:00:51 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/ChangeLog,v 1.6 2004/11/12 03:50:02 fafhrd Exp $ + +*affiche-0.6.0-r2 (11 Nov 2004) + + 11 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org> +affiche-0.6.0-r2.ebuild, + -affiche-0.6.0.ebuild: + Mass Update: gnustep.eclass revamped to allow configurable root install; + gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions + bumped where files would change); some KEYWORDS were accidentally dropped + between version bumps of packages -- this has been resolved; windowmaker + correctly supports gnustep now *affiche-0.6.0-r1 (14 Oct 2004) diff --git a/gnustep-apps/affiche/Manifest b/gnustep-apps/affiche/Manifest index 97cac49268d0..ea969e3afce4 100644 --- a/gnustep-apps/affiche/Manifest +++ b/gnustep-apps/affiche/Manifest @@ -1,6 +1,6 @@ -MD5 a17f557be2cd8211c87277ec4f6df3bc ChangeLog 1439 -MD5 71a2769247c736ae3283f66ab70732da affiche-0.6.0.ebuild 662 -MD5 13d75e2325bb855a42db67b40837eadc metadata.xml 555 +MD5 3138647a6654549b6b2cad90452b8b8f affiche-0.6.0-r2.ebuild 547 MD5 172b0eac5530aaf1285941f3158df716 affiche-0.6.0-r1.ebuild 619 -MD5 fea4ce56a126969a3fd8d0f7e06efb8c files/digest-affiche-0.6.0 64 +MD5 6ca106cdb37caeaa9c3aeb693e657bcd ChangeLog 1914 +MD5 13d75e2325bb855a42db67b40837eadc metadata.xml 555 MD5 fea4ce56a126969a3fd8d0f7e06efb8c files/digest-affiche-0.6.0-r1 64 +MD5 fea4ce56a126969a3fd8d0f7e06efb8c files/digest-affiche-0.6.0-r2 64 diff --git a/gnustep-apps/affiche/affiche-0.6.0.ebuild b/gnustep-apps/affiche/affiche-0.6.0-r2.ebuild index 8411bf7a59f8..b77a8d1a6486 100644 --- a/gnustep-apps/affiche/affiche-0.6.0.ebuild +++ b/gnustep-apps/affiche/affiche-0.6.0-r2.ebuild @@ -1,22 +1,21 @@ # 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.ebuild,v 1.2 2004/07/23 14:57:39 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/affiche-0.6.0-r2.ebuild,v 1.1 2004/11/12 03:50:02 fafhrd Exp $ -inherit gnustep-old +inherit gnustep 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" -IUSE="" -LICENSE="LGPL-2.1" +KEYWORDS="~x86 ~ppc" SLOT="0" -KEYWORDS="x86 ~ppc" +LICENSE="GPL-2" -DEPEND=">=gnustep-base/gnustep-gui-0.8.5" +IUSE="${IUSE}" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND}" + +egnustep_install_domain "Local" -src_unpack() { - unpack ${P/a/A}.tar.gz - cd ${S} -} diff --git a/gnustep-apps/affiche/files/digest-affiche-0.6.0 b/gnustep-apps/affiche/files/digest-affiche-0.6.0-r2 index ca12f8768415..ca12f8768415 100644 --- a/gnustep-apps/affiche/files/digest-affiche-0.6.0 +++ b/gnustep-apps/affiche/files/digest-affiche-0.6.0-r2 |