public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog vdr-plugin.eclass
Date: Sat,  7 Apr 2012 10:12:21 +0000 (UTC)	[thread overview]
Message-ID: <20120407101221.D4F842004B@flycatcher.gentoo.org> (raw)

hd_brummy    12/04/07 10:12:21

  Modified:             ChangeLog vdr-plugin.eclass
  Log:
  some plugins gives false positive results on gettext handling, add this plugins here

Revision  Changes    Path
1.205                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.205&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.205&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.204&r2=1.205

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- ChangeLog	4 Apr 2012 16:37:50 -0000	1.204
+++ ChangeLog	7 Apr 2012 10:12:21 -0000	1.205
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.204 2012/04/04 16:37:50 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.205 2012/04/07 10:12:21 hd_brummy Exp $
+
+  07 Apr 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass:
+  some plugins gives false positive results on gettext handling, add this
+  plugins here
 
   04 Apr 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
   Update from qt overlay, fixes #407523.



1.85                 eclass/vdr-plugin.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin.eclass?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin.eclass?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin.eclass?r1=1.84&r2=1.85

Index: vdr-plugin.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- vdr-plugin.eclass	18 Mar 2012 23:33:49 -0000	1.84
+++ vdr-plugin.eclass	7 Apr 2012 10:12:21 -0000	1.85
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.84 2012/03/18 23:33:49 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.85 2012/04/07 10:12:21 hd_brummy Exp $
 
 # @ECLASS: vdr-plugin.eclass
 # @MAINTAINER:
@@ -229,6 +229,9 @@
 
 plugin_has_gettext() {
 	[[ -d po ]]
+	# some plugins gives false positive results, keep this list short
+	# temporary workout, ToDo: fix the plugins/eclass
+	has_version ">=media-plugins/vdr-streamdev-0.5.0"
 }
 
 vdr_i18n_convert_to_gettext() {






             reply	other threads:[~2012-04-07 10:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-07 10:12 Joerg Bornkessel (hd_brummy) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-26  5:13 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog vdr-plugin.eclass Joerg Bornkessel (hd_brummy)
2014-01-15  1:12 Joerg Bornkessel (hd_brummy)
2013-02-18  9:43 Joerg Bornkessel (hd_brummy)
2012-04-23 23:13 Joerg Bornkessel (hd_brummy)
2012-04-18 16:52 Joerg Bornkessel (hd_brummy)
2012-04-07 10:18 Joerg Bornkessel (hd_brummy)
2012-03-18 23:33 Joerg Bornkessel (hd_brummy)
2012-03-09 23:14 Joerg Bornkessel (hd_brummy)
2012-03-09 22:44 Joerg Bornkessel (hd_brummy)
2012-02-15 18:41 Joerg Bornkessel (hd_brummy)
2012-02-11 20:44 Christian Ruppert (idl0r)
2012-01-15 20:54 Christian Ruppert (idl0r)
2012-01-15 17:11 Christian Ruppert (idl0r)

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=20120407101221.D4F842004B@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