public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/libhangul: ChangeLog libhangul-0.0.12.ebuild libhangul-0.0.8.ebuild libhangul-0.0.9.ebuild
@ 2011-01-27 23:24 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2011-01-27 23:24 UTC (permalink / raw
  To: gentoo-commits

matsuu      11/01/27 23:24:15

  Modified:             ChangeLog
  Added:                libhangul-0.0.12.ebuild
  Removed:              libhangul-0.0.8.ebuild libhangul-0.0.9.ebuild
  Log:
  Version bumped, bug #352698. Added nls, static-libs and test USE flags.
  
  (Portage version: 2.1.9.31/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 app-i18n/libhangul/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libhangul/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libhangul/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libhangul/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	23 May 2010 20:04:54 -0000	1.21
+++ ChangeLog	27 Jan 2011 23:24:15 -0000	1.22
@@ -1,6 +1,13 @@
 # ChangeLog for app-i18n/libhangul
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v 1.21 2010/05/23 20:04:54 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v 1.22 2011/01/27 23:24:15 matsuu Exp $
+
+*libhangul-0.0.12 (27 Jan 2011)
+
+  27 Jan 2011; MATSUU Takuto <matsuu@gentoo.org> -libhangul-0.0.8.ebuild,
+  -libhangul-0.0.9.ebuild, +libhangul-0.0.12.ebuild:
+  Version bumped, bug #352698. Added nls, static-libs and test USE flags.
+  Removed old versions.
 
   23 May 2010; Pacho Ramos <pacho@gentoo.org> libhangul-0.0.10.ebuild:
   stable amd64, bug 312911



1.1                  app-i18n/libhangul/libhangul-0.0.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libhangul/libhangul-0.0.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libhangul/libhangul-0.0.12.ebuild?rev=1.1&content-type=text/plain

Index: libhangul-0.0.12.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/libhangul-0.0.12.ebuild,v 1.1 2011/01/27 23:24:15 matsuu Exp $

EAPI="3"

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/5855/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE="nls static-libs test"

RDEPEND="nls? ( virtual/libintl )"
DEPEND="nls? ( sys-devel/gettext )
	dev-util/pkgconfig
	test? ( dev-libs/check )"

src_configure() {
	econf \
		$(use_enable nls) \
		$(use_enable static-libs static) || die
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	dodoc AUTHORS ChangeLog NEWS README || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-27 23:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-27 23:24 [gentoo-commits] gentoo-x86 commit in app-i18n/libhangul: ChangeLog libhangul-0.0.12.ebuild libhangul-0.0.8.ebuild libhangul-0.0.9.ebuild Matsuu Takuto (matsuu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox