Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-v4l/
Date: Sat, 25 Feb 2017 20:43:21
Message-Id: 1488055382.5a4168b776026a520cdc5328f13840c42b24fb56.mattst88@gentoo
1 commit: 5a4168b776026a520cdc5328f13840c42b24fb56
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 20:35:49 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 20:43:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4168b7
7
8 x11-drivers/xf86-video-v4l: Remove.
9
10 Bug: https://bugs.gentoo.org/606132
11
12 x11-drivers/xf86-video-v4l/Manifest | 1 -
13 x11-drivers/xf86-video-v4l/metadata.xml | 8 --------
14 x11-drivers/xf86-video-v4l/xf86-video-v4l-0.2.0.ebuild | 17 -----------------
15 3 files changed, 26 deletions(-)
16
17 diff --git a/x11-drivers/xf86-video-v4l/Manifest b/x11-drivers/xf86-video-v4l/Manifest
18 deleted file mode 100644
19 index f4a225592f..0000000000
20 --- a/x11-drivers/xf86-video-v4l/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST xf86-video-v4l-0.2.0.tar.bz2 244063 SHA256 cbff9120fbad900cbdc7ac535d04984e7b491d69a8eb0b371e30ae07cb61925d SHA512 3abe396894e03c8c48a2c3479655c61f9f331b2e4a7d8f96b95daea2ed35055d1fb050a3c5b2f2fcd63f7f1403a29c11a1c8e910a403f77ecf63721abd0dd360 WHIRLPOOL 9e93ebbc19728e1738855b43c2fea9fbff16264c4d22ef2f3e124e9dfc3560cc0c24f6da91a88ba0747b8420813d0aaed706f0d91b920f32dcfd81f5f0b91dd5
24
25 diff --git a/x11-drivers/xf86-video-v4l/metadata.xml b/x11-drivers/xf86-video-v4l/metadata.xml
26 deleted file mode 100644
27 index e943b72b8a..0000000000
28 --- a/x11-drivers/xf86-video-v4l/metadata.xml
29 +++ /dev/null
30 @@ -1,8 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 -<maintainer type="project">
35 - <email>x11@g.o</email>
36 - <name>X11</name>
37 -</maintainer>
38 -</pkgmetadata>
39
40 diff --git a/x11-drivers/xf86-video-v4l/xf86-video-v4l-0.2.0.ebuild b/x11-drivers/xf86-video-v4l/xf86-video-v4l-0.2.0.ebuild
41 deleted file mode 100644
42 index 72bc1188da..0000000000
43 --- a/x11-drivers/xf86-video-v4l/xf86-video-v4l-0.2.0.ebuild
44 +++ /dev/null
45 @@ -1,17 +0,0 @@
46 -# Copyright 1999-2009 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -# $Id$
49 -
50 -# Must be before x-modular eclass is inherited
51 -# SNAPSHOT="yes"
52 -
53 -inherit x-modular
54 -
55 -DESCRIPTION="video4linux driver"
56 -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86"
57 -IUSE=""
58 -RDEPEND=">=x11-base/xorg-server-1.0.99"
59 -DEPEND="${RDEPEND}
60 - x11-proto/randrproto
61 - x11-proto/videoproto
62 - x11-proto/xproto"