Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/
Date: Wed, 15 Feb 2017 17:28:53
Message-Id: 1487179706.e0cb680e35d88820515799276264e3d7bcfffb70.leio@gentoo
1 commit: e0cb680e35d88820515799276264e3d7bcfffb70
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 16:58:44 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 17:28:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cb680e
7
8 app-text/gspell: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-text/gspell/Manifest | 2 --
13 app-text/gspell/gspell-1.0.3.ebuild | 48 -------------------------------------
14 app-text/gspell/gspell-1.2.1.ebuild | 48 -------------------------------------
15 3 files changed, 98 deletions(-)
16
17 diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest
18 index 191515f0fc..8c53de5f55 100644
19 --- a/app-text/gspell/Manifest
20 +++ b/app-text/gspell/Manifest
21 @@ -1,4 +1,2 @@
22 DIST gspell-0.1.2.tar.xz 355128 SHA256 e8625c57296b6c178bc37659f023342f8edefaaa2c5eccf40de8bd479dbfa8f0 SHA512 8d9bd61f378929217b9461debb58df5070952539f30f6ee211cf13f856dfe5d5216468679a8d7d7b08df47ee6b7b45f25b2b6400212a83de9563e2bf175905bb WHIRLPOOL 44334ac608e9a66c5a6bf011ad21d7d368e29d7923079e947ed5484ae0c7847df1f29dc255979d0da844e1ecba16fa19dfae5b84aefd85287bc63de1465d3ffa
23 -DIST gspell-1.0.3.tar.xz 385772 SHA256 d95905e6c631e34911e8e3feeb364815bf3fd7ccd1dac118a34bcbae70261bd5 SHA512 c38159a988996c69ffd4ed7a348ab5eeef214632e57cf599541806b4317937f0f9ccb8d677182886fd281eb1a955cae595e6382924b1bd5f5edbe447b3e95e5b WHIRLPOOL c4dad122007264fe4a61039eb7aa38b04e4325fb3bf0916ddbcd1073988fe3acc13a9fe445023c113b87ea2ff59f93719d2efaa905d522aff5b070129098569b
24 -DIST gspell-1.2.1.tar.xz 395356 SHA256 9f1c3e5f09693a786e8b8dfdc5f142e9c9641d8674ec687014be928073d3f1a3 SHA512 c1073b314dd478ae8b9fc26ad141b8b560e22f7e26aac49f53fcfb687de914c3caaec9d83781213dc5e76cd2b17eecc801cd63b989deb4cf520539479de35588 WHIRLPOOL ab2289d294f89927113e48277a87697fbe4bffeb6ad2cb3a36ce9279fd7cebf2fe308204c4a73c12fdddda11c558a6beb70e4631fb49f90771b212ae209b45a8
25 DIST gspell-1.2.2.tar.xz 395120 SHA256 d93c677b77e8b92cf00693ade6ea0d46e478fc5fe75cc508111428e77e90661e SHA512 3bc8274e63eb11e0364adfeeec5963f480180774797b675f440a092a6208121ab52a39b27e61ba8305acba954a68cdf53dbe49acb4d6ef8e5d92e8efa9824800 WHIRLPOOL c3e42a619bb42da297130485c2bb691220e6844383c66f52ee9e73c9ad1899778d23db6edfce10fd8bd52e461d8d8bc46f7a7a4b64b9e3f7475774f4b5397799
26
27 diff --git a/app-text/gspell/gspell-1.0.3.ebuild b/app-text/gspell/gspell-1.0.3.ebuild
28 deleted file mode 100644
29 index 13a87a75e4..0000000000
30 --- a/app-text/gspell/gspell-1.0.3.ebuild
31 +++ /dev/null
32 @@ -1,48 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="6"
38 -VALA_USE_DEPEND="vapigen"
39 -
40 -inherit gnome2 vala virtualx
41 -
42 -DESCRIPTION="Spell check library for GTK+ applications"
43 -HOMEPAGE="https://wiki.gnome.org/Projects/gspell"
44 -
45 -LICENSE="LGPL-2.1+"
46 -SLOT="0/1" # subslot = libgspell-1 soname version
47 -KEYWORDS="~alpha amd64 ~arm x86"
48 -
49 -IUSE="+introspection vala"
50 -REQUIRED_USE="vala? ( introspection )"
51 -
52 -RDEPEND="
53 - app-text/iso-codes
54 - >=app-text/enchant-1.6.0
55 - >=dev-libs/glib-2.44:2
56 - >=x11-libs/gtk+-3.20:3[introspection?]
57 - introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
58 - vala? ( $(vala_depend) )
59 -"
60 -DEPEND="${RDEPEND}
61 - >=dev-util/gtk-doc-am-1.25
62 - >=dev-util/intltool-0.35.0
63 - >=sys-devel/gettext-0.19.4
64 - virtual/pkgconfig
65 -"
66 -
67 -src_prepare() {
68 - use vala && vala_src_prepare
69 - gnome2_src_prepare
70 -}
71 -
72 -src_configure() {
73 - gnome2_src_configure \
74 - $(use_enable introspection) \
75 - $(use_enable vala)
76 -}
77 -
78 -src_test() {
79 - virtx emake check
80 -}
81
82 diff --git a/app-text/gspell/gspell-1.2.1.ebuild b/app-text/gspell/gspell-1.2.1.ebuild
83 deleted file mode 100644
84 index 5e42ce02f9..0000000000
85 --- a/app-text/gspell/gspell-1.2.1.ebuild
86 +++ /dev/null
87 @@ -1,48 +0,0 @@
88 -# Copyright 1999-2016 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -# $Id$
91 -
92 -EAPI="6"
93 -VALA_USE_DEPEND="vapigen"
94 -
95 -inherit gnome2 vala virtualx
96 -
97 -DESCRIPTION="Spell check library for GTK+ applications"
98 -HOMEPAGE="https://wiki.gnome.org/Projects/gspell"
99 -
100 -LICENSE="LGPL-2.1+"
101 -SLOT="0/1" # subslot = libgspell-1 soname version
102 -KEYWORDS="~alpha ~amd64 ~arm ~x86"
103 -
104 -IUSE="+introspection vala"
105 -REQUIRED_USE="vala? ( introspection )"
106 -
107 -RDEPEND="
108 - app-text/iso-codes
109 - >=app-text/enchant-1.6.0
110 - >=dev-libs/glib-2.44:2
111 - >=x11-libs/gtk+-3.20:3[introspection?]
112 - introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
113 - vala? ( $(vala_depend) )
114 -"
115 -DEPEND="${RDEPEND}
116 - >=dev-util/gtk-doc-am-1.25
117 - >=dev-util/intltool-0.35.0
118 - >=sys-devel/gettext-0.19.4
119 - virtual/pkgconfig
120 -"
121 -
122 -src_prepare() {
123 - use vala && vala_src_prepare
124 - gnome2_src_prepare
125 -}
126 -
127 -src_configure() {
128 - gnome2_src_configure \
129 - $(use_enable introspection) \
130 - $(use_enable vala)
131 -}
132 -
133 -src_test() {
134 - virtx emake check
135 -}