summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-03-21 02:43:35 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-03-21 02:47:35 +1100
commitcbb8874bda958b90ebe5d260366f7bfd78641d57 (patch)
tree6de78191d4540c4ca916728dca487d2644a7e296 /media-video
parentapp-benchmarks/bonnie++: amd64 stable wrt bug #577830 (diff)
downloadgentoo-cbb8874bda958b90ebe5d260366f7bfd78641d57.tar.gz
gentoo-cbb8874bda958b90ebe5d260366f7bfd78641d57.tar.bz2
gentoo-cbb8874bda958b90ebe5d260366f7bfd78641d57.zip
media-video/stk11xx: remove last-rited package
Diffstat (limited to 'media-video')
-rw-r--r--media-video/stk11xx/Manifest1
-rw-r--r--media-video/stk11xx/files/stk11xx-2.6.37.patch16
-rw-r--r--media-video/stk11xx/files/stk11xx-v4l_compat_ioctl32.diff15
-rw-r--r--media-video/stk11xx/metadata.xml8
-rw-r--r--media-video/stk11xx/stk11xx-2.1.0_p104.ebuild29
-rw-r--r--media-video/stk11xx/stk11xx-9999.ebuild43
6 files changed, 0 insertions, 112 deletions
diff --git a/media-video/stk11xx/Manifest b/media-video/stk11xx/Manifest
deleted file mode 100644
index 499b8e0f0fdb..000000000000
--- a/media-video/stk11xx/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST stk11xx-2.1.0_p104.tar.xz 52104 SHA256 e4c88e5a135d68b38b87c65f4f2dc43b7d6e2e32e593c4076c9c9dad43cb8249 SHA512 66afb473f080b72f25f88bc9d605ebcbd575ad5bd1e1464b57bed9e8e9d5404b66d78e4f64a194690d4d3ef80d368586f5c4ace88d54e830ee8f76bb7d31e445 WHIRLPOOL 3080a569b52e10c6fa2f09b842010053b427de8f133831cd364bfffce47e19ef68d5787dbe1bc7a1984854954207c4592118adafd5210f4ca52b05ccda0805e4
diff --git a/media-video/stk11xx/files/stk11xx-2.6.37.patch b/media-video/stk11xx/files/stk11xx-2.6.37.patch
deleted file mode 100644
index d7a8bac31b22..000000000000
--- a/media-video/stk11xx/files/stk11xx-2.6.37.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ruN driver.org//stk11xx-usb.c driver/stk11xx-usb.c
---- driver.org//stk11xx-usb.c 2011-01-06 21:51:53.674999852 +0200
-+++ driver/stk11xx-usb.c 2011-01-06 21:56:44.418999851 +0200
-@@ -844,7 +844,12 @@
- }
-
- // Init mutexes, spinlock, etc.
-+
-+#ifndef init_MUTEX
-+ sema_init(&dev->mutex,1);
-+#else
- init_MUTEX(&dev->mutex);
-+#endif
- mutex_init(&dev->modlock);
- spin_lock_init(&dev->spinlock);
- init_waitqueue_head(&dev->wait_frame);
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 1f9e77b14a58..000000000000
--- 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 43541707bfc3..000000000000
--- a/media-video/stk11xx/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">syntekdriver</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-video/stk11xx/stk11xx-2.1.0_p104.ebuild b/media-video/stk11xx/stk11xx-2.1.0_p104.ebuild
deleted file mode 100644
index 483653f1d6b3..000000000000
--- a/media-video/stk11xx/stk11xx-2.1.0_p104.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit base linux-mod
-
-DESCRIPTION="A driver for Syntek webcams often found in Asus notebooks"
-HOMEPAGE="http://syntekdriver.sourceforge.net/"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/xz-utils"
-
-MODULE_NAMES="${PN}(media/video:)"
-CONFIG_CHECK="VIDEO_V4L2"
-
-pkg_setup() {
- linux-mod_pkg_setup
-
- BUILD_TARGETS="${PN}.ko"
- BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}"
-
- MODULESD_STK11XX_DOCS=( README )
-}
diff --git a/media-video/stk11xx/stk11xx-9999.ebuild b/media-video/stk11xx/stk11xx-9999.ebuild
deleted file mode 100644
index e6ec7fbaed82..000000000000
--- a/media-video/stk11xx/stk11xx-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit base linux-mod
-
-#if LIVE
-ESVN_REPO_URI="https://syntekdriver.svn.sourceforge.net/svnroot/syntekdriver/trunk/driver"
-inherit subversion
-#endif
-
-DESCRIPTION="A driver for Syntek webcams often found in Asus notebooks"
-HOMEPAGE="http://syntekdriver.sourceforge.net/"
-SRC_URI="mirror://sourceforge/syntekdriver/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-MODULE_NAMES="${PN}(media/video:)"
-CONFIG_CHECK="VIDEO_V4L2"
-
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
-
-pkg_setup() {
- linux-mod_pkg_setup
-
- BUILD_TARGETS="${PN}.ko"
- BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}"
-
- MODULESD_STK11XX_DOCS=( README )
-}
-#if LIVE
-
-src_prepare() {
- base_src_prepare
-}
-#endif