Gentoo Archives: gentoo-commits

From: "Ian Whyman (thev00d00)" <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libcec: libcec-1.5.2.ebuild metadata.xml ChangeLog
Date: Sun, 01 Apr 2012 20:02:17
Message-Id: 20120401200146.0DFF22004B@flycatcher.gentoo.org
1 thev00d00 12/04/01 20:01:46
2
3 Added: libcec-1.5.2.ebuild metadata.xml ChangeLog
4 Log:
5 dev-libs/libcec new ebuild.
6
7 (Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/libcec/libcec-1.5.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/libcec-1.5.2.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/libcec-1.5.2.ebuild?rev=1.1&content-type=text/plain
14
15 Index: libcec-1.5.2.ebuild
16 ===================================================================
17 # Copyright 1999-2012 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/libcec-1.5.2.ebuild,v 1.1 2012/04/01 20:01:45 thev00d00 Exp $
20
21 EAPI=4
22
23 inherit autotools linux-info vcs-snapshot
24
25 DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor"
26 HOMEPAGE="http://libcec.pulse-eight.com"
27 SRC_URI="http://github.com/Pulse-Eight/${PN}/tarball/${P} -> ${P}.tar.gz"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 IUSE=""
33
34 DEPEND=">=sys-devel/autoconf-2.13
35 >=sys-devel/automake-1.11
36 sys-devel/libtool
37 "
38 RDEPEND=">=sys-fs/udev-151"
39
40 pkg_setup() {
41 if linux_config_exists; then
42 if ! linux_chkconfig_present USB_ACM; then
43 ewarn "You should enable the USB_ACM support in your kernel."
44 ewarn "Check the 'USB Modem (CDC ACM) support' under the"
45 ewarn "'Device Drivers' and 'USB support' option. It is"
46 ewarn "marked as CONFIG_USB_ACM in the config"
47 die 'missing CONFIG_USB_ACM'
48 fi
49 fi
50 }
51
52 src_prepare() {
53 eautoreconf
54 }
55
56
57
58 1.1 dev-libs/libcec/metadata.xml
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/metadata.xml?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/metadata.xml?rev=1.1&content-type=text/plain
62
63 Index: metadata.xml
64 ===================================================================
65 <?xml version="1.0" encoding="UTF-8"?>
66 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 <pkgmetadata>
68 <maintainer>
69 <email>thev00d00@g.o</email>
70 <name>Ian Whyman</name>
71 </maintainer>
72 </pkgmetadata>
73
74
75
76 1.1 dev-libs/libcec/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?rev=1.1&content-type=text/plain
80
81 Index: ChangeLog
82 ===================================================================
83 # ChangeLog for dev-libs/libcec
84 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v 1.1 2012/04/01 20:01:45 thev00d00 Exp $
86
87 *libcec-1.5.2 (01 Apr 2012)
88
89 01 Apr 2012; Ian Whyman <thev00d00@g.o> +libcec-1.5.2.ebuild,
90 +metadata.xml:
91 New ebuild for libcec