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.0.9.ebuild
@ 2012-06-03  8:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-03  8:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/03 08:24:15

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	20 May 2012 19:14:21 -0000	1.9
+++ ChangeLog	3 Jun 2012 08:24:15 -0000	1.10
@@ -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.9 2012/05/20 19:14:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.10 2012/06/03 08:24:15 ssuominen Exp $
+
+*c++-gtk-utils-2.0.9 (03 Jun 2012)
+
+  03 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
+  +c++-gtk-utils-2.0.9.ebuild:
+  Version bump.
 
   20 May 2012; Samuli Suominen <ssuominen@gentoo.org>
   -c++-gtk-utils-2.0.6.ebuild, -c++-gtk-utils-2.0.7.ebuild:



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.9.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.9.ebuild?rev=1.1&content-type=text/plain

Index: c++-gtk-utils-2.0.9.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.9.ebuild,v 1.1 2012/06/03 08:24:15 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/${PN/++/xx}/${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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/c++-gtk-utils: ChangeLog c++-gtk-utils-2.0.9.ebuild
@ 2012-06-28 10:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-28 10:40 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/28 10:40:36

  Modified:             ChangeLog c++-gtk-utils-2.0.9.ebuild
  Log:
  Stable for amd64, wrt bug #423895
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	28 Jun 2012 08:10:34 -0000	1.12
+++ ChangeLog	28 Jun 2012 10:40:36 -0000	1.13
@@ -1,6 +1,9 @@
 # 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.12 2012/06/28 08:10:34 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.13 2012/06/28 10:40:36 ago Exp $
+
+  28 Jun 2012; Agostino Sarubbo <ago@gentoo.org> c++-gtk-utils-2.0.9.ebuild:
+  Stable for amd64, wrt bug #423895
 
   28 Jun 2012; Jeff Horelick <jdhore@gentoo.org> c++-gtk-utils-2.0.9.ebuild:
   marked x86 per bug 423895



1.3                  x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.9.ebuild

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

Index: c++-gtk-utils-2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- c++-gtk-utils-2.0.9.ebuild	28 Jun 2012 08:10:34 -0000	1.2
+++ c++-gtk-utils-2.0.9.ebuild	28 Jun 2012 10:40:36 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.9.ebuild,v 1.2 2012/06/28 08:10:34 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.9.ebuild,v 1.3 2012/06/28 10:40:36 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="3"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="nls static-libs"
 
 RDEPEND=">=dev-libs/glib-2.26






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/c++-gtk-utils: ChangeLog c++-gtk-utils-2.0.9.ebuild
@ 2015-04-19 18:06 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2015-04-19 18:06 UTC (permalink / raw
  To: gentoo-commits

jer         15/04/19 18:06:24

  Modified:             ChangeLog
  Removed:              c++-gtk-utils-2.0.9.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	19 Apr 2015 09:44:29 -0000	1.27
+++ ChangeLog	19 Apr 2015 18:06:24 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/c++-gtk-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.27 2015/04/19 09:44:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.28 2015/04/19 18:06:24 jer Exp $
+
+  19 Apr 2015; Jeroen Roovers <jer@gentoo.org> -c++-gtk-utils-2.0.9.ebuild:
+  Old.
 
   19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> c++-gtk-utils-2.0.27.ebuild,
   c++-gtk-utils-2.2.10.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-19 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-19 18:06 [gentoo-commits] gentoo-x86 commit in x11-libs/c++-gtk-utils: ChangeLog c++-gtk-utils-2.0.9.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-28 10:40 Agostino Sarubbo (ago)
2012-06-03  8:24 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