diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2012-06-18 19:32:07 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2012-06-18 19:32:07 +0000 |
commit | 6f8a4e0d6d5df904de9596966466b491261ba1e0 (patch) | |
tree | 13c0d6708fb784b64460b3a00e55a4e30612a234 /dev-libs | |
parent | Backport automake-1.12 fix from bug #421101 (diff) | |
download | gentoo-2-6f8a4e0d6d5df904de9596966466b491261ba1e0.tar.gz gentoo-2-6f8a4e0d6d5df904de9596966466b491261ba1e0.tar.bz2 gentoo-2-6f8a4e0d6d5df904de9596966466b491261ba1e0.zip |
Bump to 1.7.0, thanks to soehest for the nudge
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libcec/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libcec/libcec-1.5.2.ebuild | 36 | ||||
-rw-r--r-- | dev-libs/libcec/libcec-1.7.0.ebuild (renamed from dev-libs/libcec/libcec-1.6.3.ebuild) | 2 |
3 files changed, 8 insertions, 38 deletions
diff --git a/dev-libs/libcec/ChangeLog b/dev-libs/libcec/ChangeLog index eb89e5036f70..094955aacf19 100644 --- a/dev-libs/libcec/ChangeLog +++ b/dev-libs/libcec/ChangeLog @@ -1,6 +1,12 @@ # 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.8 2012/05/24 20:50:26 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v 1.9 2012/06/18 19:32:07 thev00d00 Exp $ + +*libcec-1.7.0 (18 Jun 2012) + + 18 Jun 2012; Ian Whyman <thev00d00@gentoo.org> -libcec-1.5.2.ebuild, + -libcec-1.6.3.ebuild, +libcec-1.7.0.ebuild: + Bump to 1.7.0, thanks to soehest for the nudge *libcec-1.6.3 (24 May 2012) diff --git a/dev-libs/libcec/libcec-1.5.2.ebuild b/dev-libs/libcec/libcec-1.5.2.ebuild deleted file mode 100644 index d54eaba9c29c..000000000000 --- a/dev-libs/libcec/libcec-1.5.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.5.2.ebuild,v 1.3 2012/05/04 18:35:50 jdhore 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=">=sys-fs/udev-151" -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.6.3.ebuild b/dev-libs/libcec/libcec-1.7.0.ebuild index bcb8072c2918..5585fc505fe0 100644 --- a/dev-libs/libcec/libcec-1.6.3.ebuild +++ b/dev-libs/libcec/libcec-1.7.0.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.1 2012/05/24 20:50:26 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/libcec-1.7.0.ebuild,v 1.1 2012/06/18 19:32:07 thev00d00 Exp $ EAPI=4 |