public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-extb: vdr-extb-0.3.1.ebuild ChangeLog
@ 2011-01-28 23:31 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; only message in thread
From: Joerg Bornkessel (hd_brummy) @ 2011-01-28 23:31 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    11/01/28 23:31:24

  Modified:             vdr-extb-0.3.1.ebuild ChangeLog
  Log:
  fixed #336198; minor ebuild fixes; eapi=3
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.2                  media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild?r1=1.1&r2=1.2

Index: vdr-extb-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-extb-0.3.1.ebuild	2 Dec 2010 15:10:01 -0000	1.1
+++ vdr-extb-0.3.1.ebuild	28 Jan 2011 23:31:24 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.1 2010/12/02 15:10:01 hd_brummy Exp $
+# $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 $
 
-EAPI="2"
+EAPI="3"
 
 inherit vdr-plugin
 
@@ -19,35 +19,44 @@
 
 DEPEND=">=media-video/vdr-1.6.0
 	app-misc/lirc"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	vdr-plugin_src_prepare
 
+	sed -i "${WORKDIR}"/extb/src/LinPIC/Makefile \
+		-e "s:\$(LDLIBS):\$(LDFLAGS) \$(LDLIBS):"
+
 	cd "${WORKDIR}"
 	epatch "${FILESDIR}/${P}-gentoo.diff"
 	epatch "${FILESDIR}/${P}_vdr-1.7.13.diff"
 }
 
+src_compile() {
+	vdr-plugin_src_compile
+
+	emake -C "${WORKDIR}/extb/src/LinPIC" all
+}
 src_install() {
 	vdr-plugin_src_install
 
 	dodoc README.de
-	dodoc "${S}/../lircd.conf.extb_FW1.08"
+	dodoc "${WORKDIR}/lircd.conf.extb_FW1.08"
 	docinto wakeup
 	dodoc "${S}/wakeup/README.de"
 
-	dobin "${S}/../extb/bin/extb.sh"
-	dobin "${S}/../extb/bin/picdl"
-	dobin "${S}/../extb/bin/status.sh"
-	dobin "${S}/../extb/bin/tx.sh"
+	dobin "${WORKDIR}/extb/src/LinPIC/picdl"
+	dobin "${WORKDIR}/extb/bin/extb.sh"
+	dobin "${WORKDIR}/extb/bin/status.sh"
+	dobin "${WORKDIR}/extb/bin/tx.sh"
 	dobin "${S}/wakeup/extb-poweroff.pl"
 	dobin "${S}/wakeup/examples/checkscript.sh"
 
 	insinto /usr/share/extb/
-	doins "${S}/../extb_1.08.hex"
+	doins "${WORKDIR}/extb_1.08.hex"
 
 	insinto /etc/extb
-	doins "${S}/../extb/bin/PICflags.conf"
+	doins "${WORKDIR}/extb/bin/PICflags.conf"
 	doins "${S}/wakeup/examples/extb-poweroff.conf"
 }
 



1.6                  media-plugins/vdr-extb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	2 Dec 2010 15:10:01 -0000	1.5
+++ ChangeLog	28 Jan 2011 23:31:24 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-extb
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/ChangeLog,v 1.5 2010/12/02 15:10:01 hd_brummy Exp $
+# 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 $
+
+  28 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
+  vdr-extb-0.3.1.ebuild:
+  fixed #336198; minor ebuild fixes; eapi=3
 
 *vdr-extb-0.3.1 (02 Dec 2010)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-28 23:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28 23:31 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-extb: vdr-extb-0.3.1.ebuild ChangeLog Joerg Bornkessel (hd_brummy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox