summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-08-28 22:50:47 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-08-28 22:50:47 +0900
commit80e8c30bfd67d4769e76f682453989e98abcf9fe (patch)
tree4c73548e2730c3429b100648cbbe5329c5af4225 /dev-db/m17n-db/m17n-db-1.8.0.ebuild
parentapp-i18n/imhangul: new upstream release (diff)
downloadgentoo-80e8c30bfd67d4769e76f682453989e98abcf9fe.tar.gz
gentoo-80e8c30bfd67d4769e76f682453989e98abcf9fe.tar.bz2
gentoo-80e8c30bfd67d4769e76f682453989e98abcf9fe.zip
dev-db/m17n-db: new upstream release
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-db/m17n-db/m17n-db-1.8.0.ebuild')
-rw-r--r--dev-db/m17n-db/m17n-db-1.8.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-db/m17n-db/m17n-db-1.8.0.ebuild b/dev-db/m17n-db/m17n-db-1.8.0.ebuild
new file mode 100644
index 000000000000..634bd2d2a0ee
--- /dev/null
+++ b/dev-db/m17n-db/m17n-db-1.8.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 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 https://git.savannah.nongnu.org/cgit/m17n/m17n-db.git"
+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/*
+}