summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2008-11-03 12:08:43 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2008-11-03 12:08:43 +0000
commit2d5f53d1f1d1298691e1d9693300d7e073644b70 (patch)
tree5835e21e59cb65f1885c331985ab9256b753be79 /gnustep-libs
parentVersion bump, bugfixes. Also remove old version (diff)
downloadgentoo-2-2d5f53d1f1d1298691e1d9693300d7e073644b70.tar.gz
gentoo-2-2d5f53d1f1d1298691e1d9693300d7e073644b70.tar.bz2
gentoo-2-2d5f53d1f1d1298691e1d9693300d7e073644b70.zip
Initial commit, from gnustep overlay
(Portage version: 2.2_rc13/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/cddb/ChangeLog10
-rw-r--r--gnustep-libs/cddb/cddb-0.2.ebuild23
-rw-r--r--gnustep-libs/cddb/files/cddb-0.2-gnustep-make-2.patch12
-rw-r--r--gnustep-libs/cddb/metadata.xml6
4 files changed, 51 insertions, 0 deletions
diff --git a/gnustep-libs/cddb/ChangeLog b/gnustep-libs/cddb/ChangeLog
new file mode 100644
index 000000000000..a7a0a017d506
--- /dev/null
+++ b/gnustep-libs/cddb/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for gnustep-libs/cddb
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cddb/ChangeLog,v 1.1 2008/11/03 12:08:43 voyageur Exp $
+
+*cddb-0.2 (03 Nov 2008)
+
+ 03 Nov 2008; Bernard Cafarelli <voyageur@gentoo.org>
+ +files/cddb-0.2-gnustep-make-2.patch, +metadata.xml, +cddb-0.2.ebuild:
+ Initial commit, from gnustep overlay
+
diff --git a/gnustep-libs/cddb/cddb-0.2.ebuild b/gnustep-libs/cddb/cddb-0.2.ebuild
new file mode 100644
index 000000000000..9017a837bdb6
--- /dev/null
+++ b/gnustep-libs/cddb/cddb-0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cddb/cddb-0.2.ebuild,v 1.1 2008/11/03 12:08:43 voyageur Exp $
+
+inherit gnustep-2
+
+S=${WORKDIR}/${PN}.bundle
+
+DESCRIPTION="GNUstep bundle for cddb acces"
+HOMEPAGE="http://gsburn.sf.net"
+SRC_URI="mirror://sourceforge/gsburn/${PN}.bundle-${PV}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}"/${P}-gnustep-make-2.patch
+}
diff --git a/gnustep-libs/cddb/files/cddb-0.2-gnustep-make-2.patch b/gnustep-libs/cddb/files/cddb-0.2-gnustep-make-2.patch
new file mode 100644
index 000000000000..ee77fe7ec085
--- /dev/null
+++ b/gnustep-libs/cddb/files/cddb-0.2-gnustep-make-2.patch
@@ -0,0 +1,12 @@
+diff -Naur cddb.bundle.orig/Cddb/GNUmakefile cddb.bundle/Cddb/GNUmakefile
+--- cddb.bundle.orig/Cddb/GNUmakefile 2008-01-25 00:40:03.000000000 +0100
++++ cddb.bundle/Cddb/GNUmakefile 2008-01-25 00:40:09.000000000 +0100
+@@ -3,8 +3,6 @@
+ BUNDLE_NAME = Cddb
+ BUNDLE_EXTENSION = .bundle
+
+-BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/Bundles
+-
+ Cddb_RESOURCE_FILES =
+
+ Cddb_OBJC_FILES = Cddb.m
diff --git a/gnustep-libs/cddb/metadata.xml b/gnustep-libs/cddb/metadata.xml
new file mode 100644
index 000000000000..c269299c2587
--- /dev/null
+++ b/gnustep-libs/cddb/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnustep</herd>
+ <longdescription>GNUstep bundle for cddb acces</longdescription>
+</pkgmetadata>