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.4.ebuild ChangeLog
@ 2013-12-24 14:48 Naohiro Aota (naota)
  0 siblings, 0 replies; 4+ messages in thread
From: Naohiro Aota (naota) @ 2013-12-24 14:48 UTC (permalink / raw
  To: gentoo-commits

naota       13/12/24 14:48:24

  Modified:             ChangeLog
  Added:                ibus-anthy-1.5.4.ebuild
  Log:
  version bump.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	5 Sep 2013 18:22:03 -0000	1.45
+++ ChangeLog	24 Dec 2013 14:48:24 -0000	1.46
@@ -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.45 2013/09/05 18:22:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.46 2013/12/24 14:48:24 naota Exp $
+
+*ibus-anthy-1.5.4 (24 Dec 2013)
+
+  24 Dec 2013; Naohiro Aota <naota@gentoo.org> +ibus-anthy-1.5.4.ebuild:
+  version bump.
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> ibus-anthy-1.5.0.ebuild:
   Clean up PYTHON_COMPAT from old implementations.



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

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

Index: ibus-anthy-1.5.4.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.4.ebuild,v 1.1 2013/12/24 14:48:24 naota Exp $

EAPI=5
PYTHON_DEPEND="2:2.5"
PYTHON_COMPAT=( python{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/"
SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz
	https://raw.github.com/ibus/ibus-anthy/${PV}/engine/anthy.i"

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

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

src_prepare() {
	>py-compile #397497
	cp "${DISTDIR}"/anthy.i "${S}"/engine # deal with packaging bug
}

src_configure() {
	econf --enable-private-png \
		$(use_enable deprecated pygtk2-anthy) \
		$(use_enable nls)
}

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

	dodoc AUTHORS ChangeLog NEWS README

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

	python_optimize
}

pkg_preinst() {
	gnome2_icon_savelist
}

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

pkg_postrm() {
	gnome2_icon_cache_update
}





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-anthy: ibus-anthy-1.5.4.ebuild ChangeLog
@ 2014-11-15 23:20 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-15 23:20 UTC (permalink / raw
  To: gentoo-commits

pacho       14/11/15 23:20:10

  Modified:             ibus-anthy-1.5.4.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #517722
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild

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

Index: ibus-anthy-1.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ibus-anthy-1.5.4.ebuild	24 Dec 2013 14:48:24 -0000	1.1
+++ ibus-anthy-1.5.4.ebuild	15 Nov 2014 23:20:10 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.4.ebuild,v 1.1 2013/12/24 14:48:24 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild,v 1.2 2014/11/15 23:20:10 pacho Exp $
 
 EAPI=5
 PYTHON_DEPEND="2:2.5"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="deprecated nls"
 
 RDEPEND="${PYTHON_DEPS}



1.48                 app-i18n/ibus-anthy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	23 Jun 2014 03:31:19 -0000	1.47
+++ ChangeLog	15 Nov 2014 23:20:10 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/ibus-anthy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.47 2014/06/23 03:31:19 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.48 2014/11/15 23:20:10 pacho Exp $
+
+  15 Nov 2014; Pacho Ramos <pacho@gentoo.org> ibus-anthy-1.5.4.ebuild:
+  amd64/x86 stable, bug #517722
 
   23 Jun 2014; Naohiro Aota <naota@gentoo.org> -ibus-anthy-1.5.0.ebuild:
   Drop old version





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-anthy: ibus-anthy-1.5.4.ebuild ChangeLog
@ 2014-12-28 18:22 Mike Gilbert (floppym)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert (floppym) @ 2014-12-28 18:22 UTC (permalink / raw
  To: gentoo-commits

floppym     14/12/28 18:22:31

  Modified:             ibus-anthy-1.5.4.ebuild ChangeLog
  Log:
  Drop PYTHON_DEPEND, bug 533838.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.4.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.4.ebuild?r1=1.2&r2=1.3

Index: ibus-anthy-1.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ibus-anthy-1.5.4.ebuild	15 Nov 2014 23:20:10 -0000	1.2
+++ ibus-anthy-1.5.4.ebuild	28 Dec 2014 18:22:31 -0000	1.3
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 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.4.ebuild,v 1.2 2014/11/15 23:20:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild,v 1.3 2014/12/28 18:22:31 floppym Exp $
 
 EAPI=5
-PYTHON_DEPEND="2:2.5"
 PYTHON_COMPAT=( python{2_6,2_7} )
 inherit eutils python-single-r1 autotools gnome2-utils
 



1.49                 app-i18n/ibus-anthy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	15 Nov 2014 23:20:10 -0000	1.48
+++ ChangeLog	28 Dec 2014 18:22:31 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/ibus-anthy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.48 2014/11/15 23:20:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.49 2014/12/28 18:22:31 floppym Exp $
+
+  28 Dec 2014; Mike Gilbert <floppym@gentoo.org> ibus-anthy-1.5.4.ebuild:
+  Drop PYTHON_DEPEND, bug 533838.
 
   15 Nov 2014; Pacho Ramos <pacho@gentoo.org> ibus-anthy-1.5.4.ebuild:
   amd64/x86 stable, bug #517722





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-anthy: ibus-anthy-1.5.4.ebuild ChangeLog
@ 2015-04-08  7:30 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  7:30 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 07:30:32

  Modified:             ibus-anthy-1.5.4.ebuild ChangeLog
  Log:
  Remove old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.4.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.4.ebuild?r1=1.3&r2=1.4

Index: ibus-anthy-1.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ibus-anthy-1.5.4.ebuild	28 Dec 2014 18:22:31 -0000	1.3
+++ ibus-anthy-1.5.4.ebuild	8 Apr 2015 07:30:32 -0000	1.4
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.4.ebuild,v 1.3 2014/12/28 18:22:31 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild,v 1.4 2015/04/08 07:30:32 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1 autotools gnome2-utils
 
 DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"



1.50                 app-i18n/ibus-anthy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	28 Dec 2014 18:22:31 -0000	1.49
+++ ChangeLog	8 Apr 2015 07:30:32 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/ibus-anthy
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.49 2014/12/28 18:22:31 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.50 2015/04/08 07:30:32 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> ibus-anthy-1.5.4.ebuild:
+  Remove old Python implementations
 
   28 Dec 2014; Mike Gilbert <floppym@gentoo.org> ibus-anthy-1.5.4.ebuild:
   Drop PYTHON_DEPEND, bug 533838.





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

end of thread, other threads:[~2015-04-08  7:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-15 23:20 [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-anthy: ibus-anthy-1.5.4.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  7:30 Michal Gorny (mgorny)
2014-12-28 18:22 Mike Gilbert (floppym)
2013-12-24 14:48 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