diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2009-06-12 19:59:47 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2009-06-12 19:59:47 +0000 |
commit | 9eb07cf48039ece6ca74f4a985abd44afa84a87d (patch) | |
tree | 02138b6513b63b0b4621405a73d98b1eede4225d /media-tv/linuxtv-dvb-headers | |
parent | remove NVIDIA_i2c-hwmon.patch as requested by NVIDIA as this isn't safe with ... (diff) | |
download | gentoo-2-9eb07cf48039ece6ca74f4a985abd44afa84a87d.tar.gz gentoo-2-9eb07cf48039ece6ca74f4a985abd44afa84a87d.tar.bz2 gentoo-2-9eb07cf48039ece6ca74f4a985abd44afa84a87d.zip |
Add virtual ebuild for dvb-api version 5.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-tv/linuxtv-dvb-headers')
-rw-r--r-- | media-tv/linuxtv-dvb-headers/ChangeLog | 10 | ||||
-rw-r--r-- | media-tv/linuxtv-dvb-headers/linuxtv-dvb-headers-5.ebuild | 13 |
2 files changed, 21 insertions, 2 deletions
diff --git a/media-tv/linuxtv-dvb-headers/ChangeLog b/media-tv/linuxtv-dvb-headers/ChangeLog index 31ccce3232f3..43af5e6356e4 100644 --- a/media-tv/linuxtv-dvb-headers/ChangeLog +++ b/media-tv/linuxtv-dvb-headers/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-tv/linuxtv-dvb-headers -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-headers/ChangeLog,v 1.14 2007/05/18 21:11:28 zzam Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-headers/ChangeLog,v 1.15 2009/06/12 19:59:47 zzam Exp $ + +*linuxtv-dvb-headers-5 (12 Jun 2009) + + 12 Jun 2009; Matthias Schwarzott <zzam@gentoo.org> + +linuxtv-dvb-headers-5.ebuild: + Add virtual ebuild for dvb-api version 5. 18 May 2007; Matthias Schwarzott <zzam@gentoo.org> metadata.xml: Make it media-tv herd assigned only. diff --git a/media-tv/linuxtv-dvb-headers/linuxtv-dvb-headers-5.ebuild b/media-tv/linuxtv-dvb-headers/linuxtv-dvb-headers-5.ebuild new file mode 100644 index 000000000000..f47e59317f4a --- /dev/null +++ b/media-tv/linuxtv-dvb-headers/linuxtv-dvb-headers-5.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-headers/linuxtv-dvb-headers-5.ebuild,v 1.1 2009/06/12 19:59:47 zzam Exp $ + +inherit eutils + +DESCRIPTION="Virtual Package installing the Header files for DVB" +HOMEPAGE="http://www.linuxtv.org" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~x86" +IUSE="" +RDEPEND=">=sys-kernel/linux-headers-2.6.28" |