diff options
author | 2013-02-19 00:21:58 +0000 | |
---|---|---|
committer | 2013-02-19 00:21:58 +0000 | |
commit | e56e99527b2773c952a339a91710c34a8817347c (patch) | |
tree | 71100ba854b44cc20e9035b74c9fc0a6bc1614ea /dev-libs/libgee | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-e56e99527b2773c952a339a91710c34a8817347c.tar.gz gentoo-2-e56e99527b2773c952a339a91710c34a8817347c.tar.bz2 gentoo-2-e56e99527b2773c952a339a91710c34a8817347c.zip |
Version bump; drop old.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs/libgee')
-rw-r--r-- | dev-libs/libgee/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/libgee/libgee-0.8.2.ebuild | 39 | ||||
-rw-r--r-- | dev-libs/libgee/libgee-0.8.4.ebuild | 30 |
3 files changed, 38 insertions, 41 deletions
diff --git a/dev-libs/libgee/ChangeLog b/dev-libs/libgee/ChangeLog index 3ff2fe1b990b..8beadce2e77a 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.57 2012/12/24 12:45:32 pacho Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.58 2013/02/19 00:21:58 tetromino Exp $ + +*libgee-0.8.4 (19 Feb 2013) + + 19 Feb 2013; Alexandre Rostovtsev <tetromino@gentoo.org> + -libgee-0.8.2.ebuild, +libgee-0.8.4.ebuild: + Version bump; drop old. *libgee-0.8.3 (24 Dec 2012) diff --git a/dev-libs/libgee/libgee-0.8.2.ebuild b/dev-libs/libgee/libgee-0.8.2.ebuild deleted file mode 100644 index fbc207fb25fe..000000000000 --- a/dev-libs/libgee/libgee-0.8.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.2.ebuild,v 1.1 2012/11/21 23:27:46 eva Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -VALA_MIN_API_VERSION="0.18" - -inherit gnome2 multilib vala - -DESCRIPTION="GObject-based interfaces and classes for commonly used data structures." -HOMEPAGE="http://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 - >=dev-lang/vala-0.17.5 - $(vala_depend)" - -DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README" - -src_configure() { - G2CONF="${G2CONF} $(use_enable introspection)" - gnome2_src_configure -} - -src_prepare() { - vala_src_prepare - gnome2_src_prepare -} diff --git a/dev-libs/libgee/libgee-0.8.4.ebuild b/dev-libs/libgee/libgee-0.8.4.ebuild new file mode 100644 index 000000000000..d7b41567b9db --- /dev/null +++ b/dev-libs/libgee/libgee-0.8.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.8.4.ebuild,v 1.1 2013/02/19 00:21:58 tetromino 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" + gnome2_src_configure $(use_enable introspection) +} |