diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-05-27 16:54:16 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-05-27 16:54:16 +0000 |
commit | d7fd3dcea3a064a394624e4589a96e22c103af0d (patch) | |
tree | 615495e05e99b566564c080eea83ba785d82912b /dev-db | |
parent | Sparc stable, Bug #271108. (diff) | |
download | gentoo-2-d7fd3dcea3a064a394624e4589a96e22c103af0d.tar.gz gentoo-2-d7fd3dcea3a064a394624e4589a96e22c103af0d.tar.bz2 gentoo-2-d7fd3dcea3a064a394624e4589a96e22c103af0d.zip |
Version bumped.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/m17n-contrib/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/m17n-contrib/m17n-contrib-1.1.9.ebuild | 21 |
2 files changed, 28 insertions, 2 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 +} |