diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2012-09-15 12:44:39 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2012-09-15 12:44:39 +0000 |
commit | 0fdc827a70d1dd45ed81d3f6578e358011774e0a (patch) | |
tree | 35a0ed28697f460b0e3d7f350146b160714a176f /dev-libs | |
parent | Add USE=gtk3 and add configure option to specify gtk version. #434740 (diff) | |
download | gentoo-2-0fdc827a70d1dd45ed81d3f6578e358011774e0a.tar.gz gentoo-2-0fdc827a70d1dd45ed81d3f6578e358011774e0a.tar.bz2 gentoo-2-0fdc827a70d1dd45ed81d3f6578e358011774e0a.zip |
Version bump
(Portage version: 2.2.0_alpha121/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.9.0.ebuild (renamed from dev-libs/libcec/libcec-1.8.1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-libs/libcec/ChangeLog b/dev-libs/libcec/ChangeLog index 6177160415a5..c6a0fce7b159 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.13 2012/08/26 13:49:21 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v 1.14 2012/09/15 12:44:39 thev00d00 Exp $ + +*libcec-1.9.0 (15 Sep 2012) + + 15 Sep 2012; Ian Whyman <thev00d00@gentoo.org> -libcec-1.8.1.ebuild, + +libcec-1.9.0.ebuild: + Version bump *libcec-1.8.1-r1 (25 Aug 2012) diff --git a/dev-libs/libcec/libcec-1.8.1.ebuild b/dev-libs/libcec/libcec-1.9.0.ebuild index 8acc37eca35f..7a46a8875ab3 100644 --- a/dev-libs/libcec/libcec-1.8.1.ebuild +++ b/dev-libs/libcec/libcec-1.9.0.ebuild @@ -1,10 +1,10 @@ # 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.8.1.ebuild,v 1.1 2012/08/08 18:02:15 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/libcec-1.9.0.ebuild,v 1.1 2012/09/15 12:44:39 thev00d00 Exp $ EAPI=4 -inherit autotools linux-info vcs-snapshot +inherit autotools eutils linux-info vcs-snapshot DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" HOMEPAGE="http://libcec.pulse-eight.com" |