* [gentoo-commits] gentoo-x86 commit in dev-libs/libcec: ChangeLog libcec-1.7.1.ebuild libcec-1.7.0.ebuild
@ 2012-06-29 19:50 Ian Whyman (thev00d00)
0 siblings, 0 replies; only message in thread
From: Ian Whyman (thev00d00) @ 2012-06-29 19:50 UTC (permalink / raw
To: gentoo-commits
thev00d00 12/06/29 19:50:11
Modified: ChangeLog
Added: libcec-1.7.1.ebuild
Removed: libcec-1.7.0.ebuild
Log:
Version bump
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.10 dev-libs/libcec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 18 Jun 2012 19:32:07 -0000 1.9
+++ ChangeLog 29 Jun 2012 19:50:11 -0000 1.10
@@ -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.9 2012/06/18 19:32:07 thev00d00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v 1.10 2012/06/29 19:50:11 thev00d00 Exp $
+
+*libcec-1.7.1 (29 Jun 2012)
+
+ 29 Jun 2012; Ian Whyman <thev00d00@gentoo.org> -libcec-1.7.0.ebuild,
+ +libcec-1.7.1.ebuild:
+ Version bump
*libcec-1.7.0 (18 Jun 2012)
1.1 dev-libs/libcec/libcec-1.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/libcec-1.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/libcec-1.7.1.ebuild?rev=1.1&content-type=text/plain
Index: libcec-1.7.1.ebuild
===================================================================
# 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.7.1.ebuild,v 1.1 2012/06/29 19:50:11 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="static-libs"
RDEPEND=">=sys-fs/udev-151"
DEPEND="${RDEPEND}
dev-libs/lockdev
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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-29 19:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29 19:50 [gentoo-commits] gentoo-x86 commit in dev-libs/libcec: ChangeLog libcec-1.7.1.ebuild libcec-1.7.0.ebuild Ian Whyman (thev00d00)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox