summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whyman <thev00d00@gentoo.org>2013-03-17 19:36:34 +0000
committerIan Whyman <thev00d00@gentoo.org>2013-03-17 19:36:34 +0000
commit96e60b7f0e4bdb6bf09b77b819dcde9afe198ab4 (patch)
treef491e7a6dec3ce7baafed721caab1c4c8fa1992b /dev-libs/libcec
parentupdate in line with plugin structure changes (diff)
downloadgentoo-2-96e60b7f0e4bdb6bf09b77b819dcde9afe198ab4.tar.gz
gentoo-2-96e60b7f0e4bdb6bf09b77b819dcde9afe198ab4.tar.bz2
gentoo-2-96e60b7f0e4bdb6bf09b77b819dcde9afe198ab4.zip
Bump and tidy old versions
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libcec')
-rw-r--r--dev-libs/libcec/ChangeLog8
-rw-r--r--dev-libs/libcec/libcec-1.6.2.ebuild36
-rw-r--r--dev-libs/libcec/libcec-2.1.1.ebuild (renamed from dev-libs/libcec/libcec-1.8.1-r1.ebuild)18
3 files changed, 18 insertions, 44 deletions
diff --git a/dev-libs/libcec/ChangeLog b/dev-libs/libcec/ChangeLog
index 6cf176f24e4f..fe5fac1cb2ba 100644
--- a/dev-libs/libcec/ChangeLog
+++ b/dev-libs/libcec/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libcec
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v 1.23 2013/02/15 16:59:15 thev00d00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v 1.24 2013/03/17 19:36:34 thev00d00 Exp $
+
+*libcec-2.1.1 (17 Mar 2013)
+
+ 17 Mar 2013; Ian Whyman <thev00d00@gentoo.org> +libcec-2.1.1.ebuild,
+ -libcec-1.6.2.ebuild, -libcec-1.8.1-r1.ebuild:
+ Bump and tidy old versions
*libcec-2.0.5-r1 (15 Feb 2013)
diff --git a/dev-libs/libcec/libcec-1.6.2.ebuild b/dev-libs/libcec/libcec-1.6.2.ebuild
deleted file mode 100644
index c50e193674fc..000000000000
--- a/dev-libs/libcec/libcec-1.6.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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.6.2.ebuild,v 1.4 2012/12/03 09:49:01 ssuominen 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="static-libs"
-
-RDEPEND="virtual/udev"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-CONFIG_CHECK="~USB_ACM"
-
-src_prepare() {
- sed -i '/^CXXFLAGS/s:-fPIC::' configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- use static-libs || find "${ED}" -name '*.la' -delete
-}
diff --git a/dev-libs/libcec/libcec-1.8.1-r1.ebuild b/dev-libs/libcec/libcec-2.1.1.ebuild
index 2ae08477aff2..4bfc9d77a5fd 100644
--- a/dev-libs/libcec/libcec-1.8.1-r1.ebuild
+++ b/dev-libs/libcec/libcec-2.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/libcec-1.8.1-r1.ebuild,v 1.4 2012/12/03 09:49:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/libcec-2.1.1.ebuild,v 1.1 2013/03/17 19:36:34 thev00d00 Exp $
-EAPI=4
+EAPI=5
inherit autotools eutils linux-info vcs-snapshot
@@ -12,8 +12,8 @@ SRC_URI="http://github.com/Pulse-Eight/${PN}/tarball/${P} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug static-libs"
RDEPEND="virtual/udev"
DEPEND="${RDEPEND}
@@ -24,12 +24,16 @@ CONFIG_CHECK="~USB_ACM"
src_prepare() {
sed -i '/^CXXFLAGS/s:-fPIC::' configure.ac || die
- epatch "${FILESDIR}/${P}-eintr-retry.patch"
+ sed -i '/^CXXFLAGS/s:-Werror::' configure.ac || die
eautoreconf
}
src_configure() {
- econf $(use_enable static-libs static)
+ econf $(use_enable static-libs static) \
+ $(use_enable debug) \
+ --enable-optimisation \
+ --disable-rpi \
+ --disable-cubox
}
src_install() {