summaryrefslogtreecommitdiff
path: root/dev-db
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
commit73b7eda7300aac0f746bcc9ec40aac7df698ed6f (patch)
treeec6b1ee6630e991d5b95da8bafcb20f3ba72df28 /dev-db
parentSparc stable, Bug #271108. (diff)
downloadhistorical-73b7eda7300aac0f746bcc9ec40aac7df698ed6f.tar.gz
historical-73b7eda7300aac0f746bcc9ec40aac7df698ed6f.tar.bz2
historical-73b7eda7300aac0f746bcc9ec40aac7df698ed6f.zip
Version bumped.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/m17n-contrib/ChangeLog9
-rw-r--r--dev-db/m17n-contrib/m17n-contrib-1.1.9.ebuild21
-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
5 files changed, 42 insertions, 30 deletions
diff --git a/dev-db/m17n-contrib/ChangeLog b/dev-db/m17n-contrib/ChangeLog
index 4efbc49632ca..c624e6b65b00 100644
--- a/dev-db/m17n-contrib/ChangeLog
+++ b/dev-db/m17n-contrib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/m17n-contrib
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-contrib/ChangeLog,v 1.3 2008/11/02 14:23:50 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-contrib/ChangeLog,v 1.4 2009/05/27 16:54:16 matsuu Exp $
+
+*m17n-contrib-1.1.9 (27 May 2009)
+
+ 27 May 2009; MATSUU Takuto <matsuu@gentoo.org> +m17n-contrib-1.1.9.ebuild:
+ Version bumped.
02 Nov 2008; Markus Meier <maekke@gentoo.org> m17n-contrib-1.1.7.ebuild:
amd64/x86 stable, bug #244898
diff --git a/dev-db/m17n-contrib/m17n-contrib-1.1.9.ebuild b/dev-db/m17n-contrib/m17n-contrib-1.1.9.ebuild
new file mode 100644
index 000000000000..6dafa00d5a1b
--- /dev/null
+++ b/dev-db/m17n-contrib/m17n-contrib-1.1.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-contrib/m17n-contrib-1.1.9.ebuild,v 1.1 2009/05/27 16:54:16 matsuu Exp $
+
+DESCRIPTION="Contribution 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="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-db/m17n-db"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README
+}
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