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.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:00:17
Message-Id: 20130328170014.028E52171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:00:13
2
3 Modified: ChangeLog
4 Added: anjuta-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.155 dev-util/anjuta/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.155&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.155&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.154&r2=1.155
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
20 retrieving revision 1.154
21 retrieving revision 1.155
22 diff -u -r1.154 -r1.155
23 --- ChangeLog 6 Mar 2013 23:34:06 -0000 1.154
24 +++ ChangeLog 28 Mar 2013 17:00:13 -0000 1.155
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.154 2013/03/06 23:34:06 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.155 2013/03/28 17:00:13 pacho Exp $
30 +
31 +*anjuta-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +anjuta-3.8.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 06 Mar 2013; Gilles Dartiguelongue <eva@g.o> -anjuta-3.4.4.ebuild,
37 anjuta-3.6.2-r1.ebuild:
38
39
40
41 1.1 dev-util/anjuta/anjuta-3.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: anjuta-3.8.0.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.0.ebuild,v 1.1 2013/03/28 17:00:13 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.18"
59 VALA_MAX_API_VERSION="${VALA_MIN_API_VERSION}"
60
61 inherit eutils gnome2 flag-o-matic multilib python-single-r1 vala
62
63 DESCRIPTION="A versatile IDE for GNOME"
64 HOMEPAGE="http://www.anjuta.org"
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=">=dev-libs/glib-2.32:2
73 x11-libs/gdk-pixbuf:2
74 >=x11-libs/gtk+-3.4:3
75 >=x11-libs/vte-0.27.6:2.90
76 >=dev-libs/libxml2-2.4.23
77 >=dev-libs/gdl-3.5.5:3=
78 >=x11-libs/gtksourceview-3:3.0
79
80 sys-devel/autogen
81
82 >=gnome-extra/libgda-5:5=
83 dev-util/ctags
84
85 x11-libs/libXext
86 x11-libs/libXrender
87
88 ${PYTHON_DEPS}
89
90 devhelp? ( >=dev-util/devhelp-3.7.4:= )
91 glade? ( >=dev-util/glade-3.12:3.10= )
92 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
93 subversion? (
94 >=dev-vcs/subversion-1.5.0:=
95 >=net-libs/neon-0.28.2:=
96 >=dev-libs/apr-1:=
97 >=dev-libs/apr-util-1:= )
98 vala? ( $(vala_depend) )
99 "
100 RDEPEND="${COMMON_DEPEND}
101 packagekit? ( app-admin/packagekit-base )
102 "
103 DEPEND="${COMMON_DEPEND}
104 >=dev-lang/perl-5
105 >=dev-util/gtk-doc-am-1.4
106 >=dev-util/intltool-0.40.1
107 sys-devel/bison
108 sys-devel/flex
109 >=sys-devel/gettext-0.17
110 virtual/pkgconfig
111 !!dev-libs/gnome-build
112 test? (
113 app-text/docbook-xml-dtd:4.1.2
114 app-text/docbook-xml-dtd:4.5 )
115
116 app-text/yelp-tools
117 dev-libs/gobject-introspection-common
118 gnome-base/gnome-common
119 "
120 # eautoreconf requires: gtk-doc-am, gnome-common, gobject-introspection-common, yelp-tools
121
122 pkg_setup() {
123 python-single-r1_pkg_setup
124 }
125
126 src_prepare() {
127 # COPYING is used in Anjuta's help/about entry
128 DOCS="AUTHORS ChangeLog COPYING FUTURE MAINTAINERS NEWS README ROADMAP THANKS TODO"
129
130 G2CONF="${G2CONF}
131 --disable-static
132 --docdir=/usr/share/doc/${PF}
133 $(use_enable debug)
134 $(use_enable devhelp plugin-devhelp)
135 $(use_enable glade plugin-glade)
136 $(use_enable introspection)
137 $(use_enable packagekit)
138 $(use_enable subversion plugin-subversion)
139 $(use_enable vala)"
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_install() {
153 # COPYING is used in Anjuta's help/about entry
154 docompress -x "/usr/share/doc/${PF}/COPYING"
155
156 # Anjuta uses a custom rule to install DOCS, get rid of it
157 gnome2_src_install
158 rm -rf "${ED}"/usr/share/doc/${PN} || die "rm failed"
159 }
160
161 pkg_postinst() {
162 gnome2_pkg_postinst
163 if use vala; then
164 elog ""
165 elog "To create a generic vala project you will need to specify"
166 elog "desired valac versioned binary to be used, to do that you"
167 elog "will need to:"
168 elog "1. Go to 'Build' -> 'Configure project'"
169 elog "2. Add 'VALAC=/usr/bin/valac-X.XX' (respecting quotes) to"
170 elog "'Configure options'."
171 fi
172 }