summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-03-22 03:55:14 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-03-22 03:55:14 +0000
commit2e7a077416106fdadbbfe218ef80df658113c1e1 (patch)
tree45fa3fdbd576419eb3aa82fec8dc65b666d06423 /app-i18n
parentadd sci-astronomy/maestro-data to the sci-astronomy/maestro mask (diff)
downloadgentoo-2-2e7a077416106fdadbbfe218ef80df658113c1e1.tar.gz
gentoo-2-2e7a077416106fdadbbfe218ef80df658113c1e1.tar.bz2
gentoo-2-2e7a077416106fdadbbfe218ef80df658113c1e1.zip
Version bumped, bug #263211.
(Portage version: 2.1.6.8/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/libhangul/ChangeLog9
-rw-r--r--app-i18n/libhangul/libhangul-0.0.9.ebuild18
2 files changed, 25 insertions, 2 deletions
diff --git a/app-i18n/libhangul/ChangeLog b/app-i18n/libhangul/ChangeLog
index d95538805022..5bf502aa8746 100644
--- a/app-i18n/libhangul/ChangeLog
+++ b/app-i18n/libhangul/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/libhangul
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v 1.15 2008/11/16 16:36:17 matsuu Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v 1.16 2009/03/22 03:55:14 matsuu Exp $
+
+*libhangul-0.0.9 (22 Mar 2009)
+
+ 22 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> +libhangul-0.0.9.ebuild:
+ Version bumped, bug #263211.
16 Nov 2008; MATSUU Takuto <matsuu@gentoo.org> -libhangul-0.0.3.ebuild,
-libhangul-0.0.4.ebuild, -libhangul-0.0.6.ebuild:
diff --git a/app-i18n/libhangul/libhangul-0.0.9.ebuild b/app-i18n/libhangul/libhangul-0.0.9.ebuild
new file mode 100644
index 000000000000..d554d707ba5d
--- /dev/null
+++ b/app-i18n/libhangul/libhangul-0.0.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/libhangul-0.0.9.ebuild,v 1.1 2009/03/22 03:55:14 matsuu Exp $
+
+DESCRIPTION="libhangul is a generalized and portable library for processing hangul."
+HOMEPAGE="http://kldp.net/projects/hangul/"
+SRC_URI="http://kldp.net/frs/download.php/4943/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ dodoc AUTHORS ChangeLog NEWS README
+}