summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2010-02-10 21:45:26 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2010-02-10 21:45:26 +0000
commitc4e46838ba6979407c1164462c13196f4869fb48 (patch)
tree23b811c3f155ce5dd3213bc8c8b231e1eec993fc /gnustep-apps
parentMake okular bindings optional instead of automagic (diff)
downloadhistorical-c4e46838ba6979407c1164462c13196f4869fb48.tar.gz
historical-c4e46838ba6979407c1164462c13196f4869fb48.tar.bz2
historical-c4e46838ba6979407c1164462c13196f4869fb48.zip
Drop old version
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/cynthiune/ChangeLog6
-rw-r--r--gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild67
-rw-r--r--gnustep-apps/cynthiune/files/cynthiune-0.9.5-libmpcdecsv7.patch48
-rw-r--r--gnustep-apps/gorm/ChangeLog8
-rw-r--r--gnustep-apps/gorm/files/gorm-1.2.6-gormcore-as-needed.patch11
-rw-r--r--gnustep-apps/gorm/gorm-1.2.4.ebuild27
-rw-r--r--gnustep-apps/gorm/gorm-1.2.6.ebuild30
-rw-r--r--gnustep-apps/vindaloo/ChangeLog8
-rw-r--r--gnustep-apps/vindaloo/vindaloo-0.2-r1.ebuild19
-rw-r--r--gnustep-apps/vindaloo/vindaloo-0.4.0.ebuild27
-rw-r--r--gnustep-apps/zipper/ChangeLog7
-rw-r--r--gnustep-apps/zipper/zipper-1.2.ebuild27
-rw-r--r--gnustep-apps/zipper/zipper-1.3.ebuild5
13 files changed, 25 insertions, 265 deletions
diff --git a/gnustep-apps/cynthiune/ChangeLog b/gnustep-apps/cynthiune/ChangeLog
index 521082a910a0..03d69ba492e0 100644
--- a/gnustep-apps/cynthiune/ChangeLog
+++ b/gnustep-apps/cynthiune/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-apps/cynthiune
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.28 2010/02/08 18:11:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.29 2010/02/10 21:41:48 voyageur Exp $
+
+ 10 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
+ -cynthiune-0.9.5-r4.ebuild, -files/cynthiune-0.9.5-libmpcdecsv7.patch:
+ Drop old version
08 Feb 2010; nixnut <nixnut@gentoo.org> cynthiune-0.9.5-r5.ebuild:
ppc stable #301304
diff --git a/gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild b/gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild
deleted file mode 100644
index 58617b48c0bd..000000000000
--- a/gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild,v 1.4 2009/11/10 21:51:47 volkmar Exp $
-
-inherit gnustep-2
-
-S=${WORKDIR}/${P/c/C}
-
-DESCRIPTION="Free software and romantic music player for GNUstep."
-HOMEPAGE="http://organact.mine.nu/~wolfgang/cynthiune"
-SRC_URI="http://organact.mine.nu/~wolfgang/cynthiune/${P/c/C}.tar.gz"
-
-IUSE="flac mad modplug musepack timidity vorbis"
-
-KEYWORDS="amd64 ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="media-libs/audiofile
- media-libs/taglib
- flac? ( media-libs/flac )
- mad? ( media-libs/libid3tag
- media-libs/libmad )
- musepack? ( media-libs/libmpcdecsv7 )
- modplug? ( media-libs/libmodplug )
- timidity? ( media-sound/timidity++ )
- vorbis? ( >=media-libs/libogg-1.1.2
- >=media-libs/libvorbis-1.0.1-r2 )
- =media-libs/musicbrainz-2*"
-DEPEND="${RDEPEND}
- mad? ( dev-util/pkgconfig )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-flac-1.1.3.patch
- epatch "${FILESDIR}"/${P}-set-macro.patch
- epatch "${FILESDIR}"/${P}-NSCellExtensions.patch
- epatch "${FILESDIR}"/${P}-NSMutableDictionary.patch
- epatch "${FILESDIR}"/${P}-gnustep-make-2.patch
- epatch "${FILESDIR}"/${P}-as-needed.patch
- epatch "${FILESDIR}"/${P}-libmpcdecsv7.patch
-}
-
-cynthiune_get_config() {
- # Gentoo doesn't have libavi (any more)
- local myconf="disable-windowsmedia=yes disable-arts=yes disable-esound=yes"
- use flac || myconf="${myconf} disable-flac=yes disable-flactags=yes"
- use mad || myconf="${myconf} disable-mp3=yes disable-id3tag=yes"
- use modplug || myconf="${myconf} disable-mod=yes"
- use musepack || myconf="${myconf} disable-musepack=yes"
- use timidity || myconf="${myconf} disable-timidity=yes"
- use vorbis || myconf="${myconf} disable-ogg=yes disable-vorbistags=yes"
-
- echo ${myconf}
-}
-
-src_compile() {
- egnustep_env
- egnustep_make "$(cynthiune_get_config)" || die "make failed"
-}
-
-src_install() {
- egnustep_env
- egnustep_install "$(cynthiune_get_config)" || die
-}
diff --git a/gnustep-apps/cynthiune/files/cynthiune-0.9.5-libmpcdecsv7.patch b/gnustep-apps/cynthiune/files/cynthiune-0.9.5-libmpcdecsv7.patch
deleted file mode 100644
index f458998e290a..000000000000
--- a/gnustep-apps/cynthiune/files/cynthiune-0.9.5-libmpcdecsv7.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -ur Cynthiune-0.9.5.orig/Bundles/Musepack/CNSFileHandle.h Cynthiune-0.9.5/Bundles/Musepack/CNSFileHandle.h
---- Cynthiune-0.9.5.orig/Bundles/Musepack/CNSFileHandle.h 2006-03-22 00:33:28.000000000 +0200
-+++ Cynthiune-0.9.5/Bundles/Musepack/CNSFileHandle.h 2009-07-26 18:31:10.000000000 +0300
-@@ -23,7 +23,7 @@
- #ifndef CNSFILEHANDLE_H
- #define CNSFILEHANDLE_H
-
--#include <mpcdec/config_types.h>
-+#include <mpcdecsv7/config_types.h>
-
- #ifdef __cplusplus
- extern "C" {
-diff -ur Cynthiune-0.9.5.orig/Bundles/Musepack/GNUmakefile.preamble Cynthiune-0.9.5/Bundles/Musepack/GNUmakefile.preamble
---- Cynthiune-0.9.5.orig/Bundles/Musepack/GNUmakefile.preamble 2005-12-07 18:42:43.000000000 +0200
-+++ Cynthiune-0.9.5/Bundles/Musepack/GNUmakefile.preamble 2009-07-26 18:31:32.000000000 +0300
-@@ -19,7 +19,7 @@
- # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- # Boston, MA 02111-1307, USA.
-
--MUSEPACK_LIBS = -lmpcdec
-+MUSEPACK_LIBS = -lmpcdecsv7
-
- ADDITIONAL_INCLUDE_DIRS += -I../..
-
-diff -ur Cynthiune-0.9.5.orig/Bundles/Musepack/Musepack.m Cynthiune-0.9.5/Bundles/Musepack/Musepack.m
---- Cynthiune-0.9.5.orig/Bundles/Musepack/Musepack.m 2006-03-31 11:17:11.000000000 +0300
-+++ Cynthiune-0.9.5/Bundles/Musepack/Musepack.m 2009-07-26 18:30:54.000000000 +0300
-@@ -30,7 +30,7 @@
- #import <Cynthiune/Format.h>
- #import <Cynthiune/utils.h>
-
--#import <mpcdec/mpcdec.h>
-+#import <mpcdecsv7/mpcdec.h>
-
- #import "Musepack.h"
- #import "CNSFileHandle.h"
-diff -ur Cynthiune-0.9.5.orig/Cynthiune.pbproj/project.pbxproj Cynthiune-0.9.5/Cynthiune.pbproj/project.pbxproj
---- Cynthiune-0.9.5.orig/Cynthiune.pbproj/project.pbxproj 2006-03-31 11:35:16.000000000 +0300
-+++ Cynthiune-0.9.5/Cynthiune.pbproj/project.pbxproj 2009-07-26 18:31:59.000000000 +0300
-@@ -3405,7 +3405,7 @@
- FRAMEWORK_SEARCH_PATHS = /home/wolfgang/programmes/gnustep/Cynthiune/build;
- OPTIMIZATION_CFLAGS = "-O0";
- OTHER_CFLAGS = "";
-- OTHER_LDFLAGS = "-lmpcdec";
-+ OTHER_LDFLAGS = "-lmpcdecsv7";
- OTHER_REZFLAGS = "";
- PRODUCT_NAME = Musepack;
- SECTORDER_FLAGS = "";
diff --git a/gnustep-apps/gorm/ChangeLog b/gnustep-apps/gorm/ChangeLog
index e649c4e6bb74..114ff0133079 100644
--- a/gnustep-apps/gorm/ChangeLog
+++ b/gnustep-apps/gorm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-apps/gorm
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gorm/ChangeLog,v 1.35 2009/07/19 13:24:15 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gorm/ChangeLog,v 1.36 2010/02/10 21:43:03 voyageur Exp $
+
+ 10 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org> -gorm-1.2.4.ebuild,
+ -gorm-1.2.6.ebuild, -files/gorm-1.2.6-gormcore-as-needed.patch:
+ Drop old version
19 Jul 2009; nixnut <nixnut@gentoo.org> gorm-1.2.8.ebuild:
ppc stable #272673
diff --git a/gnustep-apps/gorm/files/gorm-1.2.6-gormcore-as-needed.patch b/gnustep-apps/gorm/files/gorm-1.2.6-gormcore-as-needed.patch
deleted file mode 100644
index 9a7a686d599b..000000000000
--- a/gnustep-apps/gorm/files/gorm-1.2.6-gormcore-as-needed.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- GormCore/GNUmakefile.preamble.orig 2008-12-03 16:19:40.000000000 +0100
-+++ GormCore/GNUmakefile.preamble 2008-12-03 16:19:54.000000000 +0100
-@@ -35,4 +35,6 @@
- ADDITIONAL_LIB_DIRS += \
- -L../GormLib/$(GNUSTEP_OBJ_DIR) \
- -L../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR)
--endif
-\ Pas de fin de ligne à la fin du fichier.
-+endif
-+
-+GormCore_LIBRARIES_DEPEND_UPON += -lGormObjCHeaderParser
diff --git a/gnustep-apps/gorm/gorm-1.2.4.ebuild b/gnustep-apps/gorm/gorm-1.2.4.ebuild
deleted file mode 100644
index fa459923a5a3..000000000000
--- a/gnustep-apps/gorm/gorm-1.2.4.ebuild
+++ /dev/null
@@ -1,27 +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/gorm/gorm-1.2.4.ebuild,v 1.3 2008/09/21 15:42:22 nixnut Exp $
-
-inherit gnustep-2
-
-DESCRIPTION="A clone of the NeXTstep Interface Builder application for GNUstep"
-HOMEPAGE="http://www.gnustep.org/experience/Gorm.html"
-SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz"
-
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=gnustep-base/gnustep-gui-0.13.2"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "/DOCUMENT_NAME =.*/a \Gorm_DOC_INSTALL_DIR=Developer/Gorm" \
- -e "/DOCUMENT_TEXT_NAME =.*/a \ANNOUNCE_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
- -e "/DOCUMENT_TEXT_NAME =.*/a \README_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
- -e "/DOCUMENT_TEXT_NAME =.*/a \NEWS_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
- -e "/DOCUMENT_TEXT_NAME =.*/a \INSTALL_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
- "${S}"/Documentation/GNUmakefile
-}
diff --git a/gnustep-apps/gorm/gorm-1.2.6.ebuild b/gnustep-apps/gorm/gorm-1.2.6.ebuild
deleted file mode 100644
index e7e08caa79de..000000000000
--- a/gnustep-apps/gorm/gorm-1.2.6.ebuild
+++ /dev/null
@@ -1,30 +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/gorm/gorm-1.2.6.ebuild,v 1.2 2008/12/03 15:48:36 voyageur Exp $
-
-inherit gnustep-2
-
-DESCRIPTION="A clone of the NeXTstep Interface Builder application for GNUstep"
-HOMEPAGE="http://www.gnustep.org/experience/Gorm.html"
-SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=gnustep-base/gnustep-gui-0.13.2"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "/DOCUMENT_NAME =.*/a \Gorm_DOC_INSTALL_DIR=Developer/Gorm" \
- -e "/DOCUMENT_TEXT_NAME =.*/a \ANNOUNCE_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
- -e "/DOCUMENT_TEXT_NAME =.*/a \README_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
- -e "/DOCUMENT_TEXT_NAME =.*/a \NEWS_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
- -e "/DOCUMENT_TEXT_NAME =.*/a \INSTALL_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
- "${S}"/Documentation/GNUmakefile
-
- epatch "${FILESDIR}"/${P}-gormcore-as-needed.patch
-}
diff --git a/gnustep-apps/vindaloo/ChangeLog b/gnustep-apps/vindaloo/ChangeLog
index 3f42204485b3..19f958be4b27 100644
--- a/gnustep-apps/vindaloo/ChangeLog
+++ b/gnustep-apps/vindaloo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-apps/vindaloo
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/vindaloo/ChangeLog,v 1.16 2009/07/19 15:30:18 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/vindaloo/ChangeLog,v 1.17 2010/02/10 21:43:42 voyageur Exp $
+
+ 10 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
+ -vindaloo-0.2-r1.ebuild, -vindaloo-0.4.0.ebuild:
+ Drop old version
19 Jul 2009; nixnut <nixnut@gentoo.org> vindaloo-0.4.1.ebuild:
ppc stable #273704
diff --git a/gnustep-apps/vindaloo/vindaloo-0.2-r1.ebuild b/gnustep-apps/vindaloo/vindaloo-0.2-r1.ebuild
deleted file mode 100644
index fcc2497aeda2..000000000000
--- a/gnustep-apps/vindaloo/vindaloo-0.2-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/vindaloo/vindaloo-0.2-r1.ebuild,v 1.4 2007/11/16 15:07:23 beandog Exp $
-
-inherit gnustep-2
-
-S="${WORKDIR}/Etoile-${PV}/Services/User/${PN/v/V}"
-
-DESCRIPTION="An Application for displaying and navigating in PDF documents."
-HOMEPAGE="http://www.etoile-project.org"
-SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-SLOT="0"
-
-DEPEND="gnustep-libs/popplerkit
- gnustep-libs/iconkit"
-RDEPEND="${DEPEND}"
diff --git a/gnustep-apps/vindaloo/vindaloo-0.4.0.ebuild b/gnustep-apps/vindaloo/vindaloo-0.4.0.ebuild
deleted file mode 100644
index 307c80a5efb8..000000000000
--- a/gnustep-apps/vindaloo/vindaloo-0.4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/vindaloo/vindaloo-0.4.0.ebuild,v 1.2 2009/03/05 15:00:28 voyageur Exp $
-
-inherit gnustep-2
-
-S="${WORKDIR}/Etoile-${PV}/Services/User/${PN/v/V}"
-
-DESCRIPTION="An Application for displaying and navigating in PDF documents."
-HOMEPAGE="http://www.etoile-project.org"
-SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="gnustep-libs/popplerkit
- gnustep-libs/iconkit"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
-
- cd "${WORKDIR}/Etoile-${PV}"
- sed -i -e "s/-Werror//" etoile.make || die "sed failed"
-}
diff --git a/gnustep-apps/zipper/ChangeLog b/gnustep-apps/zipper/ChangeLog
index b18f4382b58a..841a506c57e2 100644
--- a/gnustep-apps/zipper/ChangeLog
+++ b/gnustep-apps/zipper/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnustep-apps/zipper
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/ChangeLog,v 1.15 2008/09/21 15:47:15 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/ChangeLog,v 1.16 2010/02/10 21:45:26 voyageur Exp $
+
+ 10 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org> -zipper-1.2.ebuild:
+ Drop old version
21 Sep 2008; nixnut <nixnut@gentoo.org> zipper-1.3.ebuild:
Stable on ppc wrt bug 235922
diff --git a/gnustep-apps/zipper/zipper-1.2.ebuild b/gnustep-apps/zipper/zipper-1.2.ebuild
deleted file mode 100644
index 51a2e3367b8b..000000000000
--- a/gnustep-apps/zipper/zipper-1.2.ebuild
+++ /dev/null
@@ -1,27 +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/zipper/zipper-1.2.ebuild,v 1.4 2008/03/08 13:55:13 coldwind Exp $
-
-inherit gnustep-2
-
-S=${WORKDIR}/${PN/z/Z}
-
-DESCRIPTION="Zipper is a tool for inspecting and extracting compressed archives"
-HOMEPAGE="http://xanthippe.dyndns.org/Zipper/"
-SRC_URI="http://xanthippe.dyndns.org/Zipper/${P/z/Z}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="gnustep-libs/renaissance"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- gnustep-base_pkg_postinst
-
- elog "Optional archives programs zipper can use:"
- elog "app-arch/unzip (ZIP files)"
- elog "app-arch/lha (LZH archives)"
- elog "app-arch/unlzx (Amiga LZX archives)"
- elog "app-arch/rar (RAR files)"
-}
diff --git a/gnustep-apps/zipper/zipper-1.3.ebuild b/gnustep-apps/zipper/zipper-1.3.ebuild
index 3a98d3309000..3e86e3ea572b 100644
--- a/gnustep-apps/zipper/zipper-1.3.ebuild
+++ b/gnustep-apps/zipper/zipper-1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/zipper-1.3.ebuild,v 1.3 2008/09/21 15:47:15 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/zipper-1.3.ebuild,v 1.4 2010/02/10 21:45:26 voyageur Exp $
inherit gnustep-2
@@ -12,6 +12,7 @@ SRC_URI="http://xanthippe.dyndns.org/Zipper/${P/z/Z}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
+IUSE=""
DEPEND="gnustep-libs/renaissance"
RDEPEND="${DEPEND}"