summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2006-02-20 23:28:32 +0000
committerTony Vroon <chainsaw@gentoo.org>2006-02-20 23:28:32 +0000
commitcaefcc64a10232aa9bd81376af9ad2efaa9fd40b (patch)
tree46ff3f778a7f499aab4ac8b5fe0488023bd73b87 /media-sound
parentremove digest (diff)
downloadgentoo-2-caefcc64a10232aa9bd81376af9ad2efaa9fd40b.tar.gz
gentoo-2-caefcc64a10232aa9bd81376af9ad2efaa9fd40b.tar.bz2
gentoo-2-caefcc64a10232aa9bd81376af9ad2efaa9fd40b.zip
XMMS skin symlinking creates broken symlinks if the source dir is empty. Stop doing it now that an audacious-themes package is available. Closes bug #123458 by Georgi Georgiev <chutz@gg3.net>.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/audacious/ChangeLog8
-rw-r--r--media-sound/audacious/audacious-0.1.2.ebuild7
-rw-r--r--media-sound/audacious/audacious-0.2-r1.ebuild7
3 files changed, 9 insertions, 13 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog
index f7309d1281a0..507701868daa 100644
--- a/media-sound/audacious/ChangeLog
+++ b/media-sound/audacious/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.20 2006/02/19 18:30:16 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.21 2006/02/20 23:28:32 chainsaw Exp $
+
+ 20 Feb 2006; Tony Vroon <chainsaw@gentoo.org> audacious-0.1.2.ebuild,
+ audacious-0.2-r1.ebuild:
+ XMMS skin symlinking creates broken symlinks if the source dir is empty.
+ Stop doing it now that an audacious-themes package is available. Closes bug
+ #123458 by Georgi Georgiev <chutz@gg3.net>.
19 Feb 2006; Michael Hanselmann <hansmi@gentoo.org>
audacious-0.2-r1.ebuild:
diff --git a/media-sound/audacious/audacious-0.1.2.ebuild b/media-sound/audacious/audacious-0.1.2.ebuild
index 6d2dc0c32e26..527738cc855b 100644
--- a/media-sound/audacious/audacious-0.1.2.ebuild
+++ b/media-sound/audacious/audacious-0.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-0.1.2.ebuild,v 1.6 2006/01/23 22:04:37 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-0.1.2.ebuild,v 1.7 2006/02/20 23:28:32 chainsaw Exp $
IUSE="aac alsa esd flac gnome lirc mmx modplug mp3 nls oss sdl sid sndfile vorbis wma"
@@ -80,11 +80,6 @@ src_install() {
doins ${WORKDIR}/gentoo_ice/*
docinto gentoo_ice
dodoc ${WORKDIR}/README
-
- # XMMS skin symlinking; bug 70697
- for SKIN in /usr/share/xmms/Skins/* ; do
- dosym "$SKIN" /usr/share/audacious/Skins/
- done
}
pkg_postinst() {
diff --git a/media-sound/audacious/audacious-0.2-r1.ebuild b/media-sound/audacious/audacious-0.2-r1.ebuild
index a78f74caaa48..b3f522e39876 100644
--- a/media-sound/audacious/audacious-0.2-r1.ebuild
+++ b/media-sound/audacious/audacious-0.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-0.2-r1.ebuild,v 1.4 2006/02/19 18:30:16 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-0.2-r1.ebuild,v 1.5 2006/02/20 23:28:32 chainsaw Exp $
IUSE="aac alsa esd flac gnome jack libvisual lirc mmx modplug mp3 musepack nls oss sdl sid sndfile vorbis wma"
@@ -97,11 +97,6 @@ src_install() {
doins ${WORKDIR}/gentoo_ice/*
docinto gentoo_ice
dodoc ${WORKDIR}/README
-
- # XMMS skin symlinking; bug 70697
- for SKIN in /usr/share/xmms/Skins/* ; do
- dosym "$SKIN" /usr/share/audacious/Skins/
- done
}
pkg_postinst() {