summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-04 01:33:36 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-04 01:33:36 +0000
commitd06ae5779b4ba8062ccff233dcc2eb8627cdb570 (patch)
tree243575e08106f44e5332f04386d6ae056c17bf54 /media-sound/gnomad
parentmoved to stable x86, at the behest of: Petter <tt@linux.nu> in bug #43451, an... (diff)
downloadhistorical-d06ae5779b4ba8062ccff233dcc2eb8627cdb570.tar.gz
historical-d06ae5779b4ba8062ccff233dcc2eb8627cdb570.tar.bz2
historical-d06ae5779b4ba8062ccff233dcc2eb8627cdb570.zip
Gnomad is a GTK+ client program for the NOMAD Jukebox. Ebuild submitted by FRLinux <frlinux@frlinux.net> in bug #22491.
Diffstat (limited to 'media-sound/gnomad')
-rw-r--r--media-sound/gnomad/ChangeLog11
-rw-r--r--media-sound/gnomad/Manifest4
-rw-r--r--media-sound/gnomad/files/digest-gnomad-2.3.01
-rw-r--r--media-sound/gnomad/gnomad-2.3.0.ebuild39
-rw-r--r--media-sound/gnomad/metadata.xml5
5 files changed, 60 insertions, 0 deletions
diff --git a/media-sound/gnomad/ChangeLog b/media-sound/gnomad/ChangeLog
new file mode 100644
index 000000000000..40da037cce71
--- /dev/null
+++ b/media-sound/gnomad/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for media-sound/gnomad
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomad/ChangeLog,v 1.1 2004/03/04 01:33:36 eradicator Exp $
+
+*gnomad-2.3.0 (03 Mar 2004)
+
+ 03 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> gnomad-2.3.0.ebuild,
+ metadata.xml:
+ Gnomad is a GTK+ client program for the NOMAD Jukebox. Ebuild submitted by
+ FRLinux <frlinux@frlinux.net> in bug #22491.
+
diff --git a/media-sound/gnomad/Manifest b/media-sound/gnomad/Manifest
new file mode 100644
index 000000000000..a4a35baf9c76
--- /dev/null
+++ b/media-sound/gnomad/Manifest
@@ -0,0 +1,4 @@
+MD5 e64fc9a6ad8ff907537ef99dfce4ae3c gnomad-2.3.0.ebuild 1103
+MD5 f916726ab4fef351817ec262ef2c6e33 ChangeLog 470
+MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
+MD5 4c8ad0d963cc45e9daa4f57571d21e65 files/digest-gnomad-2.3.0 65
diff --git a/media-sound/gnomad/files/digest-gnomad-2.3.0 b/media-sound/gnomad/files/digest-gnomad-2.3.0
new file mode 100644
index 000000000000..4ab124dbdf50
--- /dev/null
+++ b/media-sound/gnomad/files/digest-gnomad-2.3.0
@@ -0,0 +1 @@
+MD5 20465df03fca952858d70cac421978f1 gnomad2-2.3.0.tar.gz 201189
diff --git a/media-sound/gnomad/gnomad-2.3.0.ebuild b/media-sound/gnomad/gnomad-2.3.0.ebuild
new file mode 100644
index 000000000000..47e64843cf46
--- /dev/null
+++ b/media-sound/gnomad/gnomad-2.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomad/gnomad-2.3.0.ebuild,v 1.1 2004/03/04 01:33:36 eradicator Exp $
+
+inherit gnome2
+
+ALLOWED_FLAGS=""
+strip-flags
+
+MY_PN="${PN}2"
+MY_P="${MY_PN}-${PV}"
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="A GNOME2 frontend for Creative Players (Zen, JukeBox, etc ...)"
+HOMEPAGE="http://gnomad2.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
+RESTRICT="nomirror"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND=">=gnome-base/libgnomeui-2
+ >=media-libs/libnjb-1.0
+ >=media-libs/id3lib-3.8.2
+ >=gnome-base/gconf-1.2"
+
+RDEPEND="${DEPEND}
+ >=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.21"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodir /usr/share/gnome/apps/Multimedia
+ cp ${D}/usr/share/applications/${MY_PN}.desktop ${D}/usr/share/gnome/apps/Multimedia
+ dodir /usr/share/applnk/Multimedia
+ cp ${D}/usr/share/applications/${MY_PN}.desktop ${D}/usr/share/applnk/Multimedia
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}
diff --git a/media-sound/gnomad/metadata.xml b/media-sound/gnomad/metadata.xml
new file mode 100644
index 000000000000..e1774e3d9ad7
--- /dev/null
+++ b/media-sound/gnomad/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sound</herd>
+</pkgmetadata>