* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-table-code: ChangeLog ibus-table-code-1.2.0.20100305.ebuild
@ 2010-03-13 0:46 Matsuu Takuto (matsuu)
0 siblings, 0 replies; 2+ messages in thread
From: Matsuu Takuto (matsuu) @ 2010-03-13 0:46 UTC (permalink / raw
To: gentoo-commits
matsuu 10/03/13 00:46:46
Modified: ChangeLog
Added: ibus-table-code-1.2.0.20100305.ebuild
Log:
Version bumped.
(Portage version: 2.1.8.2/cvs/Linux x86_64)
Revision Changes Path
1.3 app-i18n/ibus-table-code/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-code/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-code/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-code/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 20 Jan 2010 23:00:30 -0000 1.2
+++ ChangeLog 13 Mar 2010 00:46:45 -0000 1.3
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/ibus-table-code
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v 1.2 2010/01/20 23:00:30 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v 1.3 2010/03/13 00:46:45 matsuu Exp $
+
+*ibus-table-code-1.2.0.20100305 (13 Mar 2010)
+
+ 13 Mar 2010; MATSUU Takuto <matsuu@gentoo.org>
+ +ibus-table-code-1.2.0.20100305.ebuild:
+ Version bumped.
*ibus-table-code-1.2.0.20100120 (20 Jan 2010)
1.1 app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild?rev=1.1&content-type=text/plain
Index: ibus-table-code-1.2.0.20100305.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-table-code/ibus-table-code-1.2.0.20100305.ebuild,v 1.1 2010/03/13 00:46:45 matsuu Exp $
DESCRIPTION="The code tables for IBus-Table"
HOMEPAGE="http://code.google.com/p/ibus/"
SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912
>=dev-lang/python-2.6
!app-i18n/ibus-table-additional"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-table-code: ChangeLog ibus-table-code-1.2.0.20100305.ebuild
@ 2012-05-03 19:24 Jeff Horelick (jdhore)
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-03 19:24 UTC (permalink / raw
To: gentoo-commits
jdhore 12/05/03 19:24:33
Modified: ChangeLog ibus-table-code-1.2.0.20100305.ebuild
Log:
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Revision Changes Path
1.5 app-i18n/ibus-table-code/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-table-code/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-table-code/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-table-code/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 4 May 2010 00:37:30 -0000 1.4
+++ ChangeLog 3 May 2012 19:24:33 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/ibus-table-code
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v 1.4 2010/05/04 00:37:30 matsuu Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v 1.5 2012/05/03 19:24:33 jdhore Exp $
+
+ 03 May 2012; Jeff Horelick <jdhore@gentoo.org>
+ ibus-table-code-1.2.0.20100305.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
04 May 2010; MATSUU Takuto <matsuu@gentoo.org>
-ibus-table-code-1.2.0.20100108.ebuild,
1.3 app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild?r1=1.2&r2=1.3
Index: ibus-table-code-1.2.0.20100305.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ibus-table-code-1.2.0.20100305.ebuild 4 May 2010 00:37:30 -0000 1.2
+++ ibus-table-code-1.2.0.20100305.ebuild 3 May 2012 19:24:33 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 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-table-code/ibus-table-code-1.2.0.20100305.ebuild,v 1.2 2010/05/04 00:37:30 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild,v 1.3 2012/05/03 19:24:33 jdhore Exp $
DESCRIPTION="The code tables for IBus-Table"
HOMEPAGE="http://code.google.com/p/ibus/"
@@ -13,7 +13,7 @@
RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-03 19:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-13 0:46 [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-table-code: ChangeLog ibus-table-code-1.2.0.20100305.ebuild Matsuu Takuto (matsuu)
-- strict thread matches above, loose matches on Subject: below --
2012-05-03 19:24 Jeff Horelick (jdhore)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox