Skip to content

Commit

Permalink
dev-db/m17n-db: update to EAPI 6
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
hattya committed Jul 5, 2017
1 parent 43c21f4 commit 22130d9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dev-db/m17n-db/m17n-db-1.6.4.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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/*
}

0 comments on commit 22130d9

Please sign in to comment.