summaryrefslogtreecommitdiff
path: root/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.9.ebuild')
-rw-r--r--app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.9.ebuild37
1 files changed, 0 insertions, 37 deletions
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 febf15c849db..000000000000
--- 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
-}