summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-09-06 00:23:53 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-09-06 00:23:53 +0000
commitb56c594ca43823ecf36891ed14489d04984cbf76 (patch)
tree3cb482103496ede8277ba3ed66aab4913aafd962 /app-i18n/libhangul
parentInitial import. Submitted by Hong Hao, bug 236471. (diff)
downloadhistorical-b56c594ca43823ecf36891ed14489d04984cbf76.tar.gz
historical-b56c594ca43823ecf36891ed14489d04984cbf76.tar.bz2
historical-b56c594ca43823ecf36891ed14489d04984cbf76.zip
Version bumped.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'app-i18n/libhangul')
-rw-r--r--app-i18n/libhangul/ChangeLog7
-rw-r--r--app-i18n/libhangul/libhangul-0.0.8.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/app-i18n/libhangul/ChangeLog b/app-i18n/libhangul/ChangeLog
index eaa456a1b7bd..00319a3f4e80 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.10 2008/06/22 00:04:06 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v 1.11 2008/09/06 00:23:53 matsuu Exp $
+
+*libhangul-0.0.8 (06 Sep 2008)
+
+ 06 Sep 2008; MATSUU Takuto <matsuu@gentoo.org> +libhangul-0.0.8.ebuild:
+ Version bumped.
21 Jun 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
libhangul-0.0.6.ebuild:
diff --git a/app-i18n/libhangul/libhangul-0.0.8.ebuild b/app-i18n/libhangul/libhangul-0.0.8.ebuild
new file mode 100644
index 000000000000..6a2597e714eb
--- /dev/null
+++ b/app-i18n/libhangul/libhangul-0.0.8.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/libhangul-0.0.8.ebuild,v 1.1 2008/09/06 00:23:53 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/4618/${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
+}