summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2013-01-06 17:54:52 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2013-01-06 17:54:52 +0000
commit6d55d3c9147899c329ec3a7c4d398bbde04258ef (patch)
tree5f52bac113fbcd8412644287b89f81cf07adc703 /virtual/linuxtv-dvb-headers
parentRemove /var/run/pluto after the build system creates it, bug 448834. (diff)
downloadgentoo-2-6d55d3c9147899c329ec3a7c4d398bbde04258ef.tar.gz
gentoo-2-6d55d3c9147899c329ec3a7c4d398bbde04258ef.tar.bz2
gentoo-2-6d55d3c9147899c329ec3a7c4d398bbde04258ef.zip
bump for dvb api 5.8
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'virtual/linuxtv-dvb-headers')
-rw-r--r--virtual/linuxtv-dvb-headers/ChangeLog10
-rw-r--r--virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild14
2 files changed, 22 insertions, 2 deletions
diff --git a/virtual/linuxtv-dvb-headers/ChangeLog b/virtual/linuxtv-dvb-headers/ChangeLog
index 508ddcd6e87d..7ac4e2c0e0a0 100644
--- a/virtual/linuxtv-dvb-headers/ChangeLog
+++ b/virtual/linuxtv-dvb-headers/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/linuxtv-dvb-headers
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/linuxtv-dvb-headers/ChangeLog,v 1.4 2012/07/14 19:43:10 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/linuxtv-dvb-headers/ChangeLog,v 1.5 2013/01/06 17:54:52 hd_brummy Exp $
+
+*linuxtv-dvb-headers-5.8 (06 Jan 2013)
+
+ 06 Jan 2013; Joerg Bornkessel <hd_brummy@gentoo.org>
+ +linuxtv-dvb-headers-5.8.ebuild:
+ bump for dvb api 5.8
14 Jul 2012; Ulrich Müller <ulm@gentoo.org> linuxtv-dvb-headers-5.3.ebuild:
QA: Define mandatory ebuild variables, bug 425848.
diff --git a/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild b/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild
new file mode 100644
index 000000000000..d71ca34fd580
--- /dev/null
+++ b/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild,v 1.1 2013/01/06 17:54:52 hd_brummy Exp $
+
+DESCRIPTION="Virtual Package installing the Header files for DVB"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=sys-kernel/linux-headers-3.7"