diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-12-24 12:45:32 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-12-24 12:45:32 +0000 |
commit | d0c5f9e24472bc6a9bc622dff531604742150fd5 (patch) | |
tree | 2b7894376eefb4f242bfd09eb398dbc5fef275cd /dev-libs/libgee | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-d0c5f9e24472bc6a9bc622dff531604742150fd5.tar.gz gentoo-2-d0c5f9e24472bc6a9bc622dff531604742150fd5.tar.bz2 gentoo-2-d0c5f9e24472bc6a9bc622dff531604742150fd5.zip |
Version bump of the other slot
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/libgee')
-rw-r--r-- | dev-libs/libgee/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libgee/libgee-0.8.3.ebuild | 31 | ||||
-rw-r--r-- | dev-libs/libgee/metadata.xml | 4 |
3 files changed, 38 insertions, 5 deletions
diff --git a/dev-libs/libgee/ChangeLog b/dev-libs/libgee/ChangeLog index b5cfc4b16fb5..3ff2fe1b990b 100644 --- a/dev-libs/libgee/ChangeLog +++ b/dev-libs/libgee/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libgee # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.56 2012/12/24 12:40:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.57 2012/12/24 12:45:32 pacho Exp $ + +*libgee-0.8.3 (24 Dec 2012) + + 24 Dec 2012; Pacho Ramos <pacho@gentoo.org> +libgee-0.8.3.ebuild, + metadata.xml: + Version bump of the other slot *libgee-0.6.7 (24 Dec 2012) diff --git a/dev-libs/libgee/libgee-0.8.3.ebuild b/dev-libs/libgee/libgee-0.8.3.ebuild new file mode 100644 index 000000000000..543606089556 --- /dev/null +++ b/dev-libs/libgee/libgee-0.8.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.8.3.ebuild,v 1.1 2012/12/24 12:45:32 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" +VALA_MIN_API_VERSION="0.18" + +inherit gnome2 multilib vala + +DESCRIPTION="GObject-based interfaces and classes for commonly used data structures" +HOMEPAGE="https://live.gnome.org/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.12:2 + introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )" +DEPEND="${RDEPEND} + virtual/pkgconfig + $(vala_depend)" + +src_configure() { + DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README" + G2CONF+=" $(use_enable introspection)" + gnome2_src_configure +} diff --git a/dev-libs/libgee/metadata.xml b/dev-libs/libgee/metadata.xml index db99a4348b2e..8f409b1b5785 100644 --- a/dev-libs/libgee/metadata.xml +++ b/dev-libs/libgee/metadata.xml @@ -5,9 +5,5 @@ <longdescription lang="en"> libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. </longdescription> -<use> - <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> - for introspection</flag> -</use> </pkgmetadata> |