summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-10-15 11:13:19 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2016-10-15 17:42:39 +0200
commitb28f3165d82d6d4a5ed441042a712d3e7aa57ccf (patch)
tree3f03d88501a3941b3675ba6048d1bb592244d15c /dev-libs/libgee/libgee-0.14.0.ebuild
parentdev-libs/libgee: version bump 0.18.0 → 0.18.1 (diff)
downloadgentoo-b28f3165d82d6d4a5ed441042a712d3e7aa57ccf.tar.gz
gentoo-b28f3165d82d6d4a5ed441042a712d3e7aa57ccf.tar.bz2
gentoo-b28f3165d82d6d4a5ed441042a712d3e7aa57ccf.zip
dev-libs/libgee: cleanup old revisions
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-libs/libgee/libgee-0.14.0.ebuild')
-rw-r--r--dev-libs/libgee/libgee-0.14.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/libgee/libgee-0.14.0.ebuild b/dev-libs/libgee/libgee-0.14.0.ebuild
deleted file mode 100644
index da595b70e12b..000000000000
--- a/dev-libs/libgee/libgee-0.14.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GObject-based interfaces and classes for commonly used data structures"
-HOMEPAGE="https://wiki.gnome.org/Projects/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)"
-}