Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
Date: Wed, 20 Nov 2013 23:08:28
Message-Id: 1384988828.1d0fff72c562723fff9a0909e4418005c08d8061.eva@gentoo
1 commit: 1d0fff72c562723fff9a0909e4418005c08d8061
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 20 23:05:35 2013 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 20 23:07:08 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1d0fff72
7
8 dev-libs/gdl: 3.8.1 → 3.10.0
9
10 ---
11 .../gdl/{gdl-9999.ebuild => gdl-3.10.0.ebuild} | 24 ++++------------------
12 dev-libs/gdl/gdl-9999.ebuild | 9 +++-----
13 2 files changed, 7 insertions(+), 26 deletions(-)
14
15 diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-3.10.0.ebuild
16 similarity index 55%
17 copy from dev-libs/gdl/gdl-9999.ebuild
18 copy to dev-libs/gdl/gdl-3.10.0.ebuild
19 index a57c8d3..72632b7 100644
20 --- a/dev-libs/gdl/gdl-9999.ebuild
21 +++ b/dev-libs/gdl/gdl-3.10.0.ebuild
22 @@ -1,28 +1,19 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 +# Copyright 1999-2013 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Header: $
27
28 EAPI="5"
29 GCONF_DEBUG="no"
30 -GNOME2_LA_PUNT="yes"
31
32 inherit gnome2
33 -if [[ ${PV} = 9999 ]]; then
34 - inherit gnome2-live
35 -fi
36
37 DESCRIPTION="GNOME docking library"
38 -HOMEPAGE="http://www.gnome.org/"
39 +HOMEPAGE="https://developer.gnome.org/gdl/"
40
41 LICENSE="LGPL-2.1+"
42 SLOT="3/5" # subslot = libgdl-3 soname version
43 IUSE="+introspection"
44 -if [[ ${PV} = 9999 ]]; then
45 - IUSE="${IUSE} doc"
46 - KEYWORDS=""
47 -else
48 - KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
49 -fi
50 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
51
52 RDEPEND="
53 dev-libs/glib:2
54 @@ -36,14 +27,7 @@ DEPEND="${RDEPEND}
55 virtual/pkgconfig
56 "
57
58 -if [[ ${PV} = 9999 ]]; then
59 - DEPEND="${DEPEND}
60 - doc? ( >=dev-util/gtk-doc-1.4 )"
61 -fi
62 -
63 src_configure() {
64 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
65 - G2CONF="${G2CONF}
66 - $(use_enable introspection)"
67 - gnome2_src_configure
68 + gnome2_src_configure $(use_enable introspection)
69 }
70
71 diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-9999.ebuild
72 index a57c8d3..6d2a4e2 100644
73 --- a/dev-libs/gdl/gdl-9999.ebuild
74 +++ b/dev-libs/gdl/gdl-9999.ebuild
75 @@ -1,10 +1,9 @@
76 -# Copyright 1999-2012 Gentoo Foundation
77 +# Copyright 1999-2013 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: $
80
81 EAPI="5"
82 GCONF_DEBUG="no"
83 -GNOME2_LA_PUNT="yes"
84
85 inherit gnome2
86 if [[ ${PV} = 9999 ]]; then
87 @@ -12,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
88 fi
89
90 DESCRIPTION="GNOME docking library"
91 -HOMEPAGE="http://www.gnome.org/"
92 +HOMEPAGE="https://developer.gnome.org/gdl/"
93
94 LICENSE="LGPL-2.1+"
95 SLOT="3/5" # subslot = libgdl-3 soname version
96 @@ -43,7 +42,5 @@ fi
97
98 src_configure() {
99 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
100 - G2CONF="${G2CONF}
101 - $(use_enable introspection)"
102 - gnome2_src_configure
103 + gnome2_src_configure $(use_enable introspection)
104 }