dev-db/m17n-db: new upstream release
authorAkinori Hattori <hattya@gentoo.org>
Wed, 5 Jul 2017 11:54:32 +0000 (20:54 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Wed, 5 Jul 2017 11:54:32 +0000 (20:54 +0900)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

dev-db/m17n-db/Manifest
dev-db/m17n-db/m17n-db-1.7.0.ebuild [new file with mode: 0644]

index f2e8ce8b69d8a704fa23e3b57397ce9e62806f3a..c4b4d3339a3d45fa9815ab3dcd4e28af2991b5c2 100644 (file)
@@ -1 +1,2 @@
 DIST m17n-db-1.6.4.tar.gz 1390344 SHA256 530ecb1615a9a64d4caca9ffc59c0dd1c551d34e0c19e39694d083db0506d017 SHA512 54016284335630fca5403e540863aaff5f135429c5716c35404fc38d40544c03a213ad26af5ea7eb82567b11f4645608f66cde95036187e6e23ce0dae17e2324 WHIRLPOOL 9eb0d78319b46864f8d7bec05d30299c798153416ac912119f487990fe26540554d41b89cb06ec427161102b8b312a48ff224adcf6e8c2c5268cef00796d1767
+DIST m17n-db-1.7.0.tar.gz 1939608 SHA256 a2ba9f80161433d5c06e57915a9cd51f26c6df4a8909723f952cdbb9b48508f0 SHA512 02c3cb347e9f5c840a723de9ed85be84fc9fb5f86d4963f0d1c6b669045d37d10e5efcf5ac0e0c3cb7249fb391b0dd32bd50fbc3332455aaf0b49d96fc09b2f2 WHIRLPOOL 821071ea60a947526cd92661b9246732379cc924cae0a0a21e141a0cb3e59834633bec20e0ae01a9c66529f09bf9353696f96f2dde4120b2742fdf6ed338e4f8
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 (file)
index 0000000..c179e3f
--- /dev/null
@@ -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/*
+}