public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libcec: libcec-1.7.0.ebuild ChangeLog libcec-1.6.3.ebuild libcec-1.5.2.ebuild
@ 2012-06-18 19:32 Ian Whyman (thev00d00)
  0 siblings, 0 replies; only message in thread
From: Ian Whyman (thev00d00) @ 2012-06-18 19:32 UTC (permalink / raw
  To: gentoo-commits

thev00d00    12/06/18 19:32:07

  Modified:             ChangeLog
  Added:                libcec-1.7.0.ebuild
  Removed:              libcec-1.6.3.ebuild libcec-1.5.2.ebuild
  Log:
  Bump to 1.7.0, thanks to soehest for the nudge
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-libs/libcec/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	24 May 2012 20:50:26 -0000	1.8
+++ ChangeLog	18 Jun 2012 19:32:07 -0000	1.9
@@ -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)
 



1.1                  dev-libs/libcec/libcec-1.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/libcec-1.7.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/libcec-1.7.0.ebuild?rev=1.1&content-type=text/plain

Index: libcec-1.7.0.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.0.ebuild,v 1.1 2012/06/18 19:32:07 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-18 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-18 19:32 [gentoo-commits] gentoo-x86 commit in dev-libs/libcec: libcec-1.7.0.ebuild ChangeLog libcec-1.6.3.ebuild libcec-1.5.2.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