summaryrefslogtreecommitdiff
path: root/dev-db/m17n-db/m17n-db-1.7.0.ebuild
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-07-05 20:54:32 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-07-05 20:54:32 +0900
commitb87c75785966b17e6762c71b1a777e84d5f3eea2 (patch)
treef2dd32357b0da68229a2b86de94b64ccee639540 /dev-db/m17n-db/m17n-db-1.7.0.ebuild
parent22130d9cd9ede5784c0ed1f98a4d66ac6ef3b2aa (diff)
downloadgentoo-b87c75785966b17e6762c71b1a777e84d5f3eea2.tar.gz
gentoo-b87c75785966b17e6762c71b1a777e84d5f3eea2.tar.bz2
gentoo-b87c75785966b17e6762c71b1a777e84d5f3eea2.zip
dev-db/m17n-db: new upstream release
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-db/m17n-db/m17n-db-1.7.0.ebuild')
-rw-r--r--dev-db/m17n-db/m17n-db-1.7.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-db/m17n-db/m17n-db-1.7.0.ebuild b/dev-db/m17n-db/m17n-db-1.7.0.ebuild
new file mode 100644
index 000000000000..c179e3f367a4
--- /dev/null
+++ b/dev-db/m17n-db/m17n-db-1.7.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Database for the m17n library"
+HOMEPAGE="https://savannah.nongnu.org/projects/m17n"
+SRC_URI="mirror://nongnu/m17n/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND="sys-devel/gettext"
+RDEPEND="virtual/libintl"
+
+src_install() {
+ default
+
+ docinto FORMATS
+ dodoc FORMATS/*
+
+ docinto UNIDATA
+ dodoc UNIDATA/*
+}