summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-10-25 19:31:36 +0000
committerMichał Górny <mgorny@gentoo.org>2010-10-25 19:31:36 +0000
commitd1144935aefc8c6df36633790cb2ee1fb0faed66 (patch)
tree8e158ba454e5b086e278ce978b211a43083be544
parentnet-analyzer/icinga: revbump from 1.2.0-r1 to 1.2.1 -- no ebuild changes (diff)
downloadsunrise-d1144935aefc8c6df36633790cb2ee1fb0faed66.tar.gz
sunrise-d1144935aefc8c6df36633790cb2ee1fb0faed66.tar.bz2
sunrise-d1144935aefc8c6df36633790cb2ee1fb0faed66.zip
media-video/stk11xx: moved to gx86 by me.
svn path=/sunrise/; revision=11482
-rw-r--r--media-video/stk11xx/ChangeLog10
-rw-r--r--media-video/stk11xx/Manifest5
-rw-r--r--media-video/stk11xx/files/stk11xx-v4l_compat_ioctl32.diff15
-rw-r--r--media-video/stk11xx/metadata.xml6
-rw-r--r--media-video/stk11xx/stk11xx-2.1.0.ebuild30
5 files changed, 0 insertions, 66 deletions
diff --git a/media-video/stk11xx/ChangeLog b/media-video/stk11xx/ChangeLog
deleted file mode 100644
index 775195fbb..000000000
--- a/media-video/stk11xx/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for media-video/stk11xx
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 12 Nov 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
- +stk11xx-2.1.0.ebuild, +files/stk11xx-v4l_compat_ioctl32.diff,
- +metadata.xml:
- New ebuild for bug #178946, thanks to Krzysztof Magusiak and other Bugzilla
- thread contributors.
-
diff --git a/media-video/stk11xx/Manifest b/media-video/stk11xx/Manifest
deleted file mode 100644
index 8835d8bfb..000000000
--- a/media-video/stk11xx/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX stk11xx-v4l_compat_ioctl32.diff 567 RMD160 e830d9277c47998a95534c2a9313316148a6c73f SHA1 6fb207046df931b294daabd2165d59cec8190188 SHA256 a14efdf8644cdc5ad0ec092395eecd481031c3ee33bfe5dee36167b6d147287c
-DIST stk11xx-2.1.0.tar.gz 67744 RMD160 17efa80920ed8a9482b395373df0c62b76d85c1c SHA1 e2fd96f8c1377994a7cecfc415831a67a2111807 SHA256 8058cece918b7ebca18524447b5d80b348a8156ad954134e01c7dace950d02d9
-EBUILD stk11xx-2.1.0.ebuild 643 RMD160 97f0faee02b9186d28eff464be40f9e99e162c32 SHA1 9c5fe13f2fa353122830b0f7f1674e611b184dfe SHA256 ba1de60721b53aa7e01ec4bdd5bb3f5fad82e43af2ce96273ec0f2a5eb8f62aa
-MISC ChangeLog 368 RMD160 efdaee02dbea95ffeb9998bfbd16839b2e677932 SHA1 ac90225909a355bc65c74afdca399611a2597ce5 SHA256 d2a43b4d74fc81faeed99da8b0ebda9acb4bc52af48420657fe6433991e955bd
-MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/media-video/stk11xx/files/stk11xx-v4l_compat_ioctl32.diff b/media-video/stk11xx/files/stk11xx-v4l_compat_ioctl32.diff
deleted file mode 100644
index 1f9e77b14..000000000
--- a/media-video/stk11xx/files/stk11xx-v4l_compat_ioctl32.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Patch fixing compilation on amd64, thanks to Krzysztof Magusiak.
-Upstream accepted and applied into r95:
- http://syntekdriver.svn.sourceforge.net/viewvc/syntekdriver?view=rev&revision=95
-
---- stk11xx-2.1.0/stk11xx-v4l.c.old 2009-07-03 19:27:15.882898391 +0200
-+++ stk11xx-2.1.0/stk11xx-v4l.c 2009-07-03 19:27:40.246883049 +0200
-@@ -1733,7 +1733,7 @@
- .poll = v4l_stk11xx_poll,
- .mmap = v4l_stk11xx_mmap,
- .ioctl = v4l_stk11xx_ioctl,
--#ifdef CONFIG_COMPAT
-+#if defined(CONFIG_COMPAT) && defined(v4l_compat_ioctl32)
- .compat_ioctl = v4l_compat_ioctl32,
- #endif
- };
diff --git a/media-video/stk11xx/metadata.xml b/media-video/stk11xx/metadata.xml
deleted file mode 100644
index e6233b5dc..000000000
--- a/media-video/stk11xx/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/media-video/stk11xx/stk11xx-2.1.0.ebuild b/media-video/stk11xx/stk11xx-2.1.0.ebuild
deleted file mode 100644
index 557db4f46..000000000
--- a/media-video/stk11xx/stk11xx-2.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit linux-mod
-
-DESCRIPTION="Driver for Syntek webcams"
-HOMEPAGE="http://syntekdriver.sourceforge.net/"
-SRC_URI="mirror://sourceforge/syntekdriver/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-MODULE_NAMES="stk11xx(media/video:)"
-BUILD_TARGETS="stk11xx.ko"
-CONFIG_CHECK="VIDEO_DEV VIDEO_V4L1_COMPAT"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-v4l_compat_ioctl32.diff
- BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}"
-}
-
-src_install() {
- linux-mod_src_install
- dodoc README || die "dodoc failed"
-}