commit: 8ade5dd99100cf468f81683927a22224228aeeba Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 11:41:38 2017 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 11:41:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ade5dd9
dev-db/m17n-contrib: update to EAPI 6 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-db/m17n-contrib/m17n-contrib-1.1.14.ebuild | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/dev-db/m17n-contrib/m17n-contrib-1.1.14.ebuild b/dev-db/m17n-contrib/m17n-contrib-1.1.14.ebuild index 21c32892491..fa435afbe24 100644 --- a/dev-db/m17n-contrib/m17n-contrib-1.1.14.ebuild +++ b/dev-db/m17n-contrib/m17n-contrib-1.1.14.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI="6" DESCRIPTION="Contribution database for the m17n library" HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://download.savannah.gnu.org/releases/m17n/${P}.tar.gz" +SRC_URI="mirror://nongnu/m17n/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" @@ -13,17 +13,3 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND="~dev-db/m17n-db-1.6.4" - -src_configure() { - # force the script not to test for m17n presence, trust Portage - # dependency handling. - export HAVE_M17N_DB=yes - - econf -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README -}
