diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:45 +0100 |
commit | 7aae70f42b2fc749597bedaae96193a0c6d8bce7 (patch) | |
tree | 74bbca8ce1780132cbf7aed46a03780998ec9167 /app-text/groonga-normalizer-mysql | |
parent | app-text/groonga: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-7aae70f42b2fc749597bedaae96193a0c6d8bce7.tar.gz gentoo-7aae70f42b2fc749597bedaae96193a0c6d8bce7.tar.bz2 gentoo-7aae70f42b2fc749597bedaae96193a0c6d8bce7.zip |
app-text/groonga-normalizer-mysql: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/groonga-normalizer-mysql')
4 files changed, 8 insertions, 8 deletions
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 index 982a5c7df90e..f6202b702aac 100644 --- 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 @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools +inherit eutils autotools ltprune DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers" HOMEPAGE="http://groonga.org/" 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 index 9fb120002304..fe2ac8288eea 100644 --- 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 @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools +inherit eutils autotools ltprune DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers" HOMEPAGE="http://groonga.org/" 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 index 9fb120002304..fe2ac8288eea 100644 --- 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 @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools +inherit eutils autotools ltprune DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers" HOMEPAGE="http://groonga.org/" 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 3b75ffe4aea8..5bdce94124c0 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 @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils autotools +inherit eutils autotools ltprune DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers" HOMEPAGE="http://groonga.org/" |