Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/glade: glade-3.8.4.ebuild ChangeLog glade-3.8.2.ebuild glade-3.12.1.ebuild
Date: Sat, 28 Sep 2013 19:49:36
Message-Id: 20130928194931.5FE642004C@flycatcher.gentoo.org
1 pacho 13/09/28 19:49:31
2
3 Modified: ChangeLog
4 Added: glade-3.8.4.ebuild
5 Removed: glade-3.8.2.ebuild glade-3.12.1.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.190 dev-util/glade/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.190&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.190&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?r1=1.189&r2=1.190
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
21 retrieving revision 1.189
22 retrieving revision 1.190
23 diff -u -r1.189 -r1.190
24 --- ChangeLog 9 Apr 2013 16:42:37 -0000 1.189
25 +++ ChangeLog 28 Sep 2013 19:49:31 -0000 1.190
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-util/glade
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.189 2013/04/09 16:42:37 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.190 2013/09/28 19:49:31 pacho Exp $
31 +
32 +*glade-3.8.4 (28 Sep 2013)
33 +
34 + 28 Sep 2013; Pacho Ramos <pacho@g.o> +glade-3.8.4.ebuild,
35 + -glade-3.12.1.ebuild, -glade-3.8.2.ebuild:
36 + Version bump, drop old
37
38 09 Apr 2013; Agostino Sarubbo <ago@g.o> glade-3.12.2.ebuild,
39 glade-3.8.3.ebuild:
40
41
42
43 1.1 dev-util/glade/glade-3.8.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.8.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.8.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: glade-3.8.4.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.8.4.ebuild,v 1.1 2013/09/28 19:49:31 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="yes"
56 GNOME_ORG_MODULE="glade3"
57 GNOME2_LA_PUNT="yes"
58 PYTHON_COMPAT=( python2_{6,7} )
59
60 inherit eutils gnome2 python-single-r1
61
62 DESCRIPTION="A user interface designer for GTK+ and GNOME"
63 HOMEPAGE="http://glade.gnome.org/"
64
65 LICENSE="GPL-2+ FDL-1.1+"
66 SLOT="3/11" # subslot = suffix of libgladeui-1.so
67 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
68 IUSE="gnome python"
69
70 RDEPEND="
71 >=dev-libs/glib-2.8:2
72 >=x11-libs/gtk+-2.24:2
73 >=dev-libs/libxml2-2.4:2
74 gnome? (
75 >=gnome-base/libgnomeui-2
76 >=gnome-base/libbonoboui-2 )
77 python? (
78 ${PYTHON_DEPS}
79 >=dev-python/pygtk-2.10:2 )
80 "
81 DEPEND="${RDEPEND}
82 dev-util/gtk-doc-am
83 >=dev-util/intltool-0.35
84 virtual/pkgconfig
85 sys-devel/gettext
86 app-text/scrollkeeper
87 >=app-text/gnome-doc-utils-0.9
88 app-text/docbook-xml-dtd:4.1.2
89 "
90
91 pkg_setup() {
92 use python && python-single-r1_pkg_setup
93 }
94
95 src_configure() {
96 gnome2_src_configure \
97 --enable-libtool-lock \
98 $(use_enable gnome) \
99 $(use_enable python)
100 }