* [gentoo-commits] gentoo-x86 commit in gnustep-apps/gworkspace: metadata.xml ChangeLog gworkspace-0.9.2.ebuild
@ 2013-04-04 9:15 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2013-04-04 9:15 UTC (permalink / raw
To: gentoo-commits
voyageur 13/04/04 09:15:01
Modified: metadata.xml ChangeLog
Added: gworkspace-0.9.2.ebuild
Log:
Version bump, reported and initial ebuild update by adr in bug #463457. EAPI bump, remove unused files
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path
1.3 gnustep-apps/gworkspace/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 24 Sep 2004 01:06:48 -0000 1.2
+++ metadata.xml 4 Apr 2013 09:15:00 -0000 1.3
@@ -5,4 +5,7 @@
<longdescription>
GWorkspace is the official GNUstep workspace manager. It is a clone of the NeXT workspace manager. GWorkspace is becoming more and more stable every day and it is already ready for daily usage.
</longdescription>
+<use>
+ <flag name='gwmetadata'>Enable the metadata indexing and searching system</flag>
+</use>
</pkgmetadata>
1.40 gnustep-apps/gworkspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 23 Sep 2012 07:51:40 -0000 1.39
+++ ChangeLog 4 Apr 2013 09:15:00 -0000 1.40
@@ -1,6 +1,15 @@
# ChangeLog for gnustep-apps/gworkspace
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.39 2012/09/23 07:51:40 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.40 2013/04/04 09:15:00 voyageur Exp $
+
+*gworkspace-0.9.2 (04 Apr 2013)
+
+ 04 Apr 2013; Bernard Cafarelli <voyageur@gentoo.org>
+ -files/gworkspace-0.8.6-popplerkit.patch,
+ -files/gworkspace-0.8.6-rpath.patch, +gworkspace-0.9.2.ebuild,
+ +files/gworkspace-0.9.2-rpath-link.patch, metadata.xml:
+ Version bump, reported and initial ebuild update by adr in bug #463457. EAPI
+ bump, remove unused files
23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> gworkspace-0.9.1.ebuild:
x86 stable wrt bug #429076
1.1 gnustep-apps/gworkspace/gworkspace-0.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.2.ebuild?rev=1.1&content-type=text/plain
Index: gworkspace-0.9.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.2.ebuild,v 1.1 2013/04/04 09:15:00 voyageur Exp $
EAPI=5
inherit gnustep-2
DESCRIPTION="A workspace manager for GNUstep"
HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"
IUSE="+gwmetadata"
DEPEND="gwmetadata? ( >=gnustep-apps/systempreferences-1.0.1_p24791
>=dev-db/sqlite-3.2.8 )"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-rpath-link.patch
}
src_configure() {
local myconf=""
use kernel_linux && myconf="${myconf} --with-inotify"
use gwmetadata && myconf="${myconf} --enable-gwmetadata"
egnustep_env
econf ${myconf}
}
src_install() {
egnustep_env
egnustep_install
if use doc;
then
dodir /usr/share/doc/${PF}
cp "${S}"/Documentation/*.pdf "${D}"/usr/share/doc/${PF}
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-04 9:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 9:15 [gentoo-commits] gentoo-x86 commit in gnustep-apps/gworkspace: metadata.xml ChangeLog gworkspace-0.9.2.ebuild Bernard Cafarelli (voyageur)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox