summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-12-01 17:03:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-12-01 17:03:29 +0000
commitbaeabd09099561dc89ddadd0dfe301d0aff88748 (patch)
treebba92846f50753069bf8eab889f5608f12c40212 /media-tv/livestation
parentUpdate media-tv/livestation EULA (diff)
downloadgentoo-2-baeabd09099561dc89ddadd0dfe301d0aff88748.tar.gz
gentoo-2-baeabd09099561dc89ddadd0dfe301d0aff88748.tar.bz2
gentoo-2-baeabd09099561dc89ddadd0dfe301d0aff88748.zip
Version bump.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/livestation')
-rw-r--r--media-tv/livestation/ChangeLog8
-rw-r--r--media-tv/livestation/livestation-3.0.0.ebuild (renamed from media-tv/livestation/livestation-2.7.0-r2.ebuild)26
2 files changed, 21 insertions, 13 deletions
diff --git a/media-tv/livestation/ChangeLog b/media-tv/livestation/ChangeLog
index d1566db1be2f..4c0cdcf6afda 100644
--- a/media-tv/livestation/ChangeLog
+++ b/media-tv/livestation/ChangeLog
@@ -1,6 +1,12 @@
# 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.5 2009/10/05 08:28:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.6 2009/12/01 17:03:29 ssuominen Exp $
+
+*livestation-3.0.0 (01 Dec 2009)
+
+ 01 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +livestation-3.0.0.ebuild:
+ Version bump.
05 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
livestation-2.7.0-r2.ebuild:
diff --git a/media-tv/livestation/livestation-2.7.0-r2.ebuild b/media-tv/livestation/livestation-3.0.0.ebuild
index e331b63375c6..ffb173fec342 100644
--- a/media-tv/livestation/livestation-2.7.0-r2.ebuild
+++ b/media-tv/livestation/livestation-3.0.0.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-r2.ebuild,v 1.3 2009/10/05 08:28:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.0.0.ebuild,v 1.1 2009/12/01 17:03:29 ssuominen Exp $
inherit eutils
@@ -8,29 +8,31 @@ 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"
+LICENSE="GPL-3 LGPL-3 Livestation-EULA"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-baselibs-20081109
- >=app-emulation/emul-linux-x86-xlibs-20081109
- >=app-emulation/emul-linux-x86-sdl-20081109 )"
+EMUL_VER=20081109
+
+RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-baselibs-${EMUL_VER}
+ >=app-emulation/emul-linux-x86-xlibs-${EMUL_VER}
+ >=app-emulation/emul-linux-x86-sdl-${EMUL_VER} )"
DEPEND=""
MY_PN=${PN/l/L}
QA_TEXTRELS="opt/${MY_PN}/lib/*"
-
QA_DT_HASH="opt/${MY_PN}/${MY_PN}.bin opt/${MY_PN}/lib/.* opt/${MY_PN}/plugins/imageformats/.*"
+QA_PRESTRIPPED="opt/${MY_PN}/${MY_PN}.bin opt/${MY_PN}/lib/.* opt/${MY_PN}/plugins/imageformats/.*"
-RESTRICT="mirror strip"
+RESTRICT="mirror"
PROPERTIES="interactive"
S=${WORKDIR}/i386
pkg_setup() {
- check_license
+ check_license Livestation-EULA
}
src_unpack() {
@@ -41,11 +43,11 @@ src_install() {
local dest=/opt/${MY_PN}
dodir ${dest}
- cp -dpR *.{bin,conf} plugins "${D}"/${dest} || die "cp failed"
- rm -f lib/libXtst.so.6 || die "rm failed"
+ cp -dpR *.{bin,conf} plugins "${D}"/${dest} || die
+ rm -f lib/{libcrypto.so.0.9.8,libssl.so.0.9.8,libXtst.so.6} || die
exeinto ${dest}/lib
- doexe lib/* || die "doexe failed"
- dosym plugins/imageformats ${dest}/imageformats || die "dosym failed"
+ doexe lib/* || die
+ dosym plugins/imageformats ${dest}/imageformats || die
dodoc README
newicon "${FILESDIR}"/${PN}_icon.svg ${PN}.svg