diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 05:53:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 05:53:07 +0000 |
commit | 447fe2acfb006bf187e0eebfb8255e0d187c8e16 (patch) | |
tree | b58f43bb3789d39872125f3d99cac74f6280424e /media-tv | |
parent | Version bumps. (diff) | |
download | gentoo-2-447fe2acfb006bf187e0eebfb8255e0d187c8e16.tar.gz gentoo-2-447fe2acfb006bf187e0eebfb8255e0d187c8e16.tar.bz2 gentoo-2-447fe2acfb006bf187e0eebfb8255e0d187c8e16.zip |
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/livestation/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/livestation/livestation-3.2.0.ebuild | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/media-tv/livestation/ChangeLog b/media-tv/livestation/ChangeLog index 9632381e0300..e64a607d77d6 100644 --- a/media-tv/livestation/ChangeLog +++ b/media-tv/livestation/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/livestation -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.10 2011/12/14 17:29:13 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.11 2012/02/05 05:53:07 vapier Exp $ + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> livestation-3.2.0.ebuild: + Move to new unpacker eclass for unpack_makeself. 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> livestation-3.2.0.ebuild: Since portage now has ACCEPT_LICENSE support, no need for check_license diff --git a/media-tv/livestation/livestation-3.2.0.ebuild b/media-tv/livestation/livestation-3.2.0.ebuild index 183e399dc43d..045583a47e0a 100644 --- a/media-tv/livestation/livestation-3.2.0.ebuild +++ b/media-tv/livestation/livestation-3.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.2.0.ebuild,v 1.2 2011/12/14 17:29:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.2.0.ebuild,v 1.3 2012/02/05 05:53:07 vapier Exp $ -inherit eutils +inherit eutils unpacker DESCRIPTION="Watch live, interactive TV and radio on the Livestation player" HOMEPAGE="http://www.livestation.com" @@ -29,10 +29,6 @@ RESTRICT="mirror" S=${WORKDIR}/i386 -src_unpack() { - unpack_makeself -} - src_install() { local dest=/opt/${MY_PN} |