commit:     9963604fadfaf1efc2ec0067aa91579501ff4f7c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:28:00 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:40:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9963604f

app-text/groonga-normalizer-mysql: drop old EAPI=5

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-text/groonga-normalizer-mysql/Manifest         |  3 --
 .../groonga-normalizer-mysql-1.0.6.ebuild          | 37 ----------------------
 .../groonga-normalizer-mysql-1.0.9.ebuild          | 37 ----------------------
 .../groonga-normalizer-mysql-1.1.0.ebuild          | 37 ----------------------
 4 files changed, 114 deletions(-)

diff --git a/app-text/groonga-normalizer-mysql/Manifest 
b/app-text/groonga-normalizer-mysql/Manifest
index 163ced47f42..8c97f3f999b 100644
--- a/app-text/groonga-normalizer-mysql/Manifest
+++ b/app-text/groonga-normalizer-mysql/Manifest
@@ -1,4 +1 @@
-DIST groonga-normalizer-mysql-1.0.6.tar.gz 430461 BLAKE2B 
f124608b13888f337fc35ed02b4757818d145943a13f645da73dbf0735a4a5627026ad995435b822f6022d61f6cf0a6821824a1272c389459adb16932bc06bcc
 SHA512 
36ef0344ba73633669d12dd13b08cd336b2b77a7c76e11b52b5ce17fcf20b17a0ea8a3f68be1be91d07e3fe5a87b667664d7a503a54ba1cace3bd6c252286821
-DIST groonga-normalizer-mysql-1.0.9.tar.gz 527908 BLAKE2B 
20112b60a2a9f5f5b1d805280cd5dc77e8d039a768410a3f2259aa60449c660eb6c3764d14edd3db819dd68a830ba38aebe5bc0d6014dcd04752a194b1da87dd
 SHA512 
878d10dc6f7280c62e9563db19a61450a0181c19d47b2a5afe3bef4bfa157abfe3de726f0d61b6b7040b3b37abd78f63cd257f48fe779ff6a1ea0ed262b70a97
-DIST groonga-normalizer-mysql-1.1.0.tar.gz 529179 BLAKE2B 
1092b6245eb60a2e54cadf6193a402ad085923224e05d35f80453505fb2f0a4e97822746907d1f9a8c0b95f82d0b1396b7ff81d133099def75b850e54a899725
 SHA512 
a607ea875a1500b408742f52c5a0e465db4fc45101cd6b433a5fede8631fdadd6d24571ec188f70e39906178d35ad46138848bd57aaac721da32c064f3506416
 DIST groonga-normalizer-mysql-1.1.1.tar.gz 548788 BLAKE2B 
c2f06ffa4aaf52266dabf1397d592b772a10a45fe8b9184ffb7fc5f30a8db3c81011c19a80d3d14a228ea47b4b6ba21b7ab7f81e283533beef4596065d0c4b6b
 SHA512 
40686a50133149b614057907c58f5b37d596fcaf697b4a6f3e68b776ac8c728cdd4c8a6e7c5676fe92ff96a4358b623f2b3740f6b72d317f1650c006cfb34369

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
deleted file mode 100644
index a2e51d5c428..00000000000
--- a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools ltprune
-
-DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers"
-HOMEPAGE="https://groonga.org/";
-SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-text/groonga"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-DOCS=( README.md )
-
-src_prepare() {
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --without-ruby19 \
-               --docdir="${EROOT}usr/share/doc/${P}"
-}
-
-src_install() {
-       default
-
-       prune_libtool_files
-       # Dont install README twice nor license
-       rm -r "${D}usr/share/doc/${PN}" || die
-}

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
deleted file mode 100644
index febf15c849d..00000000000
--- a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools ltprune
-
-DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers"
-HOMEPAGE="https://groonga.org/";
-SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-text/groonga"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-DOCS=( README.md )
-
-src_prepare() {
-       eautoreconf
-}
-
-src_configure() {
-       # ruby is only uses for tests
-       econf \
-               --without-ruby \
-               --docdir="${EROOT}usr/share/doc/${P}"
-}
-
-src_install() {
-       default
-
-       prune_libtool_files
-       rm -r "${D}usr/share/doc/${PN}" || die
-}

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
deleted file mode 100644
index febf15c849d..00000000000
--- a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools ltprune
-
-DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers"
-HOMEPAGE="https://groonga.org/";
-SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-text/groonga"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-DOCS=( README.md )
-
-src_prepare() {
-       eautoreconf
-}
-
-src_configure() {
-       # ruby is only uses for tests
-       econf \
-               --without-ruby \
-               --docdir="${EROOT}usr/share/doc/${P}"
-}
-
-src_install() {
-       default
-
-       prune_libtool_files
-       rm -r "${D}usr/share/doc/${PN}" || die
-}

Reply via email to