diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2012-04-01 20:01:45 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2012-04-01 20:01:45 +0000 |
commit | 31b4dbadb783e3fcf4d97d309e950b64a7f6b4f8 (patch) | |
tree | d470b7896732c4d40aa3dbef4b2be1c27fd0b5b1 /dev-libs/libcec | |
parent | Version bump (diff) | |
download | historical-31b4dbadb783e3fcf4d97d309e950b64a7f6b4f8.tar.gz historical-31b4dbadb783e3fcf4d97d309e950b64a7f6b4f8.tar.bz2 historical-31b4dbadb783e3fcf4d97d309e950b64a7f6b4f8.zip |
dev-libs/libcec new ebuild.
Package-Manager: portage-2.2.0_alpha95/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libcec')
-rw-r--r-- | dev-libs/libcec/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/libcec/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/libcec/libcec-1.5.2.ebuild | 38 | ||||
-rw-r--r-- | dev-libs/libcec/metadata.xml | 8 |
4 files changed, 60 insertions, 0 deletions
diff --git a/dev-libs/libcec/ChangeLog b/dev-libs/libcec/ChangeLog new file mode 100644 index 000000000000..033a5268d964 --- /dev/null +++ b/dev-libs/libcec/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-libs/libcec +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v 1.1 2012/04/01 20:01:45 thev00d00 Exp $ + +*libcec-1.5.2 (01 Apr 2012) + + 01 Apr 2012; Ian Whyman <thev00d00@gentoo.org> +libcec-1.5.2.ebuild, + +metadata.xml: + New ebuild for libcec + diff --git a/dev-libs/libcec/Manifest b/dev-libs/libcec/Manifest new file mode 100644 index 000000000000..ecbe71cc11f5 --- /dev/null +++ b/dev-libs/libcec/Manifest @@ -0,0 +1,4 @@ +DIST libcec-1.5.2.tar.gz 283365 RMD160 54d2c8c3410f6194e55c480ecc33b736235cdab4 SHA1 137905dd8eb14de5d06986df73d60c38b117c093 SHA256 93990024d01da7c66e2c78ca23919fd83137f6b944a2dc82fb5cc6d58a46742f +EBUILD libcec-1.5.2.ebuild 1039 RMD160 f45152d3bde89dd522561943e48dc95f5a1b86e8 SHA1 7f21cb291120d01234c4008dec1dec5bba741589 SHA256 58b6c8ebdef0725d80e15461f5699d6503f3c14374d65dfd378032213ee36282 +MISC ChangeLog 348 RMD160 02fe44177b09abd5453b7998b06e42e79e2c00c8 SHA1 a07bfd8ef386cb998745de347b076153c5b25654 SHA256 0bba0fcabbf60c7303e60bc0c4e5b80309c8638a637da093fe323170cc04fdf8 +MISC metadata.xml 232 RMD160 00b948d040c7607af9068aea94764733d36de1a9 SHA1 edfa0608e393dd363039e5ae696848e726574265 SHA256 3e0886d31df5e2b8735dfa995ed12280c69f959a90a4e9d54bafd527110282a3 diff --git a/dev-libs/libcec/libcec-1.5.2.ebuild b/dev-libs/libcec/libcec-1.5.2.ebuild new file mode 100644 index 000000000000..09b0d6a8302d --- /dev/null +++ b/dev-libs/libcec/libcec-1.5.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/libcec-1.5.2.ebuild,v 1.1 2012/04/01 20:01:45 thev00d00 Exp $ + +EAPI=4 + +inherit autotools linux-info vcs-snapshot + +DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" +HOMEPAGE="http://libcec.pulse-eight.com" +SRC_URI="http://github.com/Pulse-Eight/${PN}/tarball/${P} -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=sys-devel/autoconf-2.13 + >=sys-devel/automake-1.11 + sys-devel/libtool + " +RDEPEND=">=sys-fs/udev-151" + +pkg_setup() { + if linux_config_exists; then + if ! linux_chkconfig_present USB_ACM; then + ewarn "You should enable the USB_ACM support in your kernel." + ewarn "Check the 'USB Modem (CDC ACM) support' under the" + ewarn "'Device Drivers' and 'USB support' option. It is" + ewarn "marked as CONFIG_USB_ACM in the config" + die 'missing CONFIG_USB_ACM' + fi + fi +} + +src_prepare() { + eautoreconf +} diff --git a/dev-libs/libcec/metadata.xml b/dev-libs/libcec/metadata.xml new file mode 100644 index 000000000000..8db32ac91dfe --- /dev/null +++ b/dev-libs/libcec/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>thev00d00@gentoo.org</email> + <name>Ian Whyman</name> + </maintainer> +</pkgmetadata> |