commit:     22130d9cd9ede5784c0ed1f98a4d66ac6ef3b2aa
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 11:53:27 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 11:53:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22130d9c

dev-db/m17n-db: update to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-db/m17n-db/m17n-db-1.6.4.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-db/m17n-db/m17n-db-1.6.4.ebuild 
b/dev-db/m17n-db/m17n-db-1.6.4.ebuild
index b004621d66c..68c3d2fe9f5 100644
--- a/dev-db/m17n-db/m17n-db-1.6.4.ebuild
+++ b/dev-db/m17n-db/m17n-db-1.6.4.ebuild
@@ -1,13 +1,11 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-
-inherit eutils
+EAPI="6"
 
 DESCRIPTION="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"
@@ -18,9 +16,11 @@ DEPEND="sys-devel/gettext"
 RDEPEND="virtual/libintl"
 
 src_install() {
-       emake DESTDIR="${D}" install || die
+       default
+
+       docinto FORMATS
+       dodoc FORMATS/*
 
-       dodoc AUTHORS ChangeLog NEWS README
-       docinto FORMATS; dodoc FORMATS/*
-       docinto UNIDATA; dodoc UNIDATA/*
+       docinto UNIDATA
+       dodoc UNIDATA/*
 }

Reply via email to