summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/m17n-db')
-rw-r--r--dev-db/m17n-db/ChangeLog7
-rw-r--r--dev-db/m17n-db/m17n-db-1.5.3.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-db/m17n-db/ChangeLog b/dev-db/m17n-db/ChangeLog
index 2bf120567547..be386de35eef 100644
--- a/dev-db/m17n-db/ChangeLog
+++ b/dev-db/m17n-db/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/m17n-db
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.31 2008/08/20 16:13:19 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.32 2008/10/29 17:16:57 matsuu Exp $
+
+*m17n-db-1.5.3 (29 Oct 2008)
+
+ 29 Oct 2008; MATSUU Takuto <matsuu@gentoo.org> +m17n-db-1.5.3.ebuild:
+ Version bumped.
*m17n-db-1.5.2 (19 Aug 2008)
diff --git a/dev-db/m17n-db/m17n-db-1.5.3.ebuild b/dev-db/m17n-db/m17n-db-1.5.3.ebuild
new file mode 100644
index 000000000000..3093ac46489f
--- /dev/null
+++ b/dev-db/m17n-db/m17n-db-1.5.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/m17n-db-1.5.3.ebuild,v 1.1 2008/10/29 17:16:57 matsuu Exp $
+
+DESCRIPTION="Database for the m17n library"
+HOMEPAGE="http://www.m17n.org/m17n-lib/"
+SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="sys-devel/gettext"
+RDEPEND="virtual/libintl"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README
+ docinto FORMATS; dodoc FORMATS/*
+ docinto UNIDATA; dodoc UNIDATA/*
+}