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

ssuominen    13/06/04 18:53:02

  Modified:             ChangeLog
  Added:                c++-gtk-utils-2.2.0.ebuild
  Log:
  New series of c++-gtk-utils in a own SLOT; might as well use the free 0.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	4 Jun 2013 18:24:22 -0000	1.17
+++ ChangeLog	4 Jun 2013 18:53:01 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/c++-gtk-utils
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.17 2013/06/04 18:24:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.18 2013/06/04 18:53:01 ssuominen Exp $
+
+*c++-gtk-utils-2.2.0 (04 Jun 2013)
+
+  04 Jun 2013; Samuli Suominen <ssuominen@gentoo.org>
+  +c++-gtk-utils-2.2.0.ebuild:
+  New series of c++-gtk-utils in a own SLOT; might as well use the free 0.
 
   04 Jun 2013; Samuli Suominen <ssuominen@gentoo.org>
   -c++-gtk-utils-2.0.16.ebuild:



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

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

Index: c++-gtk-utils-2.2.0.ebuild
===================================================================
# Copyright 1999-2013 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.2.0.ebuild,v 1.1 2013/06/04 18:53:02 ssuominen Exp $

EAPI=5
inherit eutils

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/${PN/++/xx}/${P}.tar.gz"

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

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

DOCS=( ChangeLog )

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

src_install() {
	default
	prune_libtool_files
}





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

only message in thread, other threads:[~2013-06-04 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04 18:53 [gentoo-commits] gentoo-x86 commit in x11-libs/c++-gtk-utils: ChangeLog c++-gtk-utils-2.2.0.ebuild 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