summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-01-26 15:27:16 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-01-26 15:27:16 +0000
commit39461042a78051769fe93ee78a545b2ae7cbd10c (patch)
treecde91fce3eb2b2ae887467afd5ff8a2a670a07c3 /dev-db/m17n-db
parentFix faac handling if USE=-encode, bug 300364. (diff)
downloadhistorical-39461042a78051769fe93ee78a545b2ae7cbd10c.tar.gz
historical-39461042a78051769fe93ee78a545b2ae7cbd10c.tar.bz2
historical-39461042a78051769fe93ee78a545b2ae7cbd10c.zip
Version bumped.
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'dev-db/m17n-db')
-rw-r--r--dev-db/m17n-db/ChangeLog9
-rw-r--r--dev-db/m17n-db/m17n-db-1.5.5.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-db/m17n-db/ChangeLog b/dev-db/m17n-db/ChangeLog
index 06c9cec02e3c..c4421064dda8 100644
--- a/dev-db/m17n-db/ChangeLog
+++ b/dev-db/m17n-db/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/m17n-db
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.42 2009/10/12 16:38:01 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.43 2010/01/26 15:26:00 matsuu Exp $
+
+*m17n-db-1.5.5 (26 Jan 2010)
+
+ 26 Jan 2010; MATSUU Takuto <matsuu@gentoo.org> +m17n-db-1.5.5.ebuild:
+ Version bumped.
12 Oct 2009; Raúl Porcel <armin76@gentoo.org> m17n-db-1.5.2.ebuild:
sh stable
diff --git a/dev-db/m17n-db/m17n-db-1.5.5.ebuild b/dev-db/m17n-db/m17n-db-1.5.5.ebuild
new file mode 100644
index 000000000000..5971d671a8cb
--- /dev/null
+++ b/dev-db/m17n-db/m17n-db-1.5.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 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.5.ebuild,v 1.1 2010/01/26 15:26:00 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND="sys-devel/gettext"
+RDEPEND="virtual/libintl"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README || die
+ docinto FORMATS; dodoc FORMATS/* || die
+ docinto UNIDATA; dodoc UNIDATA/* || die
+}