diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-12-24 12:40:46 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-12-24 12:40:46 +0000 |
commit | dd3ec3f4560224388c099215b1efd1c47ba7b515 (patch) | |
tree | 89ba8f6085aac9d913a7544a7d14718687328f63 | |
parent | Version bump for Gnome 3.6. Switch to EAPI=5 and python-single-r1 eclass. (diff) | |
download | gentoo-2-dd3ec3f4560224388c099215b1efd1c47ba7b515.tar.gz gentoo-2-dd3ec3f4560224388c099215b1efd1c47ba7b515.tar.bz2 gentoo-2-dd3ec3f4560224388c099215b1efd1c47ba7b515.zip |
Version bump, drop old
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | dev-libs/libgee/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/libgee/libgee-0.6.6.ebuild | 29 | ||||
-rw-r--r-- | dev-libs/libgee/libgee-0.6.7.ebuild (renamed from dev-libs/libgee/libgee-0.6.5.ebuild) | 20 | ||||
-rw-r--r-- | dev-libs/libgee/libgee-0.8.0.ebuild | 38 | ||||
-rw-r--r-- | dev-libs/libgee/libgee-0.8.1.ebuild | 38 |
5 files changed, 17 insertions, 118 deletions
diff --git a/dev-libs/libgee/ChangeLog b/dev-libs/libgee/ChangeLog index e2f764d0e767..b5cfc4b16fb5 100644 --- a/dev-libs/libgee/ChangeLog +++ b/dev-libs/libgee/ChangeLog @@ -1,6 +1,13 @@ # 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.55 2012/11/21 23:27:46 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.56 2012/12/24 12:40:46 pacho Exp $ + +*libgee-0.6.7 (24 Dec 2012) + + 24 Dec 2012; Pacho Ramos <pacho@gentoo.org> +libgee-0.6.7.ebuild, + -libgee-0.6.5.ebuild, -libgee-0.6.6.ebuild, -libgee-0.8.0.ebuild, + -libgee-0.8.1.ebuild: + Version bump, drop old *libgee-0.8.2 (21 Nov 2012) @@ -237,4 +244,3 @@ New ebuild written by yours truly, libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. Closes #269775. - diff --git a/dev-libs/libgee/libgee-0.6.6.ebuild b/dev-libs/libgee/libgee-0.6.6.ebuild deleted file mode 100644 index 0e1db520993d..000000000000 --- a/dev-libs/libgee/libgee-0.6.6.ebuild +++ /dev/null @@ -1,29 +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.6.6.ebuild,v 1.1 2012/10/14 20:39:08 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 multilib - -DESCRIPTION="GObject-based interfaces and classes for commonly used data structures." -HOMEPAGE="http://live.gnome.org/Libgee" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux" -IUSE="+introspection" - -RDEPEND=">=dev-libs/glib-2.12:2 - introspection? ( >=dev-libs/gobject-introspection-0.9.6 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README" - -src_configure() { - G2CONF="${G2CONF} $(use_enable introspection)" - gnome2_src_configure -} diff --git a/dev-libs/libgee/libgee-0.6.5.ebuild b/dev-libs/libgee/libgee-0.6.7.ebuild index afe71f26d53a..f377fe88a792 100644 --- a/dev-libs/libgee/libgee-0.6.5.ebuild +++ b/dev-libs/libgee/libgee-0.6.7.ebuild @@ -1,15 +1,14 @@ # 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.6.5.ebuild,v 1.2 2012/09/30 07:15:04 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.6.7.ebuild,v 1.1 2012/12/24 12:40:46 pacho Exp $ -EAPI="4" +EAPI="5" GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" inherit gnome2 multilib -DESCRIPTION="GObject-based interfaces and classes for commonly used data structures." -HOMEPAGE="http://live.gnome.org/Libgee" +DESCRIPTION="GObject-based interfaces and classes for commonly used data structures" +HOMEPAGE="https://live.gnome.org/Libgee" LICENSE="LGPL-2.1+" SLOT="0" @@ -17,13 +16,12 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux" IUSE="+introspection" RDEPEND=">=dev-libs/glib-2.12:2 - introspection? ( >=dev-libs/gobject-introspection-0.9.6 )" + introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )" DEPEND="${RDEPEND} virtual/pkgconfig" -DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README" - -src_configure() { - G2CONF="${G2CONF} $(use_enable introspection)" - gnome2_src_configure +src_prepare() { + DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README" + G2CONF+=" $(use_enable introspection)" + gnome2_src_prepare } diff --git a/dev-libs/libgee/libgee-0.8.0.ebuild b/dev-libs/libgee/libgee-0.8.0.ebuild deleted file mode 100644 index 3c5c9609a1e2..000000000000 --- a/dev-libs/libgee/libgee-0.8.0.ebuild +++ /dev/null @@ -1,38 +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.0.ebuild,v 1.1 2012/09/30 07:15:04 tetromino 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.1.ebuild b/dev-libs/libgee/libgee-0.8.1.ebuild deleted file mode 100644 index 630b251064e6..000000000000 --- a/dev-libs/libgee/libgee-0.8.1.ebuild +++ /dev/null @@ -1,38 +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.1.ebuild,v 1.1 2012/10/14 20:39:08 tetromino 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 -} |