summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2013-02-11 04:50:31 +0000
committerDoug Goldstein <cardoe@gentoo.org>2013-02-11 04:50:31 +0000
commit4c0022e1a73b9c5c86040c5adb866ab2e2b5a1cd (patch)
treeddcfc71a6ae3b5be100b696f5b94f4eda60d370e /sys-firmware
parentRemove RESTRICT=mirror, upstream is no longer around. (diff)
downloadgentoo-2-4c0022e1a73b9c5c86040c5adb866ab2e2b5a1cd.tar.gz
gentoo-2-4c0022e1a73b9c5c86040c5adb866ab2e2b5a1cd.tar.bz2
gentoo-2-4c0022e1a73b9c5c86040c5adb866ab2e2b5a1cd.zip
Move ivtv-firmware to sys-firmware
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-firmware')
-rw-r--r--sys-firmware/ivtv-firmware/ChangeLog28
-rw-r--r--sys-firmware/ivtv-firmware/ivtv-firmware-20080701.ebuild22
-rw-r--r--sys-firmware/ivtv-firmware/metadata.xml8
3 files changed, 58 insertions, 0 deletions
diff --git a/sys-firmware/ivtv-firmware/ChangeLog b/sys-firmware/ivtv-firmware/ChangeLog
new file mode 100644
index 000000000000..b637c658412c
--- /dev/null
+++ b/sys-firmware/ivtv-firmware/ChangeLog
@@ -0,0 +1,28 @@
+# ChangeLog for sys-firmware/ivtv-firmware
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ivtv-firmware/ChangeLog,v 1.1 2013/02/11 04:50:31 cardoe Exp $
+
+ 11 Feb 2013; Doug Goldstein <cardoe@gentoo.org>
+ +ivtv-firmware-20080701.ebuild, +metadata.xml:
+ Move ivtv-firmware to sys-firmware
+
+ 11 Feb 2013; Doug Goldstein <cardoe@gentoo.org>
+ ivtv-firmware-20080701.ebuild:
+ Remove RESTRICT=mirror, upstream is no longer around.
+
+ 19 Jan 2010; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
+ change herd to MythTV since that's the herd interested in this
+
+ 19 Jan 2010; Doug Goldstein <cardoe@gentoo.org>
+ -ivtv-firmware-20070217.ebuild, ivtv-firmware-20080701.ebuild:
+ stabilize to bring us up to date with reality. Remove old version since
+ you really don't want to use those with newer cards
+
+*ivtv-firmware-20080701 (21 Oct 2008)
+*ivtv-firmware-20070217 (21 Oct 2008)
+
+ 21 Oct 2008; Doug Goldstein <cardoe@gentoo.org> +metadata.xml,
+ +ivtv-firmware-20070217.ebuild, +ivtv-firmware-20080701.ebuild:
+ move pvr-firmware to ivtv-firmware since upstream renamed these bits.
+ clean up the ebuilds a little
+
diff --git a/sys-firmware/ivtv-firmware/ivtv-firmware-20080701.ebuild b/sys-firmware/ivtv-firmware/ivtv-firmware-20080701.ebuild
new file mode 100644
index 000000000000..375e3081256b
--- /dev/null
+++ b/sys-firmware/ivtv-firmware/ivtv-firmware-20080701.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ivtv-firmware/ivtv-firmware-20080701.ebuild,v 1.1 2013/02/11 04:50:31 cardoe Exp $
+
+DESCRIPTION="firmware for Hauppauge PVR-x50 and Conexant 2341x based cards"
+HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware"
+SRC_URI="http://dl.ivtvdriver.org/ivtv/firmware/${P}.tar.gz"
+
+LICENSE="Hauppauge-Firmware"
+KEYWORDS="~amd64 ~ppc ~x86"
+SLOT=0
+IUSE=""
+RDEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+ dodir /lib/firmware
+ insinto /lib/firmware
+ doins *.fw
+ doins *.mpg
+}
diff --git a/sys-firmware/ivtv-firmware/metadata.xml b/sys-firmware/ivtv-firmware/metadata.xml
new file mode 100644
index 000000000000..fd181aef8957
--- /dev/null
+++ b/sys-firmware/ivtv-firmware/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>mythtv</herd>
+ <maintainer>
+ <email>cardoe@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>