public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/vdr/devel:master commit in: profiles/default/linux/, profiles/
@ 2015-10-18 11:03 Joerg Bornkessel
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Bornkessel @ 2015-10-18 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f6ca5b2f63811a39491dcc10a7307764c787d192
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 11:03:37 2015 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 11:03:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/vdr/devel.git/commit/?id=f6ca5b2f

add default/linux/package.use.mask

 profiles/ChangeLog                      |  4 ++++
 profiles/default/linux/package.use.mask | 23 +++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 6bcb23a..8cc4db4 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 Oct 2015; Joerg Bornkessel <hd_brummy@gentoo.org>
+  +default/linux/package.use.mask, package.use.mask:
+  add default/linux/package.use.mask
+
   18 Oct 2015; Joerg Bornkessel <hd_brummy@gentoo.org> +package.use.mask:
   added package.use.mask
 

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
new file mode 100644
index 0000000..46647a5
--- /dev/null
+++ b/profiles/default/linux/package.use.mask
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# When you add an entry to the top of this file, add your name, the date, and
+# an explanation of why something is getting masked. Please be extremely
+# careful not to commit atoms that are not valid, as it can cause large-scale
+# breakage, especially if it ends up in the daily snapshot.
+#
+## Example:
+##
+## # Dev E. Loper <developer@gentoo.org> (28 Jun 2012)
+## # Masking foo USE flag until we can get the
+## # foo stuff to work properly again (bug 12345)
+## =media-video/mplayer-0.90_pre5 foo
+## =media-video/mplayer-0.90_pre5-r1 foo
+#
+
+#--- END OF EXAMPLES ---
+
+# Joerg Bornkessel <hd_brummy@gentoo.org> (17 Oct 2015)
+# tmp masked duing strong changes in core vdr
+=media-video/vdr-2.3.1 alternatechannel permashift_v1 ttxtsubs


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/vdr/devel:master commit in: profiles/default/linux/, profiles/
@ 2015-11-15 19:04 Joerg Bornkessel
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Bornkessel @ 2015-11-15 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     a57048183de7aa05382c7d211cbd338a739ff723
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 19:04:23 2015 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 19:04:23 2015 +0000
URL:        https://gitweb.gentoo.org/proj/vdr/devel.git/commit/?id=a5704818

media-plugins/vdr-streamdev-0.6.1_p20151004 use-flag server masked due compile error with vdr-2.3.1

 profiles/ChangeLog                      | 5 +++++
 profiles/default/linux/package.use.mask | 5 +++++
 profiles/package.use.mask               | 4 ++++
 3 files changed, 14 insertions(+)

diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 8cc4db4..cb42f11 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  15 Nov 2015; Joerg Bornkessel <hd_brummy@gentoo.org>
+  default/linux/package.use.mask, package.use.mask:
+  media-plugins/vdr-streamdev-0.6.1_p20151004 use-flag server masked due
+  compile error with vdr-2.3.1
+
   18 Oct 2015; Joerg Bornkessel <hd_brummy@gentoo.org>
   +default/linux/package.use.mask, package.use.mask:
   add default/linux/package.use.mask

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 46647a5..3a7ef9d 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -21,3 +21,8 @@
 # Joerg Bornkessel <hd_brummy@gentoo.org> (17 Oct 2015)
 # tmp masked duing strong changes in core vdr
 =media-video/vdr-2.3.1 alternatechannel permashift_v1 ttxtsubs
+
+
+# Joerg Bornkessel <hd_brummy@gentoo.org> (15 Nov 2015)
+# fails on compile with >=vdr-2.3.1
+=media-plugins/vdr-streamdev-0.6.1_p20151004 server

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index 46647a5..f6bbe1b 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -21,3 +21,7 @@
 # Joerg Bornkessel <hd_brummy@gentoo.org> (17 Oct 2015)
 # tmp masked duing strong changes in core vdr
 =media-video/vdr-2.3.1 alternatechannel permashift_v1 ttxtsubs
+
+# Joerg Bornkessel <hd_brummy@gentoo.org> (15 Nov 2015)
+# fails on compile with >=vdr-2.3.1
+=media-plugins/vdr-streamdev-0.6.1_p20151004 server


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-15 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-15 19:04 [gentoo-commits] proj/vdr/devel:master commit in: profiles/default/linux/, profiles/ Joerg Bornkessel
  -- strict thread matches above, loose matches on Subject: below --
2015-10-18 11:03 Joerg Bornkessel

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