summaryrefslogtreecommitdiff
path: root/app-text/groonga-normalizer-mysql
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /app-text/groonga-normalizer-mysql
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'app-text/groonga-normalizer-mysql')
-rw-r--r--app-text/groonga-normalizer-mysql/Manifest2
-rw-r--r--app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/groonga-normalizer-mysql/Manifest b/app-text/groonga-normalizer-mysql/Manifest
index 8a36c326296a..130ca9e9fb8c 100644
--- a/app-text/groonga-normalizer-mysql/Manifest
+++ b/app-text/groonga-normalizer-mysql/Manifest
@@ -1,3 +1,3 @@
DIST groonga-normalizer-mysql-1.1.1.tar.gz 548788 BLAKE2B c2f06ffa4aaf52266dabf1397d592b772a10a45fe8b9184ffb7fc5f30a8db3c81011c19a80d3d14a228ea47b4b6ba21b7ab7f81e283533beef4596065d0c4b6b SHA512 40686a50133149b614057907c58f5b37d596fcaf697b4a6f3e68b776ac8c728cdd4c8a6e7c5676fe92ff96a4358b623f2b3740f6b72d317f1650c006cfb34369
-EBUILD groonga-normalizer-mysql-1.1.1.ebuild 670 BLAKE2B 862f37e2d473ab0ab79840015579ce6c543600cc01af198d31b12957479ef99c4e8cfbc4b7bee3184e92b8e515fb5df9c6de0bc1638a43e73bb47da63e3d84c9 SHA512 1ca087f80bb60dc1235eef772a4a1950904dec3d495b317414324ef9a19d6105ec9a4f5eead5670d12d12c0c86443496be9aa4227e405723d6cec147205c6278
+EBUILD groonga-normalizer-mysql-1.1.1.ebuild 683 BLAKE2B 827d3a2d18c44f0e7d2e14c7a9adbc2053e33bee4a211372789d950639fbe01895382343bc429ae75e77f5136cb16433d45d7f759113396db097088f456f7131 SHA512 b69be880d2e87f8a92f2ebdf38d0e07d186f9b1db96e510b70c723be83dd5054a3fc7560bd767fcc93d9ee114af203e185d387dcd1dc4b977e112f5fe0393daf
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1.ebuild b/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1.ebuild
index b6a789075490..86f8be4f031a 100644
--- a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1.ebuild
+++ b/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools ltprune
+inherit autotools
DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers"
HOMEPAGE="https://groonga.org/"
@@ -31,6 +31,6 @@ src_configure() {
src_install() {
default
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
rm -r "${D}usr/share/doc/${PN}" || die
}