summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2004-10-08 17:11:09 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2004-10-08 17:11:09 +0000
commit58e8512e50fd9bf2a1c5585818bcf3c0994cd63a (patch)
tree196f0de7ef68d17325f1cf8e1d04dfe99b3fd545 /x11-plugins/gai-album
parentInstall *.tld files (diff)
downloadhistorical-58e8512e50fd9bf2a1c5585818bcf3c0994cd63a.tar.gz
historical-58e8512e50fd9bf2a1c5585818bcf3c0994cd63a.tar.bz2
historical-58e8512e50fd9bf2a1c5585818bcf3c0994cd63a.zip
version bump, fixing bug 59278; fix sandbox violation bug
Diffstat (limited to 'x11-plugins/gai-album')
-rw-r--r--x11-plugins/gai-album/ChangeLog11
-rw-r--r--x11-plugins/gai-album/Manifest6
-rw-r--r--x11-plugins/gai-album/files/digest-gai-album-0.71
-rw-r--r--x11-plugins/gai-album/gai-album-0.6.ebuild6
-rw-r--r--x11-plugins/gai-album/gai-album-0.7.ebuild36
5 files changed, 55 insertions, 5 deletions
diff --git a/x11-plugins/gai-album/ChangeLog b/x11-plugins/gai-album/ChangeLog
index 6ac590208a1d..44ba5c689a1b 100644
--- a/x11-plugins/gai-album/ChangeLog
+++ b/x11-plugins/gai-album/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for x11-plugins/gai-album
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-album/ChangeLog,v 1.4 2004/09/02 18:22:39 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-album/ChangeLog,v 1.5 2004/10/08 17:11:09 lordvan Exp $
+
+*gai-album-0.7 (08 Oct 2004)
+
+ 08 Oct 2004; root <root@gentoo.org> gai-album-0.6.ebuild,
+ gai-album-0.7.ebuild:
+ version bump, fixes Bug #59278 (thanks to Daniel Webert
+ <rockoo@rockoo.homelinux.org>)
+
+ fix sandbox violation bug
02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
gai-album-0.6.ebuild:
diff --git a/x11-plugins/gai-album/Manifest b/x11-plugins/gai-album/Manifest
index 115146b23458..a85e9e2c909a 100644
--- a/x11-plugins/gai-album/Manifest
+++ b/x11-plugins/gai-album/Manifest
@@ -1,4 +1,6 @@
-MD5 0c88b11e8a53437e89ea55ce1aaf3465 ChangeLog 574
-MD5 be70991ec603edae666403e62e0ff1e9 gai-album-0.6.ebuild 1147
+MD5 76f72e3c48ef51fa8ea377fada8b6a32 gai-album-0.6.ebuild 1205
+MD5 0861d43702adb4a2d6bc36f2d32c21dc gai-album-0.7.ebuild 1201
+MD5 3b12d51d481363edc4abd20840df3749 ChangeLog 810
MD5 4de810beafe6af976494dfe29abd5c60 metadata.xml 405
MD5 a80f4d39670dede97d4703b6bcb2d89b files/digest-gai-album-0.6 65
+MD5 b785cc68cd01df1f06893ff6003af0d5 files/digest-gai-album-0.7 65
diff --git a/x11-plugins/gai-album/files/digest-gai-album-0.7 b/x11-plugins/gai-album/files/digest-gai-album-0.7
new file mode 100644
index 000000000000..66ac7cc73c9d
--- /dev/null
+++ b/x11-plugins/gai-album/files/digest-gai-album-0.7
@@ -0,0 +1 @@
+MD5 f398d8e8c48099f523e5329dc5b4d327 gai-album-0.7.tar.bz2 44245
diff --git a/x11-plugins/gai-album/gai-album-0.6.ebuild b/x11-plugins/gai-album/gai-album-0.6.ebuild
index e7175aebb1c4..3d42202cbd06 100644
--- a/x11-plugins/gai-album/gai-album-0.6.ebuild
+++ b/x11-plugins/gai-album/gai-album-0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# 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.4 2004/09/02 18:22:39 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-album/gai-album-0.6.ebuild,v 1.5 2004/10/08 17:11:09 lordvan Exp $
MY_PV="${PV}"
MY_P="${PN}-${MY_PV}"
@@ -28,7 +28,9 @@ src_compile() {
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
+ sed s%"GNOMEDIR = /usr"%"GNOMEDIR = ${D}/usr"% ${S}/Makefile.orig | \
+ sed s%" /usr/share/apps"%" ${D}/usr/share/apps%" \
+ > ${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/gai-album-0.7.ebuild b/x11-plugins/gai-album/gai-album-0.7.ebuild
new file mode 100644
index 000000000000..a63374d3f319
--- /dev/null
+++ b/x11-plugins/gai-album/gai-album-0.7.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-album/gai-album-0.7.ebuild,v 1.1 2004/10/08 17:11:09 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 | \
+ sed s%" /usr/share/apps"%" ${D}/usr/share/apps%" \
+ > ${S}/Makefile
+ einstall || die
+ dodoc BUGS COPYING CHANGES INSTALL README README.gai TODO ALBUMART xmms-song-change.sh
+}