summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2015-01-12 14:10:31 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2015-01-12 14:10:31 +0000
commit306735dfbbce8c3a96680f6e3bbcba67de797b88 (patch)
tree1b91419d1517d9067522540eabac05d76d05d37e /gnustep-apps
parentVersion bump with new homepage (diff)
downloadgentoo-2-306735dfbbce8c3a96680f6e3bbcba67de797b88.tar.gz
gentoo-2-306735dfbbce8c3a96680f6e3bbcba67de797b88.tar.bz2
gentoo-2-306735dfbbce8c3a96680f6e3bbcba67de797b88.zip
Version bump
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/gworkspace/ChangeLog10
-rw-r--r--gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild (renamed from gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild)20
2 files changed, 18 insertions, 12 deletions
diff --git a/gnustep-apps/gworkspace/ChangeLog b/gnustep-apps/gworkspace/ChangeLog
index 4084c255adae..2be90b7bb7aa 100644
--- a/gnustep-apps/gworkspace/ChangeLog
+++ b/gnustep-apps/gworkspace/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-apps/gworkspace
-# 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 $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.41 2015/01/12 14:10:31 voyageur Exp $
+
+*gworkspace-0.9.3 (12 Jan 2015)
+
+ 12 Jan 2015; Bernard Cafarelli <voyageur@gentoo.org>
+ -gworkspace-0.9.0.ebuild, +gworkspace-0.9.3.ebuild:
+ Version bump
*gworkspace-0.9.2 (04 Apr 2013)
diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild
index d129cc9280c2..3a9b2ace1dd9 100644
--- a/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild
+++ b/gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild
@@ -1,31 +1,31 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild,v 1.4 2012/06/07 15:28:04 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild,v 1.1 2015/01/12 14:10:31 voyageur Exp $
-EAPI=3
+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"
+KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
+IUSE="+gwmetadata"
-# GWMetadata compilation broken for now
-#DEPEND=">=gnustep-apps/systempreferences-1.0.1_p24791
-# >=dev-db/sqlite-3.2.8"
-#RDEPEND="${DEPEND}"
+DEPEND="gwmetadata? ( >=gnustep-apps/systempreferences-1.0.1_p24791
+ >=dev-db/sqlite-3.2.8 )"
+RDEPEND="${DEPEND}"
src_configure() {
local myconf=""
use kernel_linux && myconf="${myconf} --with-inotify"
+ use gwmetadata && myconf="${myconf} --enable-gwmetadata"
egnustep_env
- econf --disable-gwmetadata ${myconf}
+ econf ${myconf}
}
src_install() {