diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-05-12 16:56:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-05-12 16:56:27 +0000 |
commit | 35bd370a3c01c23fbc91f34e64b1012ef2ecdf95 (patch) | |
tree | e2738e224baf89c90b8b40ea1762fc066f32730d /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-35bd370a3c01c23fbc91f34e64b1012ef2ecdf95.tar.gz gentoo-2-35bd370a3c01c23fbc91f34e64b1012ef2ecdf95.tar.bz2 gentoo-2-35bd370a3c01c23fbc91f34e64b1012ef2ecdf95.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/c++-gtk-utils/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.23.ebuild | 41 | ||||
-rw-r--r-- | x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.6.ebuild | 41 |
3 files changed, 91 insertions, 2 deletions
diff --git a/x11-libs/c++-gtk-utils/ChangeLog b/x11-libs/c++-gtk-utils/ChangeLog index 4da0395c888a..66b7b397eddc 100644 --- a/x11-libs/c++-gtk-utils/ChangeLog +++ b/x11-libs/c++-gtk-utils/ChangeLog @@ -1,6 +1,13 @@ # 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.18 2013/06/04 18:53:01 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.19 2014/05/12 16:56:27 jer Exp $ + +*c++-gtk-utils-2.2.6 (12 May 2014) +*c++-gtk-utils-2.0.23 (12 May 2014) + + 12 May 2014; Jeroen Roovers <jer@gentoo.org> +c++-gtk-utils-2.0.23.ebuild, + +c++-gtk-utils-2.2.6.ebuild: + Version bump. *c++-gtk-utils-2.2.0 (04 Jun 2013) diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.23.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.23.ebuild new file mode 100644 index 000000000000..5692add840f3 --- /dev/null +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.23.ebuild @@ -0,0 +1,41 @@ +# 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.23.ebuild,v 1.1 2014/05/12 16:56:27 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 +} + +src_install() { + default + prune_libtool_files +} diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.6.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.6.ebuild new file mode 100644 index 000000000000..386b8861f8df --- /dev/null +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.6.ebuild @@ -0,0 +1,41 @@ +# 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.6.ebuild,v 1.1 2014/05/12 16:56:27 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 +} + +src_install() { + default + prune_libtool_files +} |