diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 16:24:12 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 16:24:12 +0000 |
commit | ebd410ad137599b3585c061c66126b1d28194bb7 (patch) | |
tree | ba9ae425162b049411af73b867bbcd26d93ef89a /dev-libs/libgee | |
parent | Version bump for Gnome 3.12. (diff) | |
download | gentoo-2-ebd410ad137599b3585c061c66126b1d28194bb7.tar.gz gentoo-2-ebd410ad137599b3585c061c66126b1d28194bb7.tar.bz2 gentoo-2-ebd410ad137599b3585c061c66126b1d28194bb7.zip |
Version bump for Gnome 3.12.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-libs/libgee')
-rw-r--r-- | dev-libs/libgee/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libgee/libgee-0.14.0.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/dev-libs/libgee/ChangeLog b/dev-libs/libgee/ChangeLog index 889565d7a5d6..7d85df0e91fb 100644 --- a/dev-libs/libgee/ChangeLog +++ b/dev-libs/libgee/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libgee # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.87 2014/04/26 06:47:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.88 2014/04/27 16:24:12 eva Exp $ + +*libgee-0.14.0 (27 Apr 2014) + + 27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> +libgee-0.14.0.ebuild: + Version bump for Gnome 3.12. 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -libgee-0.10.5.ebuild, -libgee-0.12.0.ebuild, -libgee-0.8.4.ebuild: diff --git a/dev-libs/libgee/libgee-0.14.0.ebuild b/dev-libs/libgee/libgee-0.14.0.ebuild new file mode 100644 index 000000000000..1edb81e4fad9 --- /dev/null +++ b/dev-libs/libgee/libgee-0.14.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.14.0.ebuild,v 1.1 2014/04/27 16:24:12 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="GObject-based interfaces and classes for commonly used data structures" +HOMEPAGE="https://wiki.gnome.org/Projects/Libgee" + +LICENSE="LGPL-2.1+" +SLOT="0.8" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux" +IUSE="+introspection" + +# FIXME: add doc support, requires valadoc +RDEPEND=" + >=dev-libs/glib-2.36:2 + introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +src_configure() { + DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README" + gnome2_src_configure \ + $(use_enable introspection) + VALAC="$(type -P false)" +} |