Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/groonga-normalizer-mysql/
Date: Sat, 26 Sep 2020 19:40:40
Message-Id: 1601149218.9963604fadfaf1efc2ec0067aa91579501ff4f7c.bman@gentoo
1 commit: 9963604fadfaf1efc2ec0067aa91579501ff4f7c
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 19:28:00 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 19:40:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9963604f
7
8 app-text/groonga-normalizer-mysql: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-text/groonga-normalizer-mysql/Manifest | 3 --
13 .../groonga-normalizer-mysql-1.0.6.ebuild | 37 ----------------------
14 .../groonga-normalizer-mysql-1.0.9.ebuild | 37 ----------------------
15 .../groonga-normalizer-mysql-1.1.0.ebuild | 37 ----------------------
16 4 files changed, 114 deletions(-)
17
18 diff --git a/app-text/groonga-normalizer-mysql/Manifest b/app-text/groonga-normalizer-mysql/Manifest
19 index 163ced47f42..8c97f3f999b 100644
20 --- a/app-text/groonga-normalizer-mysql/Manifest
21 +++ b/app-text/groonga-normalizer-mysql/Manifest
22 @@ -1,4 +1 @@
23 -DIST groonga-normalizer-mysql-1.0.6.tar.gz 430461 BLAKE2B f124608b13888f337fc35ed02b4757818d145943a13f645da73dbf0735a4a5627026ad995435b822f6022d61f6cf0a6821824a1272c389459adb16932bc06bcc SHA512 36ef0344ba73633669d12dd13b08cd336b2b77a7c76e11b52b5ce17fcf20b17a0ea8a3f68be1be91d07e3fe5a87b667664d7a503a54ba1cace3bd6c252286821
24 -DIST groonga-normalizer-mysql-1.0.9.tar.gz 527908 BLAKE2B 20112b60a2a9f5f5b1d805280cd5dc77e8d039a768410a3f2259aa60449c660eb6c3764d14edd3db819dd68a830ba38aebe5bc0d6014dcd04752a194b1da87dd SHA512 878d10dc6f7280c62e9563db19a61450a0181c19d47b2a5afe3bef4bfa157abfe3de726f0d61b6b7040b3b37abd78f63cd257f48fe779ff6a1ea0ed262b70a97
25 -DIST groonga-normalizer-mysql-1.1.0.tar.gz 529179 BLAKE2B 1092b6245eb60a2e54cadf6193a402ad085923224e05d35f80453505fb2f0a4e97822746907d1f9a8c0b95f82d0b1396b7ff81d133099def75b850e54a899725 SHA512 a607ea875a1500b408742f52c5a0e465db4fc45101cd6b433a5fede8631fdadd6d24571ec188f70e39906178d35ad46138848bd57aaac721da32c064f3506416
26 DIST groonga-normalizer-mysql-1.1.1.tar.gz 548788 BLAKE2B c2f06ffa4aaf52266dabf1397d592b772a10a45fe8b9184ffb7fc5f30a8db3c81011c19a80d3d14a228ea47b4b6ba21b7ab7f81e283533beef4596065d0c4b6b SHA512 40686a50133149b614057907c58f5b37d596fcaf697b4a6f3e68b776ac8c728cdd4c8a6e7c5676fe92ff96a4358b623f2b3740f6b72d317f1650c006cfb34369
27
28 diff --git a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.6.ebuild b/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.6.ebuild
29 deleted file mode 100644
30 index a2e51d5c428..00000000000
31 --- a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.6.ebuild
32 +++ /dev/null
33 @@ -1,37 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -inherit eutils autotools ltprune
39 -
40 -DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers"
41 -HOMEPAGE="https://groonga.org/"
42 -SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND="app-text/groonga"
50 -DEPEND="${RDEPEND}
51 - virtual/pkgconfig"
52 -DOCS=( README.md )
53 -
54 -src_prepare() {
55 - eautoreconf
56 -}
57 -
58 -src_configure() {
59 - econf \
60 - --without-ruby19 \
61 - --docdir="${EROOT}usr/share/doc/${P}"
62 -}
63 -
64 -src_install() {
65 - default
66 -
67 - prune_libtool_files
68 - # Dont install README twice nor license
69 - rm -r "${D}usr/share/doc/${PN}" || die
70 -}
71
72 diff --git a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.9.ebuild b/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.9.ebuild
73 deleted file mode 100644
74 index febf15c849d..00000000000
75 --- a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.9.ebuild
76 +++ /dev/null
77 @@ -1,37 +0,0 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=5
82 -inherit eutils autotools ltprune
83 -
84 -DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers"
85 -HOMEPAGE="https://groonga.org/"
86 -SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz"
87 -
88 -LICENSE="LGPL-2.1"
89 -SLOT="0"
90 -KEYWORDS="~amd64 ~x86"
91 -IUSE=""
92 -
93 -RDEPEND="app-text/groonga"
94 -DEPEND="${RDEPEND}
95 - virtual/pkgconfig"
96 -DOCS=( README.md )
97 -
98 -src_prepare() {
99 - eautoreconf
100 -}
101 -
102 -src_configure() {
103 - # ruby is only uses for tests
104 - econf \
105 - --without-ruby \
106 - --docdir="${EROOT}usr/share/doc/${P}"
107 -}
108 -
109 -src_install() {
110 - default
111 -
112 - prune_libtool_files
113 - rm -r "${D}usr/share/doc/${PN}" || die
114 -}
115
116 diff --git a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.0.ebuild b/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.0.ebuild
117 deleted file mode 100644
118 index febf15c849d..00000000000
119 --- a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.0.ebuild
120 +++ /dev/null
121 @@ -1,37 +0,0 @@
122 -# Copyright 1999-2020 Gentoo Authors
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=5
126 -inherit eutils autotools ltprune
127 -
128 -DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers"
129 -HOMEPAGE="https://groonga.org/"
130 -SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz"
131 -
132 -LICENSE="LGPL-2.1"
133 -SLOT="0"
134 -KEYWORDS="~amd64 ~x86"
135 -IUSE=""
136 -
137 -RDEPEND="app-text/groonga"
138 -DEPEND="${RDEPEND}
139 - virtual/pkgconfig"
140 -DOCS=( README.md )
141 -
142 -src_prepare() {
143 - eautoreconf
144 -}
145 -
146 -src_configure() {
147 - # ruby is only uses for tests
148 - econf \
149 - --without-ruby \
150 - --docdir="${EROOT}usr/share/doc/${P}"
151 -}
152 -
153 -src_install() {
154 - default
155 -
156 - prune_libtool_files
157 - rm -r "${D}usr/share/doc/${PN}" || die
158 -}