public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-anthy: ibus-anthy-1.5.0.ebuild ChangeLog
@ 2013-02-05 11:33 Ben de Groot (yngwin)
  0 siblings, 0 replies; 4+ messages in thread
From: Ben de Groot (yngwin) @ 2013-02-05 11:33 UTC (permalink / raw
  To: gentoo-commits

yngwin      13/02/05 11:33:29

  Modified:             ChangeLog
  Added:                ibus-anthy-1.5.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.41                 app-i18n/ibus-anthy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	9 Jan 2013 13:05:12 -0000	1.40
+++ ChangeLog	5 Feb 2013 11:33:29 -0000	1.41
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/ibus-anthy
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.40 2013/01/09 13:05:12 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.41 2013/02/05 11:33:29 yngwin Exp $
+
+*ibus-anthy-1.5.0 (05 Feb 2013)
+
+  05 Feb 2013; Ben de Groot <yngwin@gentoo.org> +ibus-anthy-1.5.0.ebuild:
+  version bump
 
   09 Jan 2013;  <naota@gentoo.org> ibus-anthy-1.2.6.ebuild,
   ibus-anthy-1.2.7-r1.ebuild, ibus-anthy-1.2.7.ebuild:



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

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

Index: ibus-anthy-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-anthy/ibus-anthy-1.5.0.ebuild,v 1.1 2013/02/05 11:33:29 yngwin Exp $

EAPI=5
PYTHON_DEPEND="2:2.5"
inherit eutils python

DESCRIPTION="Japanese input method Anthy 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 ~ppc ~x86"
IUSE="nls"

RDEPEND=">=app-i18n/ibus-1.2.0.20100111
	app-i18n/anthy
	>=dev-python/pygtk-2.15.2
	nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
	dev-lang/swig
	dev-util/intltool
	virtual/pkgconfig
	nls? ( >=sys-devel/gettext-0.16.1 )"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_prepare() {
	>py-compile #397497
	sed -i -e "s/python/python2/" \
		engine/ibus-engine-anthy.in setup/ibus-setup-anthy.in || die
}

src_configure() {
	econf $(use_enable nls)
}

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

	dodoc AUTHORS ChangeLog NEWS README

	find "${ED}" -name '*.la' -type f -delete || die
}

pkg_postinst() {
	elog
	elog "app-dicts/kasumi is not required but probably useful for you."
	elog
	elog "# emerge app-dicts/kasumi"
	elog

	python_mod_optimize /usr/share/${PN}
}

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





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-anthy: ibus-anthy-1.5.0.ebuild ChangeLog
@ 2013-04-29 12:13 Naohiro Aota (naota)
  0 siblings, 0 replies; 4+ messages in thread
From: Naohiro Aota (naota) @ 2013-04-29 12:13 UTC (permalink / raw
  To: gentoo-commits

naota       13/04/29 12:13:35

  Modified:             ibus-anthy-1.5.0.ebuild ChangeLog
  Log:
  Use python-single-r1. PYTHON is exported properly. #467526
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.3                  app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild

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

Index: ibus-anthy-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ibus-anthy-1.5.0.ebuild	9 Feb 2013 13:04:49 -0000	1.2
+++ ibus-anthy-1.5.0.ebuild	29 Apr 2013 12:13:35 -0000	1.3
@@ -1,10 +1,11 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v 1.2 2013/02/09 13:04:49 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v 1.3 2013/04/29 12:13:35 naota Exp $
 
 EAPI=5
 PYTHON_DEPEND="2:2.5"
-inherit eutils python autotools gnome2-utils
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+inherit eutils python-single-r1 autotools gnome2-utils
 
 DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
 HOMEPAGE="http://code.google.com/p/ibus/"
@@ -16,7 +17,8 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="deprecated nls"
 
-RDEPEND=">=app-i18n/ibus-1.5.0
+RDEPEND="${PYTHON_DEPS}
+	>=app-i18n/ibus-1.5.0
 	app-i18n/anthy
 	deprecated? ( >=dev-python/pygtk-2.15.2 )
 	nls? ( virtual/libintl )"
@@ -27,15 +29,8 @@
 	deprecated? ( dev-lang/swig )
 	nls? ( >=sys-devel/gettext-0.16.1 )"
 
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
 src_prepare() {
 	>py-compile #397497
-	sed -i -e "s/python/python2/" \
-		engine/ibus-engine-anthy.in setup/ibus-setup-anthy.in || die
 	epatch "${FILESDIR}"/${P}-configure.patch
 	eautoreconf
 	cp "${DISTDIR}"/anthy.i "${S}"/engine # deal with packaging bug
@@ -66,10 +61,9 @@
 	elog "# emerge app-dicts/kasumi"
 	elog
 
-	python_mod_optimize /usr/share/${PN}
+	python_optimize
 }
 
 pkg_postrm() {
-	python_mod_cleanup /usr/share/${PN}
 	gnome2_icon_cache_update
 }



1.43                 app-i18n/ibus-anthy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	9 Feb 2013 13:04:49 -0000	1.42
+++ ChangeLog	29 Apr 2013 12:13:35 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/ibus-anthy
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.42 2013/02/09 13:04:49 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.43 2013/04/29 12:13:35 naota Exp $
+
+  29 Apr 2013; Naohiro Aota <naota@gentoo.org> ibus-anthy-1.5.0.ebuild:
+  Use python-single-r1. PYTHON is exported properly. #467526
 
   09 Feb 2013; Naohiro Aota <naota@gentoo.org>
   +files/ibus-anthy-1.5.0-configure.patch, ibus-anthy-1.5.0.ebuild,





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-anthy: ibus-anthy-1.5.0.ebuild ChangeLog
@ 2013-07-28 10:49 Naohiro Aota (naota)
  0 siblings, 0 replies; 4+ messages in thread
From: Naohiro Aota (naota) @ 2013-07-28 10:49 UTC (permalink / raw
  To: gentoo-commits

naota       13/07/28 10:49:28

  Modified:             ibus-anthy-1.5.0.ebuild ChangeLog
  Log:
  Move python_optimize into src_install. #478120
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.4                  app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild

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

Index: ibus-anthy-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ibus-anthy-1.5.0.ebuild	29 Apr 2013 12:13:35 -0000	1.3
+++ ibus-anthy-1.5.0.ebuild	28 Jul 2013 10:49:28 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v 1.3 2013/04/29 12:13:35 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v 1.4 2013/07/28 10:49:28 naota Exp $
 
 EAPI=5
 PYTHON_DEPEND="2:2.5"
@@ -48,6 +48,8 @@
 	dodoc AUTHORS ChangeLog NEWS README
 
 	find "${ED}" -name '*.la' -type f -delete || die
+
+	python_optimize
 }
 
 pkg_preinst() {
@@ -60,8 +62,6 @@
 	elog
 	elog "# emerge app-dicts/kasumi"
 	elog
-
-	python_optimize
 }
 
 pkg_postrm() {



1.44                 app-i18n/ibus-anthy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	29 Apr 2013 12:13:35 -0000	1.43
+++ ChangeLog	28 Jul 2013 10:49:28 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/ibus-anthy
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.43 2013/04/29 12:13:35 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.44 2013/07/28 10:49:28 naota Exp $
+
+  28 Jul 2013; Naohiro Aota <naota@gentoo.org> ibus-anthy-1.5.0.ebuild:
+  Move python_optimize into src_install. #478120
 
   29 Apr 2013; Naohiro Aota <naota@gentoo.org> ibus-anthy-1.5.0.ebuild:
   Use python-single-r1. PYTHON is exported properly. #467526





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-anthy: ibus-anthy-1.5.0.ebuild ChangeLog
@ 2013-09-05 18:22 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:22 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:22:03

  Modified:             ibus-anthy-1.5.0.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.5                  app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild?r1=1.4&r2=1.5

Index: ibus-anthy-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ibus-anthy-1.5.0.ebuild	28 Jul 2013 10:49:28 -0000	1.4
+++ ibus-anthy-1.5.0.ebuild	5 Sep 2013 18:22:03 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v 1.4 2013/07/28 10:49:28 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v 1.5 2013/09/05 18:22:03 mgorny Exp $
 
 EAPI=5
 PYTHON_DEPEND="2:2.5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 inherit eutils python-single-r1 autotools gnome2-utils
 
 DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"



1.45                 app-i18n/ibus-anthy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	28 Jul 2013 10:49:28 -0000	1.44
+++ ChangeLog	5 Sep 2013 18:22:03 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/ibus-anthy
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.44 2013/07/28 10:49:28 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.45 2013/09/05 18:22:03 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> ibus-anthy-1.5.0.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   28 Jul 2013; Naohiro Aota <naota@gentoo.org> ibus-anthy-1.5.0.ebuild:
   Move python_optimize into src_install. #478120





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

end of thread, other threads:[~2013-09-05 18:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-28 10:49 [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-anthy: ibus-anthy-1.5.0.ebuild ChangeLog Naohiro Aota (naota)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-05 18:22 Michal Gorny (mgorny)
2013-04-29 12:13 Naohiro Aota (naota)
2013-02-05 11:33 Ben de Groot (yngwin)

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