diff options
author | 2011-03-13 15:20:12 +0000 | |
---|---|---|
committer | 2011-03-13 15:20:12 +0000 | |
commit | 86ef90ca2dde3bb6e7f1949e4016ef7022aff04a (patch) | |
tree | b24fe2361d80f3272445388787790e4944afdd32 /media-tv | |
parent | old (diff) | |
download | gentoo-2-86ef90ca2dde3bb6e7f1949e4016ef7022aff04a.tar.gz gentoo-2-86ef90ca2dde3bb6e7f1949e4016ef7022aff04a.tar.bz2 gentoo-2-86ef90ca2dde3bb6e7f1949e4016ef7022aff04a.zip |
Version bump.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/livestation/ChangeLog | 10 | ||||
-rw-r--r-- | media-tv/livestation/livestation-3.2.0.ebuild (renamed from media-tv/livestation/livestation-3.1.0.ebuild) | 13 |
2 files changed, 14 insertions, 9 deletions
diff --git a/media-tv/livestation/ChangeLog b/media-tv/livestation/ChangeLog index 28b3a50a6d5d..44f8a9a251ff 100644 --- a/media-tv/livestation/ChangeLog +++ b/media-tv/livestation/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-tv/livestation -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.8 2010/02/21 11:37:10 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.9 2011/03/13 15:20:11 ssuominen Exp $ + +*livestation-3.2.0 (13 Mar 2011) + + 13 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> + +livestation-3.2.0.ebuild: + Version bump. *livestation-3.1.0 (21 Feb 2010) diff --git a/media-tv/livestation/livestation-3.1.0.ebuild b/media-tv/livestation/livestation-3.2.0.ebuild index 374c76f7724f..e6256cc9b9d4 100644 --- a/media-tv/livestation/livestation-3.1.0.ebuild +++ b/media-tv/livestation/livestation-3.2.0.ebuild @@ -1,23 +1,22 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.1.0.ebuild,v 1.1 2010/02/21 11:37:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.2.0.ebuild,v 1.1 2011/03/13 15:20:11 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" +SRC_URI="http://updates.${PN}.com/releases/${P/l/L}-i386.run" LICENSE="GPL-3 LGPL-3 Livestation-EULA" SLOT="0" KEYWORDS="~amd64" IUSE="" -EMUL_VER=20091231 +EMUL_VER=20110101 RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-baselibs-${EMUL_VER} - >=app-emulation/emul-linux-x86-xlibs-${EMUL_VER} - >=app-emulation/emul-linux-x86-qtlibs-${EMUL_VER} )" + >=app-emulation/emul-linux-x86-xlibs-${EMUL_VER} )" DEPEND="" MY_PN=${PN/l/L} @@ -44,7 +43,7 @@ src_install() { dodir ${dest} cp -dpR *.{bin,conf} plugins "${D}"/${dest} || die - rm -f lib/{libcrypto.so.0.9.8,libssl.so.0.9.8,libXtst.so.6,libQt*} || die + rm -f lib/{libcrypto.so.0.9.8,libssl.so.0.9.8,libXtst.so.6} || die exeinto ${dest}/lib doexe lib/* || die dosym plugins/imageformats ${dest}/imageformats || die |