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
commitaa7665926150cac31eca2126255333fabb13a3ad (patch)
tree7fc507e4c935310a0f248b109f01de8afb5bc4ab /gnustep-apps/gworkspace/gworkspace-0.8.8.ebuild
parentVersion Bump. (diff)
downloadhistorical-aa7665926150cac31eca2126255333fabb13a3ad.tar.gz
historical-aa7665926150cac31eca2126255333fabb13a3ad.tar.bz2
historical-aa7665926150cac31eca2126255333fabb13a3ad.zip
Version bump, new modern style available and bugfixes. Remove 0.8.x ebuilds
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'gnustep-apps/gworkspace/gworkspace-0.8.8.ebuild')
-rw-r--r--gnustep-apps/gworkspace/gworkspace-0.8.8.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/gnustep-apps/gworkspace/gworkspace-0.8.8.ebuild b/gnustep-apps/gworkspace/gworkspace-0.8.8.ebuild
deleted file mode 100644
index 98b3fc797d4e..000000000000
--- a/gnustep-apps/gworkspace/gworkspace-0.8.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 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 $
-
-EAPI=3
-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 compilation broken for now
-#DEPEND=">=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"
-
- egnustep_env
- econf --disable-gwmetadata ${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
-}