summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-05-27 16:54:25 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-05-27 16:54:25 +0000
commit0261a30f0ece5ebbb01a5233b12ae75a28432c69 (patch)
treef20b9e7b083df5ef02f7d9b4ec3197c74b2a410a /dev-db/m17n-db
parentVersion bumped. (diff)
downloadgentoo-2-0261a30f0ece5ebbb01a5233b12ae75a28432c69.tar.gz
gentoo-2-0261a30f0ece5ebbb01a5233b12ae75a28432c69.tar.bz2
gentoo-2-0261a30f0ece5ebbb01a5233b12ae75a28432c69.zip
Version bumped.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/m17n-db')
-rw-r--r--dev-db/m17n-db/ChangeLog10
-rw-r--r--dev-db/m17n-db/m17n-db-1.2.0.ebuild23
-rw-r--r--dev-db/m17n-db/m17n-db-1.5.4.ebuild (renamed from dev-db/m17n-db/m17n-db-1.5.1.ebuild)9
3 files changed, 14 insertions, 28 deletions
diff --git a/dev-db/m17n-db/ChangeLog b/dev-db/m17n-db/ChangeLog
index 2b813d92cae4..62cd0b82e8e1 100644
--- a/dev-db/m17n-db/ChangeLog
+++ b/dev-db/m17n-db/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/m17n-db
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.38 2009/04/05 18:56:11 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.39 2009/05/27 16:54:25 matsuu Exp $
+
+*m17n-db-1.5.4 (27 May 2009)
+
+ 27 May 2009; MATSUU Takuto <matsuu@gentoo.org> -m17n-db-1.2.0.ebuild,
+ -m17n-db-1.5.1.ebuild, +m17n-db-1.5.4.ebuild:
+ Version bumped. Removed old versions.
05 Apr 2009; Raúl Porcel <armin76@gentoo.org> m17n-db-1.5.3.ebuild:
Add ~sh
diff --git a/dev-db/m17n-db/m17n-db-1.2.0.ebuild b/dev-db/m17n-db/m17n-db-1.2.0.ebuild
deleted file mode 100644
index 76e035d5fba3..000000000000
--- a/dev-db/m17n-db/m17n-db-1.2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 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.2.0.ebuild,v 1.6 2005/04/08 14:36:03 corsair 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="x86 alpha ppc amd64 ppc64 sparc hppa"
-
-IUSE=""
-
-DEPEND=""
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS ChangeLog NEWS README
- docinto FORMATS; dodoc FORMATS/*
- docinto UNIDATA; dodoc UNIDATA/*
-}
diff --git a/dev-db/m17n-db/m17n-db-1.5.1.ebuild b/dev-db/m17n-db/m17n-db-1.5.4.ebuild
index 06c70b94a4f9..5be1882c20e9 100644
--- a/dev-db/m17n-db/m17n-db-1.5.1.ebuild
+++ b/dev-db/m17n-db/m17n-db-1.5.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.1.ebuild,v 1.2 2008/02/20 19:41:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/m17n-db-1.5.4.ebuild,v 1.1 2009/05/27 16:54:25 matsuu Exp $
DESCRIPTION="Database for the m17n library"
HOMEPAGE="http://www.m17n.org/m17n-lib/"
@@ -8,9 +8,12 @@ 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"
+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