commit: 4cd371004cd2d511ffef2746a9a42d2ffd30e12b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 9 22:33:48 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 9 23:09:12 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4cd37100
dev-libs/gdl: 3.14.0 → 3.16.0
dev-libs/gdl/{gdl-9999.ebuild => gdl-3.16.0.ebuild} | 17 ++---------------
dev-libs/gdl/gdl-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-3.16.0.ebuild
similarity index 67%
copy from dev-libs/gdl/gdl-9999.ebuild
copy to dev-libs/gdl/gdl-3.16.0.ebuild
index c245a1a..65ae301 100644
--- a/dev-libs/gdl/gdl-9999.ebuild
+++ b/dev-libs/gdl/gdl-3.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,9 +6,6 @@ EAPI="5"
GCONF_DEBUG="no"
inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="GNOME docking library"
HOMEPAGE="https://developer.gnome.org/gdl/"
@@ -16,12 +13,7 @@ HOMEPAGE="https://developer.gnome.org/gdl/"
LICENSE="LGPL-2.1+"
SLOT="3/5" # subslot = libgdl-3 soname version
IUSE="+introspection"
-if [[ ${PV} = 9999 ]]; then
- IUSE="${IUSE} doc"
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
~x86-fbsd"
-fi
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
RDEPEND="
dev-libs/glib:2
@@ -35,11 +27,6 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- doc? ( >=dev-util/gtk-doc-1.4 )"
-fi
-
src_configure() {
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
gnome2_src_configure $(use_enable introspection)
diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-9999.ebuild
index c245a1a..354a151 100644
--- a/dev-libs/gdl/gdl-9999.ebuild
+++ b/dev-libs/gdl/gdl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $