public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/c++-gtk-utils: c++-gtk-utils-2.0.7.ebuild ChangeLog
@ 2012-05-17 15:44 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-05-17 15:44 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/17 15:44:08

  Modified:             ChangeLog
  Added:                c++-gtk-utils-2.0.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha105/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-libs/c++-gtk-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	5 May 2012 03:52:30 -0000	1.6
+++ ChangeLog	17 May 2012 15:44:08 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/c++-gtk-utils
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.6 2012/05/05 03:52:30 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.7 2012/05/17 15:44:08 ssuominen Exp $
+
+*c++-gtk-utils-2.0.7 (17 May 2012)
+
+  17 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+  +c++-gtk-utils-2.0.7.ebuild:
+  Version bump.
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> c++-gtk-utils-2.0.4.ebuild,
   c++-gtk-utils-2.0.6.ebuild:



1.1                  x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.7.ebuild?rev=1.1&content-type=text/plain

Index: c++-gtk-utils-2.0.7.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.7.ebuild,v 1.1 2012/05/17 15:44:08 ssuominen Exp $

EAPI=4

DESCRIPTION="A library containing a number of classes and functions for programming GTK+ programs using C++"
HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"
SRC_URI="mirror://sourceforge/cxx-gtk-utils/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="3"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="nls static-libs"

RDEPEND=">=dev-libs/glib-2.26
	x11-libs/gtk+:3"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	nls? ( sys-devel/gettext )"

DOCS="ChangeLog"

src_configure() {
	econf \
		--docdir=/usr/share/doc/${PF} \
		--htmldir=/usr/share/doc/${PF}/html \
		$(use_enable static-libs static) \
		$(use_enable nls)
}

src_install() {
	default
	rm -f "${ED}"usr/lib*/lib*.la
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-17 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17 15:44 [gentoo-commits] gentoo-x86 commit in x11-libs/c++-gtk-utils: c++-gtk-utils-2.0.7.ebuild ChangeLog Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox