* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-skk: ibus-skk-0.0.4.ebuild ChangeLog
@ 2010-01-13 13:33 Matsuu Takuto (matsuu)
0 siblings, 0 replies; 3+ messages in thread
From: Matsuu Takuto (matsuu) @ 2010-01-13 13:33 UTC (permalink / raw
To: gentoo-commits
matsuu 10/01/13 13:33:28
Modified: ChangeLog
Added: ibus-skk-0.0.4.ebuild
Log:
Version bumped.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Revision Changes Path
1.4 app-i18n/ibus-skk/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-skk/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-skk/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-skk/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 31 Dec 2009 06:20:58 -0000 1.3
+++ ChangeLog 13 Jan 2010 13:33:28 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/ibus-skk
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.3 2009/12/31 06:20:58 matsuu Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.4 2010/01/13 13:33:28 matsuu Exp $
+
+*ibus-skk-0.0.4 (13 Jan 2010)
+
+ 13 Jan 2010; MATSUU Takuto <matsuu@gentoo.org> +ibus-skk-0.0.4.ebuild:
+ Version bumped.
*ibus-skk-0.0.3 (31 Dec 2009)
1.1 app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild?rev=1.1&content-type=text/plain
Index: ibus-skk-0.0.4.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-skk/ibus-skk-0.0.4.ebuild,v 1.1 2010/01/13 13:33:28 matsuu Exp $
EAPI="2"
inherit python
DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
HOMEPAGE="http://github.com/ueno/ibus-skk"
SRC_URI="http://cloud.github.com/downloads/ueno/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
RDEPEND="app-i18n/ibus
>=dev-lang/python-2.5
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( >=sys-devel/gettext-0.16.1 )"
RDEPEND="${RDEPEND}
app-i18n/skk-jisyo"
src_prepare() {
mv py-compile py-compile.orig || die
ln -s "$(type -P true)" py-compile || die
}
src_configure() {
econf $(use_enable nls) || die
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die
}
pkg_postinst() {
python_mod_optimize /usr/share/${PN}
}
pkg_postrm() {
python_mod_cleanup /usr/share/${PN}
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-skk: ibus-skk-0.0.4.ebuild ChangeLog
@ 2010-03-01 10:18 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-03-01 10:18 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/03/01 10:18:00
Modified: ibus-skk-0.0.4.ebuild ChangeLog
Log:
x86 stable wrt bug #305765
(Portage version: 2.1.7.16/cvs/Linux i686)
Revision Changes Path
1.2 app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild?r1=1.1&r2=1.2
Index: ibus-skk-0.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ibus-skk-0.0.4.ebuild 13 Jan 2010 13:33:28 -0000 1.1
+++ ibus-skk-0.0.4.ebuild 1 Mar 2010 10:17:59 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild,v 1.1 2010/01/13 13:33:28 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild,v 1.2 2010/03/01 10:17:59 phajdan.jr Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="nls"
RDEPEND="app-i18n/ibus
1.5 app-i18n/ibus-skk/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-skk/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-skk/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-skk/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 13 Jan 2010 13:33:28 -0000 1.4
+++ ChangeLog 1 Mar 2010 10:17:59 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/ibus-skk
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.4 2010/01/13 13:33:28 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.5 2010/03/01 10:17:59 phajdan.jr Exp $
+
+ 01 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ ibus-skk-0.0.4.ebuild:
+ x86 stable wrt bug #305765
*ibus-skk-0.0.4 (13 Jan 2010)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-skk: ibus-skk-0.0.4.ebuild ChangeLog
@ 2010-05-26 10:40 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-26 10:40 UTC (permalink / raw
To: gentoo-commits
pacho 10/05/26 10:40:04
Modified: ibus-skk-0.0.4.ebuild ChangeLog
Log:
stable amd64, bug 305765
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.3 app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild?r1=1.2&r2=1.3
Index: ibus-skk-0.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ibus-skk-0.0.4.ebuild 1 Mar 2010 10:17:59 -0000 1.2
+++ ibus-skk-0.0.4.ebuild 26 May 2010 10:40:04 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild,v 1.2 2010/03/01 10:17:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.4.ebuild,v 1.3 2010/05/26 10:40:04 pacho Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="nls"
RDEPEND="app-i18n/ibus
1.8 app-i18n/ibus-skk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 10 May 2010 17:24:34 -0000 1.7
+++ ChangeLog 26 May 2010 10:40:04 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/ibus-skk
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.7 2010/05/10 17:24:34 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.8 2010/05/26 10:40:04 pacho Exp $
+
+ 26 May 2010; Pacho Ramos <pacho@gentoo.org> ibus-skk-0.0.4.ebuild:
+ stable amd64, bug 305765
*ibus-skk-0.0.7 (10 May 2010)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-26 10:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-13 13:33 [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-skk: ibus-skk-0.0.4.ebuild ChangeLog Matsuu Takuto (matsuu)
-- strict thread matches above, loose matches on Subject: below --
2010-03-01 10:18 PaweA Hajdan (phajdan.jr)
2010-05-26 10:40 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox