summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2013-06-23 18:19:36 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2013-06-23 18:19:36 +0000
commit74dd8a0be848c585428fc82ee8a61359a1ae3561 (patch)
tree87587c00333d50abb3d657821c335745946b3a4f /media-video
parentMake yaml-cpp dependency stricter, wrt bug #471366 (diff)
downloadgentoo-2-74dd8a0be848c585428fc82ee8a61359a1ae3561.tar.gz
gentoo-2-74dd8a0be848c585428fc82ee8a61359a1ae3561.tar.bz2
gentoo-2-74dd8a0be848c585428fc82ee8a61359a1ae3561.zip
eapi=5; fixed unclear license, see wrt bug 446218
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/dxr3config/ChangeLog7
-rw-r--r--media-video/dxr3config/dxr3config-0.3.4.ebuild15
2 files changed, 13 insertions, 9 deletions
diff --git a/media-video/dxr3config/ChangeLog b/media-video/dxr3config/ChangeLog
index c534ba519ea1..25cdcda2232c 100644
--- a/media-video/dxr3config/ChangeLog
+++ b/media-video/dxr3config/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/dxr3config
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dxr3config/ChangeLog,v 1.8 2012/01/02 09:26:44 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/dxr3config/ChangeLog,v 1.9 2013/06/23 18:19:36 hd_brummy Exp $
+
+ 23 Jun 2013; Joerg Bornkessel <hd_brummy@gentoo.org> dxr3config-0.3.4.ebuild:
+ eapi=5; fixed unclear license, see wrt bug 446218
02 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -dxr3config-0.3.2.ebuild:
old
diff --git a/media-video/dxr3config/dxr3config-0.3.4.ebuild b/media-video/dxr3config/dxr3config-0.3.4.ebuild
index b44635884484..a8a82a6fdbfc 100644
--- a/media-video/dxr3config/dxr3config-0.3.4.ebuild
+++ b/media-video/dxr3config/dxr3config-0.3.4.ebuild
@@ -1,6 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dxr3config/dxr3config-0.3.4.ebuild,v 1.1 2008/07/07 14:42:38 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dxr3config/dxr3config-0.3.4.ebuild,v 1.2 2013/06/23 18:19:36 hd_brummy Exp $
+
+EAPI="5"
+
+RESTRICT="mirror bindist"
inherit eutils
@@ -11,7 +15,7 @@ DESCRIPTION="a small tool, which helps you to find the appropriate module parame
HOMEPAGE="http://free.pages.at/wicky4vdr"
SRC_URI="http://free.pages.at/wicky4vdr/download/${MY_P}.tgz"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -21,10 +25,7 @@ RDEPEND="dev-util/dialog
S=${WORKDIR}
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}/${P}-modprobed.diff"
sed -i -e 's:DIST="debian":DIST="gentoo":' usr/sbin/${PN}
}