jer 14/08/06 09:19:44
Modified: ChangeLog
Added: c++-gtk-utils-2.2.8.ebuild
c++-gtk-utils-2.0.25.ebuild
Removed: c++-gtk-utils-2.2.7.ebuild
c++-gtk-utils-2.0.24.ebuild
c++-gtk-utils-2.2.6.ebuild
c++-gtk-utils-2.0.23.ebuild
Log:
Version bump.
(Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key
A792A613)
Revision Changes Path
1.22 x11-libs/c++-gtk-utils/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.22&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.22&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 7 Jun 2014 13:30:34 -0000 1.21
+++ ChangeLog 6 Aug 2014 09:19:44 -0000 1.22
@@ -1,6 +1,15 @@
# ChangeLog for x11-libs/c++-gtk-utils
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.21
2014/06/07 13:30:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.22
2014/08/06 09:19:44 jer Exp $
+
+*c++-gtk-utils-2.2.8 (06 Aug 2014)
+*c++-gtk-utils-2.0.25 (06 Aug 2014)
+
+ 06 Aug 2014; Jeroen Roovers <[email protected]> -c++-gtk-utils-2.0.23.ebuild,
+ -c++-gtk-utils-2.0.24.ebuild, +c++-gtk-utils-2.0.25.ebuild,
+ -c++-gtk-utils-2.2.6.ebuild, -c++-gtk-utils-2.2.7.ebuild,
+ +c++-gtk-utils-2.2.8.ebuild:
+ Version bump.
07 Jun 2014; Jeroen Roovers <[email protected]> c++-gtk-utils-2.0.24.ebuild,
c++-gtk-utils-2.2.7.ebuild:
1.1 x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.8.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.8.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.8.ebuild?rev=1.1&content-type=text/plain
Index: c++-gtk-utils-2.2.8.ebuild
===================================================================
# Copyright 1999-2014 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.8.ebuild,v 1.1
2014/08/06 09:19:44 jer 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 \
--without-guile
}
src_install() {
default
prune_libtool_files
}
1.1 x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.25.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.25.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.25.ebuild?rev=1.1&content-type=text/plain
Index: c++-gtk-utils-2.0.25.ebuild
===================================================================
# Copyright 1999-2014 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.25.ebuild,v
1.1 2014/08/06 09:19:44 jer 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="3"
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 \
--without-guile
}
src_install() {
default
prune_libtool_files
}