summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-09-28 20:34:30 +0000
committerPacho Ramos <pacho@gentoo.org>2013-09-28 20:34:30 +0000
commiteab72dcb805236bf76026451ccc616520863a01f (patch)
tree87a9c60d2bbff32a3017819789630f884f55cfea /dev-libs
parentStable for ppc64, wrt bug #485546 (diff)
downloadgentoo-2-eab72dcb805236bf76026451ccc616520863a01f.tar.gz
gentoo-2-eab72dcb805236bf76026451ccc616520863a01f.tar.bz2
gentoo-2-eab72dcb805236bf76026451ccc616520863a01f.zip
Version bump, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libgee/ChangeLog8
-rw-r--r--dev-libs/libgee/libgee-0.10.2.ebuild32
-rw-r--r--dev-libs/libgee/libgee-0.10.5.ebuild (renamed from dev-libs/libgee/libgee-0.10.3.ebuild)2
-rw-r--r--dev-libs/libgee/libgee-0.8.5.ebuild30
4 files changed, 8 insertions, 64 deletions
diff --git a/dev-libs/libgee/ChangeLog b/dev-libs/libgee/ChangeLog
index 34cfad47f17e..31ac95112bab 100644
--- a/dev-libs/libgee/ChangeLog
+++ b/dev-libs/libgee/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libgee
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.76 2013/08/25 18:37:15 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.77 2013/09/28 20:34:30 pacho Exp $
+
+*libgee-0.10.5 (28 Sep 2013)
+
+ 28 Sep 2013; Pacho Ramos <pacho@gentoo.org> +libgee-0.10.5.ebuild,
+ -libgee-0.10.2.ebuild, -libgee-0.10.3.ebuild, -libgee-0.8.5.ebuild:
+ Version bump, drop old
*libgee-0.10.4 (25 Aug 2013)
diff --git a/dev-libs/libgee/libgee-0.10.2.ebuild b/dev-libs/libgee/libgee-0.10.2.ebuild
deleted file mode 100644
index 078b18ceeed0..000000000000
--- a/dev-libs/libgee/libgee-0.10.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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.10.2.ebuild,v 1.1 2013/07/14 19:37:06 pacho Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-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.32: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)"
-}
diff --git a/dev-libs/libgee/libgee-0.10.3.ebuild b/dev-libs/libgee/libgee-0.10.5.ebuild
index 670c0f2c81a1..9238ba646ea4 100644
--- a/dev-libs/libgee/libgee-0.10.3.ebuild
+++ b/dev-libs/libgee/libgee-0.10.5.ebuild
@@ -1,6 +1,6 @@
# 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.10.3.ebuild,v 1.1 2013/08/01 18:55:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.10.5.ebuild,v 1.1 2013/09/28 20:34:30 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
diff --git a/dev-libs/libgee/libgee-0.8.5.ebuild b/dev-libs/libgee/libgee-0.8.5.ebuild
deleted file mode 100644
index 6f3691c33628..000000000000
--- a/dev-libs/libgee/libgee-0.8.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.5.ebuild,v 1.2 2013/03/30 22:03:42 eva Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-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"
-
-src_configure() {
- DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
- gnome2_src_configure \
- $(use_enable introspection)
- VALAC="$(type -P false)"
-}