diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-29 08:19:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-29 08:19:58 +0000 |
commit | a2976ec655f4911b037797a12facfdfa4bec494b (patch) | |
tree | 39b7bbef702c3f04dd232c7e60660b9961593513 | |
parent | Commit Livestation-EULA.txt for media-tv/livestation. (diff) | |
download | gentoo-2-a2976ec655f4911b037797a12facfdfa4bec494b.tar.gz gentoo-2-a2976ec655f4911b037797a12facfdfa4bec494b.tar.bz2 gentoo-2-a2976ec655f4911b037797a12facfdfa4bec494b.zip |
Initial commit. Happy television time..
(Portage version: 2.1.6.11/cvs/Linux x86_64)
-rw-r--r-- | media-tv/livestation/ChangeLog | 10 | ||||
-rw-r--r-- | media-tv/livestation/livestation-2.7.0.ebuild | 47 | ||||
-rw-r--r-- | media-tv/livestation/metadata.xml | 9 |
3 files changed, 66 insertions, 0 deletions
diff --git a/media-tv/livestation/ChangeLog b/media-tv/livestation/ChangeLog new file mode 100644 index 000000000000..154cd84cb9c7 --- /dev/null +++ b/media-tv/livestation/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*livestation-2.7.0 (29 Apr 2009) + + 29 Apr 2009; Samuli Suominen <ssuominen@gentoo.org> + +livestation-2.7.0.ebuild: + Initial commit. + diff --git a/media-tv/livestation/livestation-2.7.0.ebuild b/media-tv/livestation/livestation-2.7.0.ebuild new file mode 100644 index 000000000000..b05f91ca8feb --- /dev/null +++ b/media-tv/livestation/livestation-2.7.0.ebuild @@ -0,0 +1,47 @@ +# 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.ebuild,v 1.1 2009/04/29 08:19:58 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 + 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} +} diff --git a/media-tv/livestation/metadata.xml b/media-tv/livestation/metadata.xml new file mode 100644 index 000000000000..91724ddf6152 --- /dev/null +++ b/media-tv/livestation/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>media-tv</herd> + <maintainer> + <email>ssuominen@gentoo.org</email> + <name>Samuli Suominen</name> + </maintainer> +</pkgmetadata> |