public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-pinyin: ChangeLog ibus-pinyin-1.3.99.20110706.ebuild
@ 2011-07-17  6:23 Naohiro Aota (naota)
  0 siblings, 0 replies; 2+ messages in thread
From: Naohiro Aota (naota) @ 2011-07-17  6:23 UTC (permalink / raw
  To: gentoo-commits

naota       11/07/17 06:23:11

  Modified:             ChangeLog
  Added:                ibus-pinyin-1.3.99.20110706.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 app-i18n/ibus-pinyin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	6 Jun 2011 16:25:13 -0000	1.36
+++ ChangeLog	17 Jul 2011 06:23:11 -0000	1.37
@@ -1,6 +1,12 @@
 # ChangeLog for app-i18n/ibus-pinyin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/ChangeLog,v 1.36 2011/06/06 16:25:13 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/ChangeLog,v 1.37 2011/07/17 06:23:11 naota Exp $
+
+*ibus-pinyin-1.3.99.20110706 (17 Jul 2011)
+
+  17 Jul 2011; Naohiro Aota <naota@gentoo.org>
+  +ibus-pinyin-1.3.99.20110706.ebuild:
+  version bump
 
 *ibus-pinyin-1.3.99.20110520 (06 Jun 2011)
 



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

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

Index: ibus-pinyin-1.3.99.20110706.ebuild
===================================================================
# Copyright 1999-2011 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.3.99.20110706.ebuild,v 1.1 2011/07/17 06:23:11 naota Exp $

EAPI="3"
PYTHON_DEPEND="2:2.5"
PYTHON_USE_WITH="sqlite"
inherit python eutils

PYDB_TAR="pinyin-database-1.2.99.tar.bz2"
DESCRIPTION="Chinese PinYin IMEngine for IBus Framework"
HOMEPAGE="http://code.google.com/p/ibus/"
SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz
	http://ibus.googlecode.com/files/${PYDB_TAR}"

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

RDEPEND=">=app-i18n/ibus-1.3.99
	sys-apps/util-linux
	boost? (
		>=dev-libs/boost-1.39
		!=dev-libs/boost-1.46.1
	)
	lua? ( >=dev-lang/lua-5.1 )
	nls? ( virtual/libintl )
	opencc? ( app-i18n/opencc )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	nls? ( >=sys-devel/gettext-0.16.1 )"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_prepare() {
	cp "${DISTDIR}/${PYDB_TAR}" "${S}"/data/db/open-phrase/ || die
	mv py-compile py-compile.orig || die
	ln -s "$(type -P true)" py-compile || die
}

src_configure() {
	econf \
		$(use_enable boost) \
		$(use_enable lua lua-extension) \
		$(use_enable nls) \
		$(use_enable opencc) \
		--enable-db-open-phrase
		#--disable-db-android \
		#--disable-english-input-mode \
}

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

	dodoc AUTHORS ChangeLog NEWS README || die
}

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

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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-pinyin: ChangeLog ibus-pinyin-1.3.99.20110706.ebuild
@ 2012-03-11  8:54 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-11  8:54 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/11 08:54:00

  Modified:             ChangeLog ibus-pinyin-1.3.99.20110706.ebuild
  Log:
  Empty py-compile script instead of symlinking it to /path/to/true for compability with recent automake.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 app-i18n/ibus-pinyin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	11 Mar 2012 08:50:54 -0000	1.38
+++ ChangeLog	11 Mar 2012 08:53:59 -0000	1.39
@@ -1,6 +1,11 @@
 # 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.38 2012/03/11 08:50:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/ChangeLog,v 1.39 2012/03/11 08:53:59 ssuominen Exp $
+
+  11 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
+  ibus-pinyin-1.3.99.20110706.ebuild:
+  Empty py-compile script instead of symlinking it to /path/to/true for
+  compability with recent automake.
 
   11 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
   -ibus-pinyin-1.2.0.20090915.ebuild, -ibus-pinyin-1.3.10.ebuild,



1.2                  app-i18n/ibus-pinyin/ibus-pinyin-1.3.99.20110706.ebuild

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

Index: ibus-pinyin-1.3.99.20110706.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/ibus-pinyin-1.3.99.20110706.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ibus-pinyin-1.3.99.20110706.ebuild	17 Jul 2011 06:23:11 -0000	1.1
+++ ibus-pinyin-1.3.99.20110706.ebuild	11 Mar 2012 08:53:59 -0000	1.2
@@ -1,10 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.3.99.20110706.ebuild,v 1.1 2011/07/17 06:23:11 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-pinyin/ibus-pinyin-1.3.99.20110706.ebuild,v 1.2 2012/03/11 08:53:59 ssuominen Exp $
+
+EAPI=4
 
-EAPI="3"
 PYTHON_DEPEND="2:2.5"
 PYTHON_USE_WITH="sqlite"
+
 inherit python eutils
 
 PYDB_TAR="pinyin-database-1.2.99.tar.bz2"
@@ -18,12 +20,9 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="boost lua nls opencc"
 
-RDEPEND=">=app-i18n/ibus-1.3.99
+RDEPEND=">=app-i18n/ibus-1.4
 	sys-apps/util-linux
-	boost? (
-		>=dev-libs/boost-1.39
-		!=dev-libs/boost-1.46.1
-	)
+	boost? ( >=dev-libs/boost-1.39 )
 	lua? ( >=dev-lang/lua-5.1 )
 	nls? ( virtual/libintl )
 	opencc? ( app-i18n/opencc )"
@@ -31,6 +30,8 @@
 	dev-util/pkgconfig
 	nls? ( >=sys-devel/gettext-0.16.1 )"
 
+DOCS="AUTHORS ChangeLog NEWS README"
+
 pkg_setup() {
 	python_set_active_version 2
 	python_pkg_setup
@@ -38,8 +39,7 @@
 
 src_prepare() {
 	cp "${DISTDIR}/${PYDB_TAR}" "${S}"/data/db/open-phrase/ || die
-	mv py-compile py-compile.orig || die
-	ln -s "$(type -P true)" py-compile || die
+	>py-compile
 }
 
 src_configure() {
@@ -53,12 +53,6 @@
 		#--disable-english-input-mode \
 }
 
-src_install() {
-	emake DESTDIR="${D}" install || die
-
-	dodoc AUTHORS ChangeLog NEWS README || die
-}
-
 pkg_postinst() {
 	python_mod_optimize /usr/share/${PN}
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-11  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17  6:23 [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-pinyin: ChangeLog ibus-pinyin-1.3.99.20110706.ebuild Naohiro Aota (naota)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-11  8:54 Samuli Suominen (ssuominen)

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