* [gentoo-commits] gentoo-x86 commit in media-tv/livestation: ChangeLog livestation-2.7.0-r1.ebuild livestation-2.7.0.ebuild
@ 2009-05-29 20:30 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-05-29 20:30 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/05/29 20:30:29
Modified: ChangeLog
Added: livestation-2.7.0-r1.ebuild
Removed: livestation-2.7.0.ebuild
Log:
Remove libXtst.so.6 from the package, since emul-linux-x86-xlibs provides it.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.2 media-tv/livestation/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 29 Apr 2009 08:19:58 -0000 1.1
+++ ChangeLog 29 May 2009 20:30:29 -0000 1.2
@@ -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.1 2009/04/29 08:19:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.2 2009/05/29 20:30:29 ssuominen Exp $
+
+*livestation-2.7.0-r1 (29 May 2009)
+
+ 29 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ -livestation-2.7.0.ebuild, +livestation-2.7.0-r1.ebuild:
+ Remove libXtst.so.6 from the package, since emul-linux-x86-xlibs provides
+ it.
*livestation-2.7.0 (29 Apr 2009)
1.1 media-tv/livestation/livestation-2.7.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/livestation-2.7.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/livestation-2.7.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: livestation-2.7.0-r1.ebuild
===================================================================
# 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.1 2009/05/29 20:30:29 ssuominen Exp $
inherit eutils
DESCRIPTION="Watch live, interactive TV and radio on the Livestation player"
HOMEPAGE="http://www.livestation.com"
SRC_URI="http://updates.${PN}.com/releases/${P/l/L}.run"
LICENSE="Livestation-EULA.txt"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-xlibs )"
DEPEND=""
MY_PN=${PN/l/L}
QA_TEXTRELS="opt/${MY_PN}/lib/*"
RESTRICT="mirror strip"
PROPERTIES="interactive"
S=${WORKDIR}/i386
pkg_setup() {
check_license
}
src_unpack() {
unpack_makeself
}
src_install() {
local dest=/opt/${MY_PN}
dodir ${dest}
cp -dpR *.{bin,conf} plugins "${D}"/${dest} || die "cp 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
make_wrapper ${PN} ./${MY_PN}.bin ${dest} ${dest}/lib
make_desktop_entry ${PN} ${MY_PN}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-29 20:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 20:30 [gentoo-commits] gentoo-x86 commit in media-tv/livestation: ChangeLog livestation-2.7.0-r1.ebuild livestation-2.7.0.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox