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