public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/scim: ChangeLog scim-1.4.11-r1.ebuild
@ 2011-11-17  9:06 Naohiro Aota (naota)
  0 siblings, 0 replies; 8+ messages in thread
From: Naohiro Aota (naota) @ 2011-11-17  9:06 UTC (permalink / raw
  To: gentoo-commits

naota       11/11/17 09:06:46

  Modified:             ChangeLog
  Added:                scim-1.4.11-r1.ebuild
  Log:
  Add patch to make it work with Firefox and Thunderbird. Bug #390053
  
  (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)

Revision  Changes    Path
1.147                app-i18n/scim/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog	28 Oct 2011 07:56:51 -0000	1.146
+++ ChangeLog	17 Nov 2011 09:06:46 -0000	1.147
@@ -1,6 +1,12 @@
 # ChangeLog for app-i18n/scim
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.146 2011/10/28 07:56:51 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.147 2011/11/17 09:06:46 naota Exp $
+
+*scim-1.4.11-r1 (17 Nov 2011)
+
+  17 Nov 2011; Naohiro Aota <naota@gentoo.org> +scim-1.4.11-r1.ebuild,
+  +files/scim-1.4.11-type-module-use.patch:
+  Add patch to make it work with Firefox and Thunderbird. Bug #390053
 
 *scim-1.4.11 (28 Oct 2011)
 



1.1                  app-i18n/scim/scim-1.4.11-r1.ebuild

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

Index: scim-1.4.11-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.1 2011/11/17 09:06:46 naota Exp $

EAPI="3"
inherit autotools eutils flag-o-matic multilib

DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform"
HOMEPAGE="http://www.scim-im.org/"
SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc"

RDEPEND="x11-libs/libX11
	dev-libs/glib:2
	x11-libs/gtk+:2
	>=dev-libs/atk-1
	>=x11-libs/pango-1
	!app-i18n/scim-cvs"
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen
		>=app-text/docbook-xsl-stylesheets-1.73.1 )
	dev-lang/perl
	dev-util/pkgconfig
	>=dev-util/intltool-0.33
	sys-devel/libtool"

update_gtk_immodules() {
	local GTK2_CONFDIR="/etc/gtk-2.0"
	# bug #366889
	if has_version '>=x11-libs/gtk+-2.22.1-r1:2' || has_multilib_profile ; then
		GTK2_CONFDIR="${GTK2_CONFDIR}/$(get_abi_CHOST)"
	fi
	mkdir -p "${EPREFIX}${GTK2_CONFDIR}"

	if [ -x "${EPREFIX}/usr/bin/gtk-query-immodules-2.0" ] ; then
		"${EPREFIX}/usr/bin/gtk-query-immodules-2.0" > "${EPREFIX}${GTK2_CONFDIR}/gtk.immodules"
	fi
}

src_prepare() {
	epatch "${FILESDIR}"/${P}-type-module-use.patch
}

src_configure() {
	local myconf
	# bug #83625
	filter-flags -fvisibility-inlines-hidden
	filter-flags -fvisibility=hidden

	econf \
		$(use_with doc doxygen) \
		--enable-ld-version-script \
		${myconf} || die
}

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

	sed -e "s:@EPREFIX@:${EPREFIX}:" "${FILESDIR}/xinput-${PN}" > "${T}/${PN}.conf" || die
	insinto /etc/X11/xinit/xinput.d
	doins "${T}/${PN}.conf" || die

	dodoc README AUTHORS ChangeLog docs/developers docs/scim.cfg || die
	use doc && dohtml -r docs/html/*
}

pkg_postinst() {
	elog
	elog "To use SCIM with both GTK2 and XIM, you should use the following"
	elog "in your user startup scripts such as .gnomerc or .xinitrc:"
	elog
	elog "LANG='your_language' scim -d"
	elog "export XMODIFIERS=@im=SCIM"
	elog "export GTK_IM_MODULE=\"scim\""
	elog "export QT_IM_MODULE=\"scim\""
	elog
	elog "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other"
	elog "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
	elog
	elog "To use Chinese input methods:"
	elog "	# emerge app-i18n/scim-tables app-i18n/scim-pinyin"
	elog "To use Korean input methods:"
	elog "	# emerge app-i18n/scim-hangul"
	elog "To use Japanese input methods:"
	elog "	# emerge app-i18n/scim-anthy"
	elog "To use various input methods (more than 30 languages):"
	elog "	# emerge app-i18n/scim-m17n"
	elog
	ewarn
	ewarn "If you upgraded from scim-1.2.x or scim-1.0.x, you should remerge all SCIM modules."
	ewarn

	update_gtk_immodules
}

pkg_postrm() {
	update_gtk_immodules
}






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/scim: ChangeLog scim-1.4.11-r1.ebuild
@ 2012-06-21 19:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-21 19:32 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/21 19:32:58

  Modified:             ChangeLog scim-1.4.11-r1.ebuild
  Log:
  Stable for amd64, wrt bug #422875
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.152                app-i18n/scim/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	21 Jun 2012 16:16:30 -0000	1.151
+++ ChangeLog	21 Jun 2012 19:32:58 -0000	1.152
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/scim
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.151 2012/06/21 16:16:30 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.152 2012/06/21 19:32:58 ago Exp $
+
+  21 Jun 2012; Agostino Sarubbo <ago@gentoo.org> scim-1.4.11-r1.ebuild:
+  Stable for amd64, wrt bug #422875
 
   21 Jun 2012; Naohiro Aota <naota@gentoo.org> scim-1.4.11-r1.ebuild:
   Revert mis-stabized KEYWORDs; Use gnome2_query_immodules_gtk2. #413521



1.5                  app-i18n/scim/scim-1.4.11-r1.ebuild

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

Index: scim-1.4.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- scim-1.4.11-r1.ebuild	21 Jun 2012 16:16:30 -0000	1.4
+++ scim-1.4.11-r1.ebuild	21 Jun 2012 19:32:58 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.4 2012/06/21 16:16:30 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.5 2012/06/21 19:32:58 ago Exp $
 
 EAPI="3"
 inherit eutils flag-o-matic multilib gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/scim: ChangeLog scim-1.4.11-r1.ebuild
@ 2012-06-22  6:00 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-22  6:00 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/06/22 06:00:30

  Modified:             ChangeLog scim-1.4.11-r1.ebuild
  Log:
  marked x86 per bug 422875
  
  (Portage version: 2.2.0_alpha110/cvs/Linux i686)

Revision  Changes    Path
1.153                app-i18n/scim/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	21 Jun 2012 19:32:58 -0000	1.152
+++ ChangeLog	22 Jun 2012 06:00:30 -0000	1.153
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/scim
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.152 2012/06/21 19:32:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.153 2012/06/22 06:00:30 jdhore Exp $
+
+  22 Jun 2012; Jeff Horelick <jdhore@gentoo.org> scim-1.4.11-r1.ebuild:
+  marked x86 per bug 422875
 
   21 Jun 2012; Agostino Sarubbo <ago@gentoo.org> scim-1.4.11-r1.ebuild:
   Stable for amd64, wrt bug #422875



1.6                  app-i18n/scim/scim-1.4.11-r1.ebuild

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

Index: scim-1.4.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- scim-1.4.11-r1.ebuild	21 Jun 2012 19:32:58 -0000	1.5
+++ scim-1.4.11-r1.ebuild	22 Jun 2012 06:00:30 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.5 2012/06/21 19:32:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.6 2012/06/22 06:00:30 jdhore Exp $
 
 EAPI="3"
 inherit eutils flag-o-matic multilib gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/scim: ChangeLog scim-1.4.11-r1.ebuild
@ 2012-06-22 15:26 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-06-22 15:26 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/22 15:26:10

  Modified:             ChangeLog scim-1.4.11-r1.ebuild
  Log:
  Marking scim-1.4.11-r1 ppc64 for bug 422875
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.154                app-i18n/scim/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	22 Jun 2012 06:00:30 -0000	1.153
+++ ChangeLog	22 Jun 2012 15:26:10 -0000	1.154
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/scim
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.153 2012/06/22 06:00:30 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.154 2012/06/22 15:26:10 ranger Exp $
+
+  22 Jun 2012; Brent Baude <ranger@gentoo.org> scim-1.4.11-r1.ebuild:
+  Marking scim-1.4.11-r1 ppc64 for bug 422875
 
   22 Jun 2012; Jeff Horelick <jdhore@gentoo.org> scim-1.4.11-r1.ebuild:
   marked x86 per bug 422875



1.7                  app-i18n/scim/scim-1.4.11-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?r1=1.6&r2=1.7

Index: scim-1.4.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- scim-1.4.11-r1.ebuild	22 Jun 2012 06:00:30 -0000	1.6
+++ scim-1.4.11-r1.ebuild	22 Jun 2012 15:26:10 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.6 2012/06/22 06:00:30 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.7 2012/06/22 15:26:10 ranger Exp $
 
 EAPI="3"
 inherit eutils flag-o-matic multilib gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/scim: ChangeLog scim-1.4.11-r1.ebuild
@ 2012-06-28 12:46 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-06-28 12:46 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/28 12:46:36

  Modified:             ChangeLog scim-1.4.11-r1.ebuild
  Log:
  Marking scim-1.4.11-r1 ppc for bug 422875
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.155                app-i18n/scim/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	22 Jun 2012 15:26:10 -0000	1.154
+++ ChangeLog	28 Jun 2012 12:46:36 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/scim
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.154 2012/06/22 15:26:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.155 2012/06/28 12:46:36 ranger Exp $
+
+  28 Jun 2012; Brent Baude <ranger@gentoo.org> scim-1.4.11-r1.ebuild:
+  Marking scim-1.4.11-r1 ppc for bug 422875
 
   22 Jun 2012; Brent Baude <ranger@gentoo.org> scim-1.4.11-r1.ebuild:
   Marking scim-1.4.11-r1 ppc64 for bug 422875



1.8                  app-i18n/scim/scim-1.4.11-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?r1=1.7&r2=1.8

Index: scim-1.4.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- scim-1.4.11-r1.ebuild	22 Jun 2012 15:26:10 -0000	1.7
+++ scim-1.4.11-r1.ebuild	28 Jun 2012 12:46:36 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.7 2012/06/22 15:26:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.8 2012/06/28 12:46:36 ranger Exp $
 
 EAPI="3"
 inherit eutils flag-o-matic multilib gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/scim: ChangeLog scim-1.4.11-r1.ebuild
@ 2012-07-03 20:21 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-07-03 20:21 UTC (permalink / raw
  To: gentoo-commits

jer         12/07/03 20:21:07

  Modified:             ChangeLog scim-1.4.11-r1.ebuild
  Log:
  Stable for HPPA (bug #422875).
  
  (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)

Revision  Changes    Path
1.156                app-i18n/scim/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	28 Jun 2012 12:46:36 -0000	1.155
+++ ChangeLog	3 Jul 2012 20:21:07 -0000	1.156
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/scim
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.155 2012/06/28 12:46:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.156 2012/07/03 20:21:07 jer Exp $
+
+  03 Jul 2012; Jeroen Roovers <jer@gentoo.org> scim-1.4.11-r1.ebuild:
+  Stable for HPPA (bug #422875).
 
   28 Jun 2012; Brent Baude <ranger@gentoo.org> scim-1.4.11-r1.ebuild:
   Marking scim-1.4.11-r1 ppc for bug 422875



1.9                  app-i18n/scim/scim-1.4.11-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?r1=1.8&r2=1.9

Index: scim-1.4.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- scim-1.4.11-r1.ebuild	28 Jun 2012 12:46:36 -0000	1.8
+++ scim-1.4.11-r1.ebuild	3 Jul 2012 20:21:07 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.8 2012/06/28 12:46:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.9 2012/07/03 20:21:07 jer Exp $
 
 EAPI="3"
 inherit eutils flag-o-matic multilib gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/scim: ChangeLog scim-1.4.11-r1.ebuild
@ 2012-08-05 18:03 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-08-05 18:03 UTC (permalink / raw
  To: gentoo-commits

armin76     12/08/05 18:03:20

  Modified:             ChangeLog scim-1.4.11-r1.ebuild
  Log:
  alpha/sparc stable wrt #422875
  
  (Portage version: 2.1.11.5/cvs/Linux ia64)

Revision  Changes    Path
1.157                app-i18n/scim/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	3 Jul 2012 20:21:07 -0000	1.156
+++ ChangeLog	5 Aug 2012 18:03:20 -0000	1.157
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/scim
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.156 2012/07/03 20:21:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.157 2012/08/05 18:03:20 armin76 Exp $
+
+  05 Aug 2012; Raúl Porcel <armin76@gentoo.org> scim-1.4.11-r1.ebuild:
+  alpha/sparc stable wrt #422875
 
   03 Jul 2012; Jeroen Roovers <jer@gentoo.org> scim-1.4.11-r1.ebuild:
   Stable for HPPA (bug #422875).



1.10                 app-i18n/scim/scim-1.4.11-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild?r1=1.9&r2=1.10

Index: scim-1.4.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- scim-1.4.11-r1.ebuild	3 Jul 2012 20:21:07 -0000	1.9
+++ scim-1.4.11-r1.ebuild	5 Aug 2012 18:03:20 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.9 2012/07/03 20:21:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.10 2012/08/05 18:03:20 armin76 Exp $
 
 EAPI="3"
 inherit eutils flag-o-matic multilib gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/scim: ChangeLog scim-1.4.11-r1.ebuild
@ 2015-07-30 13:13 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-07-30 13:13 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/07/30 13:13:48

  Modified:             ChangeLog
  Removed:              scim-1.4.11-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.172                app-i18n/scim/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog	30 Jul 2015 13:10:35 -0000	1.171
+++ ChangeLog	30 Jul 2015 13:13:48 -0000	1.172
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/scim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.171 2015/07/30 13:10:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.172 2015/07/30 13:13:48 mrueg Exp $
+
+  30 Jul 2015; Manuel Rüger <mrueg@gentoo.org>
+  -files/scim-1.4.11-type-module-use.patch, -scim-1.4.11-r1.ebuild:
+  Remove old.
 
   30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> scim-1.4.14.ebuild:
   Stable for sparc, wrt bug #525016





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

end of thread, other threads:[~2015-07-30 13:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-22 15:26 [gentoo-commits] gentoo-x86 commit in app-i18n/scim: ChangeLog scim-1.4.11-r1.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-30 13:13 Manuel Rueger (mrueg)
2012-08-05 18:03 Raul Porcel (armin76)
2012-07-03 20:21 Jeroen Roovers (jer)
2012-06-28 12:46 Brent Baude (ranger)
2012-06-22  6:00 Jeff Horelick (jdhore)
2012-06-21 19:32 Agostino Sarubbo (ago)
2011-11-17  9:06 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