summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2012-06-08 11:12:34 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2012-06-08 11:12:34 +0000
commitd820cfba08025c4a936e1f7783e86fa68483167d (patch)
treecedc9253ed9dd365dbcf95c4b685197d4d810c48 /gnustep-apps
parentVersion Bump. (diff)
downloadgentoo-2-d820cfba08025c4a936e1f7783e86fa68483167d.tar.gz
gentoo-2-d820cfba08025c4a936e1f7783e86fa68483167d.tar.bz2
gentoo-2-d820cfba08025c4a936e1f7783e86fa68483167d.zip
Version bump, new modern style available and bugfixes. Remove 0.8.x ebuilds
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/gworkspace/ChangeLog9
-rw-r--r--gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild62
-rw-r--r--gnustep-apps/gworkspace/gworkspace-0.8.7.ebuild41
-rw-r--r--gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild (renamed from gnustep-apps/gworkspace/gworkspace-0.8.8.ebuild)4
4 files changed, 10 insertions, 106 deletions
diff --git a/gnustep-apps/gworkspace/ChangeLog b/gnustep-apps/gworkspace/ChangeLog
index c5fbe622aa5d..725b52b043a1 100644
--- a/gnustep-apps/gworkspace/ChangeLog
+++ b/gnustep-apps/gworkspace/ChangeLog
@@ -1,6 +1,13 @@
# 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.35 2012/06/07 15:28:04 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.36 2012/06/08 11:12:34 voyageur Exp $
+
+*gworkspace-0.9.1 (08 Jun 2012)
+
+ 08 Jun 2012; Bernard Cafarelli <voyageur@gentoo.org>
+ -gworkspace-0.8.6.ebuild, -gworkspace-0.8.7.ebuild, -gworkspace-0.8.8.ebuild,
+ +gworkspace-0.9.1.ebuild:
+ Version bump, new modern style available and bugfixes. Remove 0.8.x ebuilds
07 Jun 2012; Michael Weber <xmw@gentoo.org> gworkspace-0.9.0.ebuild:
ppc stable (bug 410601)
diff --git a/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild b/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild
deleted file mode 100644
index cc487876d687..000000000000
--- a/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild,v 1.7 2012/04/25 16:25:58 jlec Exp $
-
-inherit autotools gnustep-2
-
-S=${WORKDIR}/${P/gw/GW}
-
-DESCRIPTION="A workspace manager for GNUstep"
-HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/"
-SRC_URI="http://www.gnustep.it/enrico/gworkspace/${P}.tar.gz"
-
-KEYWORDS="amd64 ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="pdf"
-DEPEND="pdf? ( gnustep-libs/popplerkit )
- >=gnustep-apps/systempreferences-1.0.1_p24791
- >=dev-db/sqlite-3.2.8"
-RDEPEND="!gnustep-apps/desktop
- !gnustep-apps/recycler"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-rpath.patch
- epatch "${FILESDIR}"/${P}-popplerkit.patch
-
- cd Inspector
- eautoreconf
-}
-
-src_compile() {
- local myconf=""
-
- use kernel_linux && myconf="${myconf} --with-inotify"
-
- egnustep_env
- econf ${myconf}
- egnustep_make
-
- cd "${S}"/GWMetadata
- econf
- egnustep_make || die "GWMetadata make failed"
-}
-
-src_install() {
- egnustep_env
-
- egnustep_install
-
- cd "${S}"/GWMetadata
- egnustep_install
-
- if use doc;
- then
- dodir /usr/share/doc/${PF}
- cp "${S}"/Documentation/*.pdf "${D}"/usr/share/doc/${PF}
- fi
-}
diff --git a/gnustep-apps/gworkspace/gworkspace-0.8.7.ebuild b/gnustep-apps/gworkspace/gworkspace-0.8.7.ebuild
deleted file mode 100644
index 703fca363891..000000000000
--- a/gnustep-apps/gworkspace/gworkspace-0.8.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.7.ebuild,v 1.1 2008/10/09 14:36:11 voyageur Exp $
-
-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"
-
-#pdf support disabled, needs updated popplerkit patch
-IUSE=""
-DEPEND=">=gnustep-apps/systempreferences-1.0.1_p24791
- >=dev-db/sqlite-3.2.8"
-RDEPEND="!gnustep-apps/desktop
- !gnustep-apps/recycler"
-
-src_compile() {
- local myconf=""
-
- use kernel_linux && myconf="${myconf} --with-inotify"
-
- egnustep_env
- econf ${myconf}
- egnustep_make
-}
-
-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
-}
diff --git a/gnustep-apps/gworkspace/gworkspace-0.8.8.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild
index 98b3fc797d4e..5b38fe7a7a23 100644
--- a/gnustep-apps/gworkspace/gworkspace-0.8.8.ebuild
+++ b/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.8.ebuild,v 1.1 2010/07/01 09:21:42 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild,v 1.1 2012/06/08 11:12:34 voyageur Exp $
EAPI=3
inherit gnustep-2