public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-pinyin: metadata.xml ibus-pinyin-1.5.0.ebuild ChangeLog
@ 2013-03-12 12:19 Naohiro Aota (naota)
  0 siblings, 0 replies; only message in thread
From: Naohiro Aota (naota) @ 2013-03-12 12:19 UTC (permalink / raw
  To: gentoo-commits

naota       13/03/12 12:19:21

  Modified:             metadata.xml ChangeLog
  Added:                ibus-pinyin-1.5.0.ebuild
  Log:
  Version bump; Assign proxy maintainer. #458678
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.4                  app-i18n/ibus-pinyin/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-pinyin/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-pinyin/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-pinyin/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	6 Jun 2011 16:25:13 -0000	1.3
+++ metadata.xml	12 Mar 2013 12:19:21 -0000	1.4
@@ -1,7 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>cjk</herd>
+  <herd>cjk</herd>
+  <herd>proxy-maintainers</herd>
+  <maintainer>
+     <email>dennis.yxun@gmail.com</email>
+     <name>Dennis 'dlan' Lan</name>
+     <description>Maintainer. Assign bugs to him</description>
+  </maintainer>
+  <maintainer>
+     <email>naota@gentoo.org</email>
+     <name>Naohiro Aota</name>
+     <description>Proxy maintainer. CC him on bugs</description>
+  </maintainer>
 <longdescription lang="en">
 PinYin engine for IBus platform. It provides a Chinese PinYin input method.
 </longdescription>



1.43                 app-i18n/ibus-pinyin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	3 May 2012 19:24:26 -0000	1.42
+++ ChangeLog	12 Mar 2013 12:19:21 -0000	1.43
@@ -1,6 +1,12 @@
 # ChangeLog for app-i18n/ibus-pinyin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/ChangeLog,v 1.42 2012/05/03 19:24:26 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/ChangeLog,v 1.43 2013/03/12 12:19:21 naota Exp $
+
+*ibus-pinyin-1.5.0 (12 Mar 2013)
+
+  12 Mar 2013; Naohiro Aota <naota@gentoo.org> +ibus-pinyin-1.5.0.ebuild,
+  metadata.xml:
+  Version bump; Assign proxy maintainer. #458678
 
   03 May 2012; Jeff Horelick <jdhore@gentoo.org>
   ibus-pinyin-1.3.99.20110706.ebuild, ibus-pinyin-1.4.0.ebuild:
@@ -233,4 +239,3 @@
   06 Sep 2008; MATSUU Takuto <matsuu@gentoo.org> +metadata.xml,
   +ibus-pinyin-0.1.1.20080901.ebuild:
   Initial import. Submitted by Hong Hao, bug 236350.
-



1.1                  app-i18n/ibus-pinyin/ibus-pinyin-1.5.0.ebuild

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

Index: ibus-pinyin-1.5.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0.ebuild,v 1.1 2013/03/12 12:19:21 naota Exp $

EAPI=5

PYTHON_DEPEND="2:2.5"
PYTHON_USE_WITH="sqlite"

inherit python

DESCRIPTION="Chinese PinYin IMEngine for IBus Framework"
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="boost lua nls"

RDEPEND=">=app-i18n/ibus-1.4
	app-i18n/pyzy
	boost? ( >=dev-libs/boost-1.39 )
	lua? ( >=dev-lang/lua-5.1 )
	nls? ( virtual/libintl )"

DEPEND="${RDEPEND}
	virtual/pkgconfig
	nls? ( >=sys-devel/gettext-0.16.1 )"

DOCS="AUTHORS ChangeLog NEWS README"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_configure() {
	econf \
		$(use_enable boost) \
		$(use_enable lua lua-extension) \
		$(use_enable nls) \
		--enable-english-input-mode
}

pkg_postinst() {
	python_mod_optimize /usr/share/${PN}
}

pkg_postrm() {
	python_mod_cleanup /usr/share/${PN}
}





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

only message in thread, other threads:[~2013-03-12 12:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12 12:19 [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-pinyin: metadata.xml ibus-pinyin-1.5.0.ebuild ChangeLog Naohiro Aota (naota)

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