summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/gworkspace/Manifest3
-rw-r--r--gnustep-apps/gworkspace/files/gworkspace-0.9.2-rpath-link.patch11
-rw-r--r--gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild39
-rw-r--r--gnustep-apps/gworkspace/gworkspace-0.9.2.ebuild43
-rw-r--r--gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild39
5 files changed, 0 insertions, 135 deletions
diff --git a/gnustep-apps/gworkspace/Manifest b/gnustep-apps/gworkspace/Manifest
index 744f6c2ab88e..ce06d1959e53 100644
--- a/gnustep-apps/gworkspace/Manifest
+++ b/gnustep-apps/gworkspace/Manifest
@@ -1,4 +1 @@
-DIST gworkspace-0.9.1.tar.gz 3791146 SHA256 c8b1b023621aa83bff3f416485e5c9aa4ecebc90933bf97f3702e0dcfe39cd41 SHA512 7f915ff1b527b088bc91cc062f7178362a2e21bdccb796cad2a76caeb853b56470eb34336a2db6b9adb47977d2fd8a6da9335e8d8a86f15759713772420f43db WHIRLPOOL 69a0f03648d416fa0d4233ac7592291dcbdc111cca68598474e1efab0121a78f3c66453a3b101b2292e43d44f75c9bb1eeb3ef56cea1e0685c840f0558612c37
-DIST gworkspace-0.9.2.tar.gz 4289262 SHA256 5239ef983fd4358e152fcfb5cd1f6c30366d04357c26c74719eb05da849af4fb SHA512 d81476697f83b214c6bed95aa606a8d8fed850dd47ca87d94c151bdb8581d40fde8efa6574f316a6b46c3f2cae3821b9891e984f6d27fc1a155d5c37bd442571 WHIRLPOOL 997eaff5a35dc42f1cce8a1019d1856ce961481698f7e4453655a591e5802ad4bc971968a8c21127b46262eb6d06082afb6f18e4e9c4ef5be4b5c2f3c6bda46c
-DIST gworkspace-0.9.3.tar.gz 3833838 SHA256 238343a8c4e447debec75ff49f4657f74a4256a49862899214a2c80616c79049 SHA512 9a7201252714ebc6a417036cd03f67346d0af7a3b4efbd0b2a7487cc6959b508d152c7a1bac00d4fd7efeb156707512065bdf1891961f96288c13ca5336468e6 WHIRLPOOL 87c937caab0451436440a09859d1f642a50cc2b3ffb0b0bf12da45391046217d4c84c9be827f6addd1bdd1046c18da453315e606421ef66b5e13e09d30c22a50
DIST gworkspace-0.9.4.tar.gz 3855909 SHA256 f3c18371c10d8ca02954017ce5c78d8f6b6ed3101a7adae86d7c557cea405632 SHA512 d2246b87be7d1659ecec3657c314ca333dc983509394c3e383b650056affd108b76241fa0fa59443b183a2e20906d9a7a9d1f2ad601cb569990b5490a6c5d2a7 WHIRLPOOL cf11a748cbe7efe3c5810accdcc441c20fc4c039ce37c769aeeea4c647302a5b32227ec70993c7bddf1b33c57b98b33441f0da7da41c7c06384078a92e3ff1ac
diff --git a/gnustep-apps/gworkspace/files/gworkspace-0.9.2-rpath-link.patch b/gnustep-apps/gworkspace/files/gworkspace-0.9.2-rpath-link.patch
deleted file mode 100644
index 53bd503e9e46..000000000000
--- a/gnustep-apps/gworkspace/files/gworkspace-0.9.2-rpath-link.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- GWMetadata/MDFinder/GNUmakefile.preamble.orig 2013-04-04 11:05:53.208502021 +0200
-+++ GWMetadata/MDFinder/GNUmakefile.preamble 2013-04-04 11:05:55.012501940 +0200
-@@ -13,7 +13,7 @@
-
- ADDITIONAL_LIB_DIRS += -L../MDKit/MDKit.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
- ADDITIONAL_LIB_DIRS += -L../../FSNode/FSNode.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
--ADDITIONAL_LIB_DIRS += -L../../DBKit/$(GNUSTEP_OBJ_DIR)
-+ADDITIONAL_LIB_DIRS += -Wl,-rpath-link ../../DBKit/$(GNUSTEP_OBJ_DIR)
-
- # Additional LDFLAGS to pass to the linker
- # ADDITIONAL_LDFLAGS +=
diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild
deleted file mode 100644
index 7e05ff6cb675..000000000000
--- a/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}
diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.2.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.2.ebuild
deleted file mode 100644
index ccd1ca075573..000000000000
--- a/gnustep-apps/gworkspace/gworkspace-0.9.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}
diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild
deleted file mode 100644
index e083262d93be..000000000000
--- a/gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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_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
-}