public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-xineliboutput: ChangeLog vdr-xineliboutput-1.1.0.ebuild
@ 2014-02-05 17:22 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; only message in thread
From: Joerg Bornkessel (hd_brummy) @ 2014-02-05 17:22 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    14/02/05 17:22:47

  Modified:             ChangeLog vdr-xineliboutput-1.1.0.ebuild
  Log:
  added required_use for use-flag vdr, xine; removed rendundant inherite(s); removed epatch_user, this is still in the vdr-plugin-2.eclass; removed unneeded depends
  
  (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)

Revision  Changes    Path
1.73                 media-plugins/vdr-xineliboutput/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	27 Jan 2014 19:12:06 -0000	1.72
+++ ChangeLog	5 Feb 2014 17:22:47 -0000	1.73
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/vdr-xineliboutput
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog,v 1.72 2014/01/27 19:12:06 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog,v 1.73 2014/02/05 17:22:47 hd_brummy Exp $
+
+  05 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
+  vdr-xineliboutput-1.1.0.ebuild:
+  added required_use for use-flag vdr, xine; removed rendundant inherite(s);
+  removed epatch_user, this is still in the vdr-plugin-2.eclass; removed
+  unneeded depends
 
 *vdr-xineliboutput-1.1.0 (27 Jan 2014)
 



1.2                  media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild

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

Index: vdr-xineliboutput-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-xineliboutput-1.1.0.ebuild	27 Jan 2014 19:12:07 -0000	1.1
+++ vdr-xineliboutput-1.1.0.ebuild	5 Feb 2014 17:22:47 -0000	1.2
@@ -1,11 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild,v 1.1 2014/01/27 19:12:07 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild,v 1.2 2014/02/05 17:22:47 hd_brummy Exp $
 
 EAPI=5
-GENTOO_VDR_CONDITIONAL=yes
 
-inherit vdr-plugin-2 toolchain-funcs eutils
+inherit vdr-plugin-2
+
+GENTOO_VDR_CONDITIONAL=yes
 
 DESCRIPTION="Video Disk Recorder Xinelib PlugIn"
 HOMEPAGE="http://sourceforge.net/projects/xineliboutput/"
@@ -41,7 +42,6 @@
 
 DEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig
-	sys-kernel/linux-headers
 	nls? ( sys-devel/gettext )
 	xine? (
 		X? (
@@ -51,13 +51,11 @@
 	)"
 RDEPEND="${COMMON_DEPEND}"
 
+REQUIRED_USE=" || ( vdr xine )"
+
 VDR_CONFD_FILE="${FILESDIR}/confd-1.0.0_pre6"
 
 pkg_setup() {
-	if ! use vdr && ! use xine; then
-		die "You either need at least one of these flags: vdr xine"
-	fi
-
 	vdr-plugin-2_pkg_setup
 
 	if use xine; then
@@ -66,13 +64,6 @@
 	fi
 }
 
-src_prepare() {
-	# Allow user patches to be applied without modifyfing the ebuild
-	epatch_user
-
-	vdr-plugin-2_src_prepare
-}
-
 src_configure() {
 	local myconf
 





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

only message in thread, other threads:[~2014-02-05 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 17:22 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-xineliboutput: ChangeLog vdr-xineliboutput-1.1.0.ebuild 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