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/anjuta: anjuta-3.8.4.ebuild ChangeLog anjuta-3.8.1.ebuild
Date: Tue, 04 Jun 2013 14:49:18
Message-Id: 20130604144914.9692B2171D@flycatcher.gentoo.org
1 pacho 13/06/04 14:49:14
2
3 Modified: ChangeLog
4 Added: anjuta-3.8.4.ebuild
5 Removed: anjuta-3.8.1.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.163 dev-util/anjuta/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.163&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.163&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.162&r2=1.163
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
21 retrieving revision 1.162
22 retrieving revision 1.163
23 diff -u -r1.162 -r1.163
24 --- ChangeLog 21 May 2013 22:40:12 -0000 1.162
25 +++ ChangeLog 4 Jun 2013 14:49:14 -0000 1.163
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-util/anjuta
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.162 2013/05/21 22:40:12 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.163 2013/06/04 14:49:14 pacho Exp $
31 +
32 +*anjuta-3.8.4 (04 Jun 2013)
33 +
34 + 04 Jun 2013; Pacho Ramos <pacho@g.o> +anjuta-3.8.4.ebuild,
35 + -anjuta-3.8.1.ebuild, -files/anjuta-3.8.1-vala-0.20.patch:
36 + Version bump, drop old
37
38 *anjuta-3.8.3 (21 May 2013)
39
40
41
42
43 1.1 dev-util/anjuta/anjuta-3.8.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.8.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.8.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: anjuta-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/anjuta/anjuta-3.8.4.ebuild,v 1.1 2013/06/04 14:49:14 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="yes"
56 GNOME2_LA_PUNT="yes"
57 PYTHON_COMPAT=( python{2_6,2_7} )
58 # libanjuta-language-vala.so links to a specific slot of libvala; we want to
59 # avoid automagic behavior.
60 VALA_MIN_API_VERSION="0.20"
61 VALA_MAX_API_VERSION="${VALA_MIN_API_VERSION}"
62
63 inherit gnome2 flag-o-matic readme.gentoo python-single-r1 vala
64
65 DESCRIPTION="A versatile IDE for GNOME"
66 HOMEPAGE="http://projects.gnome.org/anjuta/"
67
68 LICENSE="GPL-2+"
69 SLOT="0"
70 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
71 IUSE="debug devhelp glade +introspection packagekit subversion test vala"
72
73 # FIXME: make python dependency non-automagic
74 COMMON_DEPEND="
75 >=dev-libs/glib-2.32:2
76 x11-libs/gdk-pixbuf:2
77 >=x11-libs/gtk+-3.4:3
78 >=x11-libs/vte-0.27.6:2.90
79 >=dev-libs/libxml2-2.4.23
80 >=dev-libs/gdl-3.5.5:3=
81 >=x11-libs/gtksourceview-3:3.0
82
83 sys-devel/autogen
84
85 >=gnome-extra/libgda-5:5=
86 dev-util/ctags
87
88 x11-libs/libXext
89 x11-libs/libXrender
90
91 ${PYTHON_DEPS}
92
93 devhelp? ( >=dev-util/devhelp-3.7.4:= )
94 glade? ( >=dev-util/glade-3.12:3.10= )
95 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
96 subversion? (
97 >=dev-vcs/subversion-1.5.0:=
98 >=net-libs/neon-0.28.2:=
99 >=dev-libs/apr-1:=
100 >=dev-libs/apr-util-1:= )
101 vala? ( $(vala_depend) )
102 "
103 RDEPEND="${COMMON_DEPEND}
104 packagekit? ( app-admin/packagekit-base )
105 "
106 DEPEND="${COMMON_DEPEND}
107 >=dev-lang/perl-5
108 >=dev-util/gtk-doc-am-1.4
109 >=dev-util/intltool-0.40.1
110 sys-devel/bison
111 sys-devel/flex
112 >=sys-devel/gettext-0.17
113 virtual/pkgconfig
114 !!dev-libs/gnome-build
115 test? (
116 app-text/docbook-xml-dtd:4.1.2
117 app-text/docbook-xml-dtd:4.5 )
118 "
119 # app-text/yelp-tools
120 # dev-libs/gobject-introspection-common
121 # gnome-base/gnome-common
122 #"
123 # Above are required by eautoreconf
124
125 pkg_setup() {
126 python-single-r1_pkg_setup
127 }
128
129 src_prepare() {
130 if use vala; then
131 DISABLE_AUTOFORMATTING="yes"
132 DOC_CONTENTS="To create a generic vala project you will need to specify
133 desired valac versioned binary to be used, to do that you
134 will need to:
135 1. Go to 'Build' -> 'Configure project'
136 2. Add 'VALAC=/usr/bin/valac-X.XX' (respecting quotes) to
137 'Configure options'."
138 fi
139
140 # COPYING is used in Anjuta's help/about entry
141 DOCS="AUTHORS ChangeLog COPYING FUTURE MAINTAINERS NEWS README ROADMAP THANKS TODO"
142
143 # Conflicts with -pg in a plugin, bug #266777
144 filter-flags -fomit-frame-pointer
145
146 # python2.7-configure in Fedora vs. python-configure in Gentoo
147 sed -e 's:$PYTHON-config:$PYTHON$PYTHON_VERSION-config:g' \
148 -i plugins/am-project/tests/anjuta.lst || die "sed failed"
149
150 use vala && vala_src_prepare
151 gnome2_src_prepare
152 }
153
154 src_configure() {
155 gnome2_src_configure \
156 --disable-static \
157 --docdir=/usr/share/doc/${PF} \
158 $(use_enable debug) \
159 $(use_enable devhelp plugin-devhelp) \
160 $(use_enable glade plugin-glade) \
161 $(use_enable introspection) \
162 $(use_enable packagekit) \
163 $(use_enable subversion plugin-subversion) \
164 $(use_enable vala)
165 }
166
167 src_install() {
168 # COPYING is used in Anjuta's help/about entry
169 docompress -x "/usr/share/doc/${PF}/COPYING"
170
171 # Anjuta uses a custom rule to install DOCS, get rid of it
172 gnome2_src_install
173 rm -rf "${ED}"/usr/share/doc/${PN} || die "rm failed"
174
175 use vala && readme.gentoo_create_doc
176 }
177
178 pkg_postinst() {
179 gnome2_pkg_postinst
180 use vala && readme.gentoo_print_elog
181 }