diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-26 15:26:00 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-26 15:26:00 +0000 |
commit | 0448136c2eb5253f5ecaae799f07d76bdb8cd230 (patch) | |
tree | 8ad17f11b40e4e31a178e688720e5f815ca2848a /dev-db | |
parent | Fix faac handling if USE=-encode, bug 300364. (diff) | |
download | gentoo-2-0448136c2eb5253f5ecaae799f07d76bdb8cd230.tar.gz gentoo-2-0448136c2eb5253f5ecaae799f07d76bdb8cd230.tar.bz2 gentoo-2-0448136c2eb5253f5ecaae799f07d76bdb8cd230.zip |
Version bumped.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/m17n-db/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/m17n-db/m17n-db-1.5.5.ebuild | 23 |
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 +} |