summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-plugins/gai-album/ChangeLog10
-rw-r--r--x11-plugins/gai-album/Manifest4
-rw-r--r--x11-plugins/gai-album/files/digest-gai-album-0.61
-rw-r--r--x11-plugins/gai-album/gai-album-0.6.ebuild34
-rw-r--r--x11-plugins/gai-album/metadata.xml12
5 files changed, 61 insertions, 0 deletions
diff --git a/x11-plugins/gai-album/ChangeLog b/x11-plugins/gai-album/ChangeLog
new file mode 100644
index 000000000000..282072a8ecd6
--- /dev/null
+++ b/x11-plugins/gai-album/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/gai-album
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-album/ChangeLog,v 1.1 2004/05/09 20:20:16 lordvan Exp $
+
+*gai-album-0.6 (09 May 2004)
+
+ 09 May 2004; Thomas Raschbacher <lordvan@gentoo.org> +metadata.xml,
+ +gai-album-0.6.ebuild:
+ initial import
+
diff --git a/x11-plugins/gai-album/Manifest b/x11-plugins/gai-album/Manifest
new file mode 100644
index 000000000000..d2383e0fd339
--- /dev/null
+++ b/x11-plugins/gai-album/Manifest
@@ -0,0 +1,4 @@
+MD5 e1ec2863911f00fb5cf146aa1ae82ad2 gai-album-0.6.ebuild 1151
+MD5 e1f7642a48209dcdd3760e306f11b18c ChangeLog 368
+MD5 4de810beafe6af976494dfe29abd5c60 metadata.xml 405
+MD5 a80f4d39670dede97d4703b6bcb2d89b files/digest-gai-album-0.6 65
diff --git a/x11-plugins/gai-album/files/digest-gai-album-0.6 b/x11-plugins/gai-album/files/digest-gai-album-0.6
new file mode 100644
index 000000000000..2306525e65bc
--- /dev/null
+++ b/x11-plugins/gai-album/files/digest-gai-album-0.6
@@ -0,0 +1 @@
+MD5 d6db7e7a18dd01badc57166e99b9077a gai-album-0.6.tar.bz2 43370
diff --git a/x11-plugins/gai-album/gai-album-0.6.ebuild b/x11-plugins/gai-album/gai-album-0.6.ebuild
new file mode 100644
index 000000000000..1927cc50c105
--- /dev/null
+++ b/x11-plugins/gai-album/gai-album-0.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-album/gai-album-0.6.ebuild,v 1.1 2004/05/09 20:20:16 lordvan Exp $
+
+MY_PV="${PV}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="Displays the CD cover of the album that XMMS is playing"
+HOMEPAGE="http://gai.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gai/${MY_P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=x11-libs/gai-0.5.3
+ >=media-sound/xmms-1.2.10"
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ econf ${MY_CONF} || die
+ # fixing install location for ROX panel stuff
+ # if this doesn't work as expected please report a bug at bugs.gentoo.org
+ mv ${S}/Makefile ${S}/Makefile.orig
+ sed s%\"/usr/share%\"${D}/usr/share%g ${S}/Makefile.orig > ${S}/Makefile
+ emake || die
+}
+
+src_install() {
+ # small hack so the gnome stuff gets installed in place
+ mv ${S}/Makefile ${S}/Makefile.orig
+ sed s%"GNOMEDIR = /usr"%"GNOMEDIR = ${D}/usr"% ${S}/Makefile.orig > ${S}/Makefile
+ einstall || die
+ dodoc BUGS COPYING CHANGES INSTALL README README.gai TODO ALBUMART xmms-song-change.sh
+}
diff --git a/x11-plugins/gai-album/metadata.xml b/x11-plugins/gai-album/metadata.xml
new file mode 100644
index 000000000000..383179d86999
--- /dev/null
+++ b/x11-plugins/gai-album/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>lordvan@gentoo.org</email>
+ <name>Thomas Raschbacher</name>
+<!-- <description>Description of the maintainership</description> -->
+</maintainer>
+<!-- <longdescription>Long description of the package</longdescription> -->
+</pkgmetadata>