summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2014-02-23 19:48:48 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2014-02-23 19:48:48 +0000
commit7b08a7183110e0161450c0fe4c09aca35b6a92b8 (patch)
treee8d978bd4bdbe65761af446760bf99da494c3c25 /media-plugins/vdr-extb
parentarm stable, bug #500036 (diff)
downloadgentoo-2-7b08a7183110e0161450c0fe4c09aca35b6a92b8.tar.gz
gentoo-2-7b08a7183110e0161450c0fe4c09aca35b6a92b8.tar.bz2
gentoo-2-7b08a7183110e0161450c0fe4c09aca35b6a92b8.zip
converted to vdr-plugin-2.eclass
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-extb')
-rw-r--r--media-plugins/vdr-extb/ChangeLog7
-rw-r--r--media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/media-plugins/vdr-extb/ChangeLog b/media-plugins/vdr-extb/ChangeLog
index 0556fe7c5e30..02d0bf762565 100644
--- a/media-plugins/vdr-extb/ChangeLog
+++ b/media-plugins/vdr-extb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/vdr-extb
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/ChangeLog,v 1.6 2011/01/28 23:31:24 hd_brummy Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/ChangeLog,v 1.7 2014/02/23 19:48:48 hd_brummy Exp $
+
+ 23 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-extb-0.3.1.ebuild:
+ converted to vdr-plugin-2.eclass
28 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
vdr-extb-0.3.1.ebuild:
diff --git a/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild b/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild
index b0690bdb5635..c975e989c8d2 100644
--- a/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild
+++ b/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild,v 1.2 2011/01/28 23:31:24 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild,v 1.3 2014/02/23 19:48:48 hd_brummy Exp $
-EAPI="3"
+EAPI=5
-inherit vdr-plugin
+inherit vdr-plugin-2
DESCRIPTION="VDR Plugin: used to control the VDR Extension Board"
HOMEPAGE="http://www.deltab.de/content/view/74/76/"
@@ -22,7 +22,7 @@ DEPEND=">=media-video/vdr-1.6.0
RDEPEND="${DEPEND}"
src_prepare() {
- vdr-plugin_src_prepare
+ vdr-plugin-2_src_prepare
sed -i "${WORKDIR}"/extb/src/LinPIC/Makefile \
-e "s:\$(LDLIBS):\$(LDFLAGS) \$(LDLIBS):"
@@ -33,12 +33,12 @@ src_prepare() {
}
src_compile() {
- vdr-plugin_src_compile
+ vdr-plugin-2_src_compile
emake -C "${WORKDIR}/extb/src/LinPIC" all
}
src_install() {
- vdr-plugin_src_install
+ vdr-plugin-2_src_install
dodoc README.de
dodoc "${WORKDIR}/lircd.conf.extb_FW1.08"
@@ -61,7 +61,7 @@ src_install() {
}
pkg_postinst() {
- vdr-plugin_pkg_postinst
+ vdr-plugin-2_pkg_postinst
einfo
einfo "You need to upload the included firmware (1.08)"