summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-26 06:47:21 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-26 06:47:21 +0000
commitbd7c0cfda17f6cc17849b28677eab4a96a0ab1a8 (patch)
treeff1c2f685583a491a4e655eeeebbd52b69db927c /dev-libs
parentdrop old (diff)
downloadgentoo-2-bd7c0cfda17f6cc17849b28677eab4a96a0ab1a8.tar.gz
gentoo-2-bd7c0cfda17f6cc17849b28677eab4a96a0ab1a8.tar.bz2
gentoo-2-bd7c0cfda17f6cc17849b28677eab4a96a0ab1a8.zip
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libgee/ChangeLog6
-rw-r--r--dev-libs/libgee/libgee-0.10.5.ebuild32
-rw-r--r--dev-libs/libgee/libgee-0.12.0.ebuild32
-rw-r--r--dev-libs/libgee/libgee-0.8.4.ebuild30
4 files changed, 5 insertions, 95 deletions
diff --git a/dev-libs/libgee/ChangeLog b/dev-libs/libgee/ChangeLog
index ee1cf1247521..889565d7a5d6 100644
--- a/dev-libs/libgee/ChangeLog
+++ b/dev-libs/libgee/ChangeLog
@@ -1,6 +1,10 @@
# 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.86 2014/03/09 11:55:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.87 2014/04/26 06:47:21 pacho Exp $
+
+ 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -libgee-0.10.5.ebuild,
+ -libgee-0.12.0.ebuild, -libgee-0.8.4.ebuild:
+ drop old
09 Mar 2014; Pacho Ramos <pacho@gentoo.org> libgee-0.12.1.ebuild:
x86 stable, bug 499954
diff --git a/dev-libs/libgee/libgee-0.10.5.ebuild b/dev-libs/libgee/libgee-0.10.5.ebuild
deleted file mode 100644
index 0a36035dcfdf..000000000000
--- a/dev-libs/libgee/libgee-0.10.5.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.5.ebuild,v 1.3 2013/12/08 18:02:12 pacho Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GObject-based interfaces and classes for commonly used data structures"
-HOMEPAGE="https://wiki.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.12.0.ebuild b/dev-libs/libgee/libgee-0.12.0.ebuild
deleted file mode 100644
index 60706576e0b2..000000000000
--- a/dev-libs/libgee/libgee-0.12.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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.12.0.ebuild,v 1.3 2014/02/22 21:16:05 pacho Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GObject-based interfaces and classes for commonly used data structures"
-HOMEPAGE="https://wiki.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.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)"
-}
diff --git a/dev-libs/libgee/libgee-0.8.4.ebuild b/dev-libs/libgee/libgee-0.8.4.ebuild
deleted file mode 100644
index 0bfcdf3c2b1f..000000000000
--- a/dev-libs/libgee/libgee-0.8.4.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.4.ebuild,v 1.10 2013/04/09 16:41:51 ago 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)
-}