summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-12-14 17:29:13 +0000
committerMike Frysinger <vapier@gentoo.org>2011-12-14 17:29:13 +0000
commitdb5a8b33003b101a8214b1d775a48be325178042 (patch)
tree6be2a1b91edffc72b1fb51869eee0baadbfe9579 /media-tv
parentThe games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now h... (diff)
downloadgentoo-2-db5a8b33003b101a8214b1d775a48be325178042.tar.gz
gentoo-2-db5a8b33003b101a8214b1d775a48be325178042.tar.bz2
gentoo-2-db5a8b33003b101a8214b1d775a48be325178042.zip
Since portage now has ACCEPT_LICENSE support, no need for check_license anymore.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/livestation/ChangeLog6
-rw-r--r--media-tv/livestation/livestation-3.2.0.ebuild7
2 files changed, 6 insertions, 7 deletions
diff --git a/media-tv/livestation/ChangeLog b/media-tv/livestation/ChangeLog
index 44f8a9a251ff..9632381e0300 100644
--- a/media-tv/livestation/ChangeLog
+++ b/media-tv/livestation/ChangeLog
@@ -1,6 +1,10 @@
# 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.9 2011/03/13 15:20:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.10 2011/12/14 17:29:13 vapier Exp $
+
+ 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
+ anymore.
*livestation-3.2.0 (13 Mar 2011)
diff --git a/media-tv/livestation/livestation-3.2.0.ebuild b/media-tv/livestation/livestation-3.2.0.ebuild
index e6256cc9b9d4..183e399dc43d 100644
--- a/media-tv/livestation/livestation-3.2.0.ebuild
+++ b/media-tv/livestation/livestation-3.2.0.ebuild
@@ -1,6 +1,6 @@
# 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.2.0.ebuild,v 1.1 2011/03/13 15:20:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.2.0.ebuild,v 1.2 2011/12/14 17:29:13 vapier Exp $
inherit eutils
@@ -26,14 +26,9 @@ QA_DT_HASH="opt/${MY_PN}/${MY_PN}.bin opt/${MY_PN}/lib/.* opt/${MY_PN}/plugins/i
QA_PRESTRIPPED="opt/${MY_PN}/${MY_PN}.bin opt/${MY_PN}/lib/.* opt/${MY_PN}/plugins/imageformats/.*"
RESTRICT="mirror"
-PROPERTIES="interactive"
S=${WORKDIR}/i386
-pkg_setup() {
- check_license Livestation-EULA
-}
-
src_unpack() {
unpack_makeself
}