Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany-plugins/
Date: Sat, 20 Apr 2019 22:45:08
Message-Id: 1555787219.419a05816952ca169bac3ce8fdb5b589d5de7bb6.polynomial-c@gentoo
1 commit: 419a05816952ca169bac3ce8fdb5b589d5de7bb6
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 19:06:41 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 19:06:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419a0581
7
8 dev-util/geany-plugins: Removed old.
9
10 Package-Manager: Portage-2.3.64, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-util/geany-plugins/Manifest | 1 -
14 dev-util/geany-plugins/geany-plugins-1.33.ebuild | 136 -----------------------
15 2 files changed, 137 deletions(-)
16
17 diff --git a/dev-util/geany-plugins/Manifest b/dev-util/geany-plugins/Manifest
18 index 0f68038906b..aebfcf1c1dd 100644
19 --- a/dev-util/geany-plugins/Manifest
20 +++ b/dev-util/geany-plugins/Manifest
21 @@ -1,3 +1,2 @@
22 DIST geany-plugins-1.30.tar.gz 4469990 BLAKE2B 3cb8434765667814dc95227a82bdf204b2f918c951de8d5d9b56549c3fc343e1fe1c3e225d9f907da6b3227440dbdad09d0318d2738c213640a4629e9f7b42fe SHA512 11dc44215aaa369831c249ef84b5dd0ee7eecdfbbf4707fc6165d78201e9e755447463c171ac6c8b2bc70df28a97b23762073ab9b31f7c33285d4728089da807
23 -DIST geany-plugins-1.33.tar.gz 4671123 BLAKE2B 33471215480597b34e2733b7dc292e94ff12985b645fda76b2e25492573bb866766a3ea5a4598c4f643e9528f8062ffb9bf6ccabbb9be04aecbf23650d9c776d SHA512 d046eb0b7bd3c704b62c84b05564b973203ddabf6c09b94bf3008955735d672077bff1a7cda27d4eba97824231483f3e64b3b0f0234a97a1a2727d535fb28718
24 DIST geany-plugins-1.34.tar.gz 4640059 BLAKE2B f6a2e001db42e348c129b503fd969f142fecbaa06a10bd220d348f70e6af087a0a856a403bdf866f65fdff02889fa03a2f3a662be3efad0a17401266ab883bcf SHA512 31d25e9b0946b7feeae40b81c4e0c177568cc161c24bfa1c8271dda1c15a44e86f5de9b5992a4acde6cfafe2924a1cc22e95c7b6fb253e8a358931fa5f8ecca3
25
26 diff --git a/dev-util/geany-plugins/geany-plugins-1.33.ebuild b/dev-util/geany-plugins/geany-plugins-1.33.ebuild
27 deleted file mode 100644
28 index 4115b2f8d7b..00000000000
29 --- a/dev-util/geany-plugins/geany-plugins-1.33.ebuild
30 +++ /dev/null
31 @@ -1,136 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit python-single-r1 vala
39 -
40 -DESCRIPTION="A collection of different plugins for Geany"
41 -HOMEPAGE="https://plugins.geany.org"
42 -SRC_URI="https://plugins.geany.org/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
47 -
48 -IUSE="gtk3 ctags debugger enchant git gpg gtkspell lua multiterm nls pretty-printer python scope soup"
49 -REQUIRED_USE="
50 - gtk3? ( !debugger !multiterm !python !scope )
51 - python? ( ${PYTHON_REQUIRED_USE} )
52 -"
53 -
54 -COMMON_DEPEND="
55 - >=dev-util/geany-1.32[gtk3=]
56 - dev-libs/glib:2
57 - gtk3? ( x11-libs/gtk+:3 )
58 - !gtk3? ( x11-libs/gtk+:2 )
59 - ctags? ( dev-util/ctags )
60 - debugger? ( x11-libs/vte:0 )
61 - enchant? ( app-text/enchant )
62 - git? ( dev-libs/libgit2:= )
63 - gpg? ( app-crypt/gpgme:1= )
64 - gtkspell? (
65 - gtk3? ( app-text/gtkspell:3= )
66 - !gtk3? ( app-text/gtkspell:2 )
67 - )
68 - lua? ( dev-lang/lua:0= )
69 - multiterm? (
70 - $(vala_depend)
71 - >=x11-libs/vte-0.28:0
72 - )
73 - pretty-printer? ( dev-libs/libxml2:2 )
74 - python? (
75 - dev-python/pygtk[${PYTHON_USEDEP}]
76 - ${PYTHON_DEPS}
77 - )
78 - scope? ( x11-libs/vte:0 )
79 - soup? ( net-libs/libsoup:2.4 )
80 -"
81 -RDEPEND="${COMMON_DEPEND}
82 - scope? ( sys-devel/gdb )
83 -"
84 -DEPEND="${COMMON_DEPEND}
85 - nls? ( sys-devel/gettext )
86 - virtual/pkgconfig
87 -"
88 -
89 -pkg_setup() {
90 - use python && python-single-r1_pkg_setup
91 -}
92 -
93 -src_prepare() {
94 - default
95 -
96 - use multiterm && vala_src_prepare
97 -}
98 -
99 -src_configure() {
100 - local myeconfargs=(
101 - --disable-cppcheck
102 - --disable-extra-c-warnings
103 - $(use_enable nls)
104 - --enable-utilslib
105 - # Plugins
106 - --enable-addons
107 - --enable-autoclose
108 - --enable-automark
109 - --enable-codenav
110 - --enable-commander
111 - --enable-defineformat
112 - --enable-geanyextrasel
113 - --enable-geanyinsertnum
114 - --enable-geanymacro
115 - --enable-geanyminiscript
116 - --enable-geanynumberedbookmarks
117 - --enable-geanyprj
118 - --enable-geanyvc $(use_enable gtkspell)
119 - --enable-keyrecord
120 - --enable-latex
121 - --enable-lineoperations
122 - --enable-lipsum
123 - --enable-overview
124 - --enable-pairtaghighlighter
125 - --enable-pohelper
126 - --enable-projectorganizer
127 - --enable-sendmail
128 - --enable-shiftcolumn
129 - --enable-tableconvert
130 - --enable-treebrowser
131 - --enable-workbench
132 - --enable-xmlsnippets
133 - $(use_enable debugger)
134 - $(use_enable ctags geanyctags)
135 - $(use_enable !gtk3 geanydoc)
136 - $(use_enable lua geanylua)
137 - $(use_enable gpg geanypg)
138 - $(use_enable python geanypy)
139 - $(use_enable soup geniuspaste)
140 - $(use_enable git gitchangebar)
141 - $(use_enable multiterm)
142 - $(use_enable pretty-printer)
143 - $(use_enable scope)
144 - $(use_enable enchant spellcheck)
145 - # Having updatechecker… when you’re using a package manager?
146 - $(use_enable soup updatechecker)
147 - # GeanyGenDoc requires ctpl which isn’t yet in portage
148 - --disable-geanygendoc
149 - # Require obsolete and vulnerable webkit-gtk versions
150 - --disable-devhelp
151 - --disable-markdown --disable-peg-markdown
152 - --disable-webhelper
153 - )
154 -
155 - econf "${myeconfargs[@]}"
156 -}
157 -
158 -src_install() {
159 - default
160 -
161 - find "${D}" -name '*.la' -delete || die
162 -
163 - # make installs all translations if LINGUAS is empty
164 - if [[ -z "${LINGUAS-x}" ]]; then
165 - rm -r "${ED%/}/usr/share/locale/" || die
166 - fi
167 -}