Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/
Date: Sat, 30 Jul 2016 10:50:50
Message-Id: 1469875773.2152c5f51437e19e1394482425f7286ce687abc8.pacho@gentoo
1 commit: 2152c5f51437e19e1394482425f7286ce687abc8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 10:06:30 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 10:49:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2152c5f5
7
8 app-text/gspell: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 app-text/gspell/Manifest | 2 --
13 app-text/gspell/gspell-0.2.2.ebuild | 44 -------------------------------------
14 app-text/gspell/gspell-0.2.3.ebuild | 44 -------------------------------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest
18 index 47c6932..8c1eb8f 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-0.2.2.tar.xz 358600 SHA256 cecded0f0a8dfe4b28cbb47a6024f82f50b7ffb7476e36032d5f8d741e3f627e SHA512 6f3fe9eecb6d464db549747294e5d39aec1175c104a8210fecee596f255db7b76121fbe4681f27723281078dc7f0cb87effa1e12b9f6be37f04e9004ee9b2b24 WHIRLPOOL ed8df8cf984b5398fcf8b026289de23c793d0426feb76380a7550898557d76af8d5d4abecd3e70d422b4f516549dd0383ab27fb56822c13080341a78dc85ee06
24 -DIST gspell-0.2.3.tar.xz 363424 SHA256 e3bfa90a04f660efb1e5bcb182ee8d07d13f78817cccd006992534261b633510 SHA512 1ddb8b7e39317520292a2bd1de372ec428729ed43f49cb60d982fb9a045b6218890f481fed9a0454f0116cac18bdebd9c6f9cecfec3e687e1233491013ffd576 WHIRLPOOL 8765432e1f5eaf67916afbf224674ba132fd142d9e76ae7a8ed718c64b43ce9e809c939b4d34259e242c663acc686717b18cb79186823f709884eb719929c459
25 DIST gspell-1.0.2.tar.xz 383844 SHA256 80d859a2ee7cf5184bd2b3dc696a0ec1b899ff67b606177e1ef87ef945ff92bb SHA512 67ed34b70ca1d8e626f366b62847c04efe204fa21d9e6b3f55ec4d08dca8613f2a03e42de28d38ebe53923889d848ea9064f01a89ede9a7f22772712f5b11aa7 WHIRLPOOL 5ff3ea3925d0b44c2b6302c679fcd307823454d1f6e76484ddbcde76354bcc1d4a03bc833319a22974c535bdecc75444eb4ea09a0190865bfe4fa5739a6105bd
26
27 diff --git a/app-text/gspell/gspell-0.2.2.ebuild b/app-text/gspell/gspell-0.2.2.ebuild
28 deleted file mode 100644
29 index 40be4f6..0000000
30 --- a/app-text/gspell/gspell-0.2.2.ebuild
31 +++ /dev/null
32 @@ -1,44 +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="5"
38 -GCONF_DEBUG="no"
39 -VALA_USE_DEPEND="vapigen"
40 -
41 -inherit gnome2 vala
42 -
43 -DESCRIPTION="Spell check library for GTK+ applications"
44 -HOMEPAGE="https://wiki.gnome.org/Projects/gspell"
45 -
46 -LICENSE="LGPL-2.1+"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="+introspection vala"
50 -REQUIRED_IUSE="vala? ( introspection )"
51 -
52 -RDEPEND="
53 - >=app-text/enchant-1.6.0
54 - >=app-text/iso-codes-0.35
55 - >=dev-libs/glib-2.44:2
56 - >=x11-libs/gtk+-3.16: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.24
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 diff --git a/app-text/gspell/gspell-0.2.3.ebuild b/app-text/gspell/gspell-0.2.3.ebuild
79 deleted file mode 100644
80 index 40be4f6..0000000
81 --- a/app-text/gspell/gspell-0.2.3.ebuild
82 +++ /dev/null
83 @@ -1,44 +0,0 @@
84 -# Copyright 1999-2016 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -# $Id$
87 -
88 -EAPI="5"
89 -GCONF_DEBUG="no"
90 -VALA_USE_DEPEND="vapigen"
91 -
92 -inherit gnome2 vala
93 -
94 -DESCRIPTION="Spell check library for GTK+ applications"
95 -HOMEPAGE="https://wiki.gnome.org/Projects/gspell"
96 -
97 -LICENSE="LGPL-2.1+"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~x86"
100 -IUSE="+introspection vala"
101 -REQUIRED_IUSE="vala? ( introspection )"
102 -
103 -RDEPEND="
104 - >=app-text/enchant-1.6.0
105 - >=app-text/iso-codes-0.35
106 - >=dev-libs/glib-2.44:2
107 - >=x11-libs/gtk+-3.16:3[introspection?]
108 - introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
109 - vala? ( $(vala_depend) )
110 -"
111 -DEPEND="${RDEPEND}
112 - >=dev-util/gtk-doc-am-1.24
113 - >=dev-util/intltool-0.35.0
114 - >=sys-devel/gettext-0.19.4
115 - virtual/pkgconfig
116 -"
117 -
118 -src_prepare() {
119 - use vala && vala_src_prepare
120 - gnome2_src_prepare
121 -}
122 -
123 -src_configure() {
124 - gnome2_src_configure \
125 - $(use_enable introspection) \
126 - $(use_enable vala)
127 -}