diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-21 09:29:06 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-21 09:29:06 +0000 |
commit | a70c23e60160c3c07a8d8dcdc22555df3ab61e5b (patch) | |
tree | e83f3c0da0471a59d1c38b915196547015444906 /media-tv/livestation | |
parent | Prevent upgrading from 1.0.x to master (1.1) too (diff) | |
download | gentoo-2-a70c23e60160c3c07a8d8dcdc22555df3ab61e5b.tar.gz gentoo-2-a70c23e60160c3c07a8d8dcdc22555df3ab61e5b.tar.bz2 gentoo-2-a70c23e60160c3c07a8d8dcdc22555df3ab61e5b.zip |
Remove libopenal.so.0 because app-emulation/emul-linux-x86-sdl-20081109 has a copy of it.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/livestation')
-rw-r--r-- | media-tv/livestation/ChangeLog | 9 | ||||
-rw-r--r-- | media-tv/livestation/livestation-2.7.0-r2.ebuild (renamed from media-tv/livestation/livestation-2.7.0-r1.ebuild) | 9 |
2 files changed, 13 insertions, 5 deletions
diff --git a/media-tv/livestation/ChangeLog b/media-tv/livestation/ChangeLog index 9a1acc0a9a3a..ee9115123b35 100644 --- a/media-tv/livestation/ChangeLog +++ b/media-tv/livestation/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-tv/livestation # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.3 2009/06/10 15:29:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.4 2009/07/21 09:29:06 ssuominen Exp $ + +*livestation-2.7.0-r2 (21 Jul 2009) + + 21 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> + +livestation-2.7.0-r2.ebuild: + Remove libopenal.so.0 because app-emulation/emul-linux-x86-sdl-20081109 + has a copy of it. 10 Jun 2009; Samuli Suominen <ssuominen@gentoo.org> livestation-2.7.0-r1.ebuild, +files/livestation_icon.svg: diff --git a/media-tv/livestation/livestation-2.7.0-r1.ebuild b/media-tv/livestation/livestation-2.7.0-r2.ebuild index a3772a45d657..81fbd3066d1c 100644 --- a/media-tv/livestation/livestation-2.7.0-r1.ebuild +++ b/media-tv/livestation/livestation-2.7.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-2.7.0-r1.ebuild,v 1.2 2009/06/10 15:29:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-2.7.0-r2.ebuild,v 1.1 2009/07/21 09:29:06 ssuominen Exp $ inherit eutils @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs - app-emulation/emul-linux-x86-xlibs )" +RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-baselibs-20081109 + >=app-emulation/emul-linux-x86-xlibs-20081109 + >=app-emulation/emul-linux-x86-sdl-20081109 )" DEPEND="" MY_PN=${PN/l/L} @@ -37,8 +38,8 @@ src_install() { dodir ${dest} cp -dpR *.{bin,conf} plugins "${D}"/${dest} || die "cp failed" + rm -f lib/{libopenal.so.0,libXtst.so.6} || die "rm failed" exeinto ${dest}/lib - rm -f lib/libXtst.so.6 doexe lib/* || die "doexe failed" dosym plugins/imageformats ${dest}/imageformats || die "dosym failed" dodoc README |