public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-hangul: ChangeLog ibus-hangul-1.2.0.20100102.ebuild ibus-hangul-1.1.0.20090211.ebuild ibus-hangul-1.2.0.20090617.ebuild
@ 2010-01-02 15:59 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2010-01-02 15:59 UTC (permalink / raw
  To: gentoo-commits

matsuu      10/01/02 15:59:01

  Modified:             ChangeLog
  Added:                ibus-hangul-1.2.0.20100102.ebuild
  Removed:              ibus-hangul-1.1.0.20090211.ebuild
                        ibus-hangul-1.2.0.20090617.ebuild
  Log:
  Version bumped.
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-i18n/ibus-hangul/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-hangul/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-hangul/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-hangul/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	5 Nov 2009 23:16:31 -0000	1.8
+++ ChangeLog	2 Jan 2010 15:59:01 -0000	1.9
@@ -1,6 +1,13 @@
 # ChangeLog for app-i18n/ibus-hangul
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ChangeLog,v 1.8 2009/11/05 23:16:31 matsuu Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ChangeLog,v 1.9 2010/01/02 15:59:01 matsuu Exp $
+
+*ibus-hangul-1.2.0.20100102 (02 Jan 2010)
+
+  02 Jan 2010; MATSUU Takuto <matsuu@gentoo.org>
+  -ibus-hangul-1.1.0.20090211.ebuild, -ibus-hangul-1.2.0.20090617.ebuild,
+  +ibus-hangul-1.2.0.20100102.ebuild:
+  Version bumped. Removed old versions.
 
 *ibus-hangul-1.2.0.20091031 (05 Nov 2009)
 



1.1                  app-i18n/ibus-hangul/ibus-hangul-1.2.0.20100102.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-hangul/ibus-hangul-1.2.0.20100102.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-hangul/ibus-hangul-1.2.0.20100102.ebuild?rev=1.1&content-type=text/plain

Index: ibus-hangul-1.2.0.20100102.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ibus-hangul-1.2.0.20100102.ebuild,v 1.1 2010/01/02 15:59:01 matsuu Exp $

DESCRIPTION="The Hangul engine for IBus input platform"
HOMEPAGE="http://code.google.com/p/ibus/"
SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"

RDEPEND=">=dev-lang/python-2.5
	>=app-i18n/ibus-1.2
	>=app-i18n/libhangul-0.0.10
	nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	nls? ( >=sys-devel/gettext-0.17 )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	mv py-compile py-compile.orig || die
	ln -s "$(type -P true)" py-compile || die
}

src_compile() {
	econf $(use_enable nls) || die
	emake || die
}

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

	dodoc AUTHORS ChangeLog NEWS README
}

pkg_postinst() {
	ewarn "This package is very experimental, please report your bugs to"
	ewarn "http://ibus.googlecode.com/issues/list"
	elog
	elog "You should run ibus-setup and enable IM Engines you want to use!"
	elog
}






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

only message in thread, other threads:[~2010-01-02 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-02 15:59 [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-hangul: ChangeLog ibus-hangul-1.2.0.20100102.ebuild ibus-hangul-1.1.0.20090211.ebuild ibus-hangul-1.2.0.20090617.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