Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/anjuta/
Date: Sun, 02 Apr 2017 13:04:09
Message-Id: 1491138123.6733a4b93fde5350555d7fbb7ee9374f00c6d7c6.leio@gentoo
1 commit: 6733a4b93fde5350555d7fbb7ee9374f00c6d7c6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 2 12:47:57 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 13:02:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6733a4b9
7
8 dev-util/anjuta: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-util/anjuta/Manifest | 1 -
13 dev-util/anjuta/anjuta-3.20.0.ebuild | 135 -----------------------------------
14 2 files changed, 136 deletions(-)
15
16 diff --git a/dev-util/anjuta/Manifest b/dev-util/anjuta/Manifest
17 index 65b85e3476e..68b92274357 100644
18 --- a/dev-util/anjuta/Manifest
19 +++ b/dev-util/anjuta/Manifest
20 @@ -1,2 +1 @@
21 -DIST anjuta-3.20.0.tar.xz 6386836 SHA256 a676c587a28f784ec2096775460cd29fafc3f0216c53e0821641bcd9126b6935 SHA512 8564f685207c2b599e1f6f93889cbe6d743d0df497fcb5c1a82077acb08356c3556ba28236dd3214577bf00d2880a1e3cec1b2abe3d1ac4cb0b7862c747d31fe WHIRLPOOL e1ff8c587f1a29d203a63d6ee3ccf80650ff4b83edb09ae1319625ad6b7ba70d630e6fd372089d3445303f0ff4a4fa37e289dcd350335927cc91f3e1c8de944f
22 DIST anjuta-3.22.0.tar.xz 6363016 SHA256 4face1c063a5a6687a6cfc6f1f700ba15f13664633c05caa2fbf50317608dd03 SHA512 64689392bfe6102698ef8a1ce62aac37bffd793b917ef6ffc53cb5b8aa9eb5b8961a999c32db559e9e348bcf46a7ec0ca9448100910b52885ddff898a62f3295 WHIRLPOOL 354f680a0970e0eacf2cbc885e91a5f190f10162699f3ab144d144dee92e4c308653b1f75e388afa3f20434b422f3aa340bedabcbdc9ba1348a33426b3af5586
23
24 diff --git a/dev-util/anjuta/anjuta-3.20.0.ebuild b/dev-util/anjuta/anjuta-3.20.0.ebuild
25 deleted file mode 100644
26 index 6a12af0bd36..00000000000
27 --- a/dev-util/anjuta/anjuta-3.20.0.ebuild
28 +++ /dev/null
29 @@ -1,135 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes"
35 -PYTHON_COMPAT=( python2_7 )
36 -# libanjuta-language-vala.so links to a specific slot of libvala; we want to
37 -# avoid automagic behavior.
38 -VALA_MIN_API_VERSION="0.32"
39 -VALA_MAX_API_VERSION="${VALA_MIN_API_VERSION}"
40 -
41 -inherit gnome2 flag-o-matic readme.gentoo-r1 python-single-r1 vala
42 -
43 -DESCRIPTION="A versatile IDE for GNOME"
44 -HOMEPAGE="https://wiki.gnome.org/Apps/Anjuta"
45 -
46 -LICENSE="GPL-2+"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
49 -
50 -IUSE="debug devhelp glade +introspection packagekit subversion terminal test vala"
51 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52 -
53 -# FIXME: make python dependency non-automagic
54 -COMMON_DEPEND="
55 - >=dev-libs/glib-2.34:2[dbus]
56 - x11-libs/gdk-pixbuf:2
57 - >=x11-libs/gtk+-3.10:3
58 - >=dev-libs/libxml2-2.4.23
59 - >=dev-libs/gdl-3.5.5:3=
60 - >=x11-libs/gtksourceview-3:3.0
61 -
62 - sys-devel/autogen
63 -
64 - >=gnome-extra/libgda-5:5=
65 - dev-util/ctags
66 -
67 - x11-libs/libXext
68 - x11-libs/libXrender
69 -
70 - ${PYTHON_DEPS}
71 -
72 - devhelp? ( >=dev-util/devhelp-3.7.4:= )
73 - glade? ( >=dev-util/glade-3.12:3.10= )
74 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
75 - subversion? (
76 - >=dev-vcs/subversion-1.8:=
77 - >=net-libs/serf-1.2:1=
78 - >=dev-libs/apr-1:=
79 - >=dev-libs/apr-util-1:= )
80 - terminal? ( >=x11-libs/vte-0.27.6:2.91 )
81 - vala? ( $(vala_depend) )
82 -"
83 -RDEPEND="${COMMON_DEPEND}
84 - gnome-base/gsettings-desktop-schemas
85 - packagekit? ( app-admin/packagekit-base )
86 -"
87 -DEPEND="${COMMON_DEPEND}
88 - >=dev-lang/perl-5
89 - >=dev-util/gtk-doc-am-1.4
90 - >=dev-util/intltool-0.40.1
91 - sys-devel/bison
92 - sys-devel/flex
93 - >=sys-devel/gettext-0.17
94 - virtual/pkgconfig
95 - !!dev-libs/gnome-build
96 - test? (
97 - app-text/docbook-xml-dtd:4.1.2
98 - app-text/docbook-xml-dtd:4.5 )
99 - app-text/yelp-tools
100 - dev-libs/gobject-introspection-common
101 - gnome-base/gnome-common
102 -"
103 -# yelp-tools, gi-common and gnome-common are required by eautoreconf
104 -
105 -pkg_setup() {
106 - python-single-r1_pkg_setup
107 -}
108 -
109 -src_prepare() {
110 - if use vala; then
111 - DISABLE_AUTOFORMATTING="yes"
112 - DOC_CONTENTS="To create a generic vala project you will need to specify
113 -desired valac versioned binary to be used, to do that you
114 -will need to:
115 -1. Go to 'Build' -> 'Configure project'
116 -2. Add 'VALAC=/usr/bin/valac-X.XX' (respecting quotes) to
117 -'Configure options'."
118 - fi
119 -
120 - # COPYING is used in Anjuta's help/about entry
121 - DOCS="AUTHORS ChangeLog COPYING FUTURE MAINTAINERS NEWS README ROADMAP THANKS TODO"
122 -
123 - # Conflicts with -pg in a plugin, bug #266777
124 - filter-flags -fomit-frame-pointer
125 -
126 - # Do not build benchmarks, they are not installed and for dev purpose only
127 - sed -e '/SUBDIRS =/ s/benchmark//' \
128 - -i plugins/symbol-db/Makefile.{am,in} || die
129 -
130 - use vala && vala_src_prepare
131 - gnome2_src_prepare
132 -}
133 -
134 -src_configure() {
135 - gnome2_src_configure \
136 - --disable-neon \
137 - --disable-static \
138 - $(use_enable debug) \
139 - $(use_enable devhelp plugin-devhelp) \
140 - $(use_enable glade plugin-glade) \
141 - $(use_enable glade glade-catalog) \
142 - $(use_enable introspection) \
143 - $(use_enable packagekit) \
144 - $(use_enable subversion plugin-subversion) \
145 - $(use_enable subversion serf) \
146 - $(use_enable terminal plugin-terminal) \
147 - $(use_enable vala)
148 -}
149 -
150 -src_install() {
151 - # COPYING is used in Anjuta's help/about entry
152 - docompress -x "/usr/share/doc/${PF}/COPYING"
153 -
154 - # Anjuta uses a custom rule to install DOCS, get rid of it
155 - gnome2_src_install
156 - rm -rf "${ED}"/usr/share/doc/${PN} || die "rm failed"
157 -
158 - use vala && readme.gentoo_create_doc
159 -}
160 -
161 -pkg_postinst() {
162 - gnome2_pkg_postinst
163 - use vala && readme.gentoo_print_elog
164 -}