From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-xineliboutput: ChangeLog vdr-xineliboutput-1.1.0.ebuild
Date: Wed, 5 Feb 2014 17:22:47 +0000 (UTC) [thread overview]
Message-ID: <20140205172247.9B0972004C@flycatcher.gentoo.org> (raw)
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
reply other threads:[~2014-02-05 17:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140205172247.9B0972004C@flycatcher.gentoo.org \
--to=hd_brummy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox