public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100h.ebuild
@ 2009-02-10  0:04 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; 9+ messages in thread
From: Matsuu Takuto (matsuu) @ 2009-02-10  0:04 UTC (permalink / raw
  To: gentoo-commits

matsuu      09/02/10 00:04:51

  Modified:             ChangeLog
  Added:                anthy-9100h.ebuild
  Log:
  Version bumped.
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.121                app-i18n/anthy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	29 Jan 2009 15:12:01 -0000	1.120
+++ ChangeLog	10 Feb 2009 00:04:50 -0000	1.121
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/anthy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.120 2009/01/29 15:12:01 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.121 2009/02/10 00:04:50 matsuu Exp $
+
+*anthy-9100h (10 Feb 2009)
+
+  10 Feb 2009; MATSUU Takuto <matsuu@gentoo.org> +anthy-9100h.ebuild:
+  Version bumped.
 
 *anthy-9100g (29 Jan 2009)
 



1.1                  app-i18n/anthy/anthy-9100h.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.1&content-type=text/plain

Index: anthy-9100h.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.1 2009/02/10 00:04:50 matsuu Exp $

inherit elisp-common eutils

IUSE="emacs"

DESCRIPTION="Anthy -- free and secure Japanese input system"
HOMEPAGE="http://anthy.sourceforge.jp/"
SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz"

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

DEPEND="!app-i18n/anthy-ss
	emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}"

src_unpack() {

	unpack ${A}
	cd "${S}"

	local cannadicdir=/var/lib/canna/dic/canna

	if has_version 'app-dicts/canna-2ch'; then
		einfo "Adding nichan.ctd to anthy.dic."
		sed -i \
			-e "/set_input_encoding eucjp/aread /var/lib/canna/dic/canna/nichan.ctd" \
			mkworddic/dict.args.in || die
	fi

}

src_compile() {

	local myconf

	use emacs || myconf="EMACS=no"

	econf ${myconf} || die
	emake || die

}

src_install() {

	emake DESTDIR="${D}" install || die

	use emacs && elisp-site-file-install "${FILESDIR}"/50anthy-gentoo.el

	dodoc AUTHORS DIARY NEWS README ChangeLog

	docinto doc
	rm doc/Makefile*
	dodoc doc/*

}

pkg_postinst() {

	use emacs && elisp-site-regen

}

pkg_postrm() {

	use emacs && elisp-site-regen

}






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100h.ebuild
@ 2009-06-28 17:13 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-06-28 17:13 UTC (permalink / raw
  To: gentoo-commits

klausman    09/06/28 17:13:23

  Modified:             ChangeLog anthy-9100h.ebuild
  Log:
  Stable on alpha, bug #275687
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.122                app-i18n/anthy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	10 Feb 2009 00:04:50 -0000	1.121
+++ ChangeLog	28 Jun 2009 17:13:23 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/anthy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.121 2009/02/10 00:04:50 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.122 2009/06/28 17:13:23 klausman Exp $
+
+  28 Jun 2009; Tobias Klausmann <klausman@gentoo.org> anthy-9100h.ebuild:
+  Stable on alpha, bug #275687
 
 *anthy-9100h (10 Feb 2009)
 



1.2                  app-i18n/anthy/anthy-9100h.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?r1=1.1&r2=1.2

Index: anthy-9100h.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- anthy-9100h.ebuild	10 Feb 2009 00:04:50 -0000	1.1
+++ anthy-9100h.ebuild	28 Jun 2009 17:13:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.1 2009/02/10 00:04:50 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.2 2009/06/28 17:13:23 klausman Exp $
 
 inherit elisp-common eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 SLOT="0"
 
 DEPEND="!app-i18n/anthy-ss






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100h.ebuild
@ 2009-06-30 21:13 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-30 21:13 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/30 21:13:40

  Modified:             ChangeLog anthy-9100h.ebuild
  Log:
  stable x86, bug 275687
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.123                app-i18n/anthy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	28 Jun 2009 17:13:23 -0000	1.122
+++ ChangeLog	30 Jun 2009 21:13:40 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/anthy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.122 2009/06/28 17:13:23 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.123 2009/06/30 21:13:40 fauli Exp $
+
+  30 Jun 2009; Christian Faulhammer <fauli@gentoo.org> anthy-9100h.ebuild:
+  stable x86, bug 275687
 
   28 Jun 2009; Tobias Klausmann <klausman@gentoo.org> anthy-9100h.ebuild:
   Stable on alpha, bug #275687



1.3                  app-i18n/anthy/anthy-9100h.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?r1=1.2&r2=1.3

Index: anthy-9100h.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- anthy-9100h.ebuild	28 Jun 2009 17:13:23 -0000	1.2
+++ anthy-9100h.ebuild	30 Jun 2009 21:13:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.2 2009/06/28 17:13:23 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.3 2009/06/30 21:13:40 fauli Exp $
 
 inherit elisp-common eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 SLOT="0"
 
 DEPEND="!app-i18n/anthy-ss






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100h.ebuild
@ 2009-07-01 14:15 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2009-07-01 14:15 UTC (permalink / raw
  To: gentoo-commits

armin76     09/07/01 14:15:59

  Modified:             ChangeLog anthy-9100h.ebuild
  Log:
  ia64/sparc stable wrt #275687
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.124                app-i18n/anthy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	30 Jun 2009 21:13:40 -0000	1.123
+++ ChangeLog	1 Jul 2009 14:15:59 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/anthy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.123 2009/06/30 21:13:40 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.124 2009/07/01 14:15:59 armin76 Exp $
+
+  01 Jul 2009; Raúl Porcel <armin76@gentoo.org> anthy-9100h.ebuild:
+  ia64/sparc stable wrt #275687
 
   30 Jun 2009; Christian Faulhammer <fauli@gentoo.org> anthy-9100h.ebuild:
   stable x86, bug 275687



1.4                  app-i18n/anthy/anthy-9100h.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?r1=1.3&r2=1.4

Index: anthy-9100h.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- anthy-9100h.ebuild	30 Jun 2009 21:13:40 -0000	1.3
+++ anthy-9100h.ebuild	1 Jul 2009 14:15:59 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.3 2009/06/30 21:13:40 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.4 2009/07/01 14:15:59 armin76 Exp $
 
 inherit elisp-common eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 SLOT="0"
 
 DEPEND="!app-i18n/anthy-ss






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100h.ebuild
@ 2009-07-21  0:48 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2009-07-21  0:48 UTC (permalink / raw
  To: gentoo-commits

jer         09/07/21 00:48:52

  Modified:             ChangeLog anthy-9100h.ebuild
  Log:
  Stable for HPPA (bug #275687).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.125                app-i18n/anthy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	1 Jul 2009 14:15:59 -0000	1.124
+++ ChangeLog	21 Jul 2009 00:48:52 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/anthy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.124 2009/07/01 14:15:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.125 2009/07/21 00:48:52 jer Exp $
+
+  21 Jul 2009; Jeroen Roovers <jer@gentoo.org> anthy-9100h.ebuild:
+  Stable for HPPA (bug #275687).
 
   01 Jul 2009; Raúl Porcel <armin76@gentoo.org> anthy-9100h.ebuild:
   ia64/sparc stable wrt #275687



1.5                  app-i18n/anthy/anthy-9100h.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?r1=1.4&r2=1.5

Index: anthy-9100h.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- anthy-9100h.ebuild	1 Jul 2009 14:15:59 -0000	1.4
+++ anthy-9100h.ebuild	21 Jul 2009 00:48:52 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.4 2009/07/01 14:15:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.5 2009/07/21 00:48:52 jer Exp $
 
 inherit elisp-common eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 SLOT="0"
 
 DEPEND="!app-i18n/anthy-ss






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100h.ebuild
@ 2009-07-21 14:47 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 9+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-07-21 14:47 UTC (permalink / raw
  To: gentoo-commits

chainsaw    09/07/21 14:47:05

  Modified:             ChangeLog anthy-9100h.ebuild
  Log:
  Marked stable on AMD64 as requested by MATSUU Takuto <matsuu@gentoo.org> in bug #275687.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.126                app-i18n/anthy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	21 Jul 2009 00:48:52 -0000	1.125
+++ ChangeLog	21 Jul 2009 14:47:05 -0000	1.126
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/anthy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.125 2009/07/21 00:48:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.126 2009/07/21 14:47:05 chainsaw Exp $
+
+  21 Jul 2009; <chainsaw@gentoo.org> anthy-9100h.ebuild:
+  Marked stable on AMD64 as requested by MATSUU Takuto <matsuu@gentoo.org>
+  in bug #275687.
 
   21 Jul 2009; Jeroen Roovers <jer@gentoo.org> anthy-9100h.ebuild:
   Stable for HPPA (bug #275687).



1.6                  app-i18n/anthy/anthy-9100h.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?r1=1.5&r2=1.6

Index: anthy-9100h.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- anthy-9100h.ebuild	21 Jul 2009 00:48:52 -0000	1.5
+++ anthy-9100h.ebuild	21 Jul 2009 14:47:05 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.5 2009/07/21 00:48:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.6 2009/07/21 14:47:05 chainsaw Exp $
 
 inherit elisp-common eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 SLOT="0"
 
 DEPEND="!app-i18n/anthy-ss






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100h.ebuild
@ 2009-08-09 12:35 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-09 12:35 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/08/09 12:35:26

  Modified:             ChangeLog anthy-9100h.ebuild
  Log:
  ppc stable #275687
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.127                app-i18n/anthy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	21 Jul 2009 14:47:05 -0000	1.126
+++ ChangeLog	9 Aug 2009 12:35:26 -0000	1.127
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/anthy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.126 2009/07/21 14:47:05 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.127 2009/08/09 12:35:26 nixnut Exp $
+
+  09 Aug 2009; nixnut <nixnut@gentoo.org> anthy-9100h.ebuild:
+  ppc stable #275687
 
   21 Jul 2009; <chainsaw@gentoo.org> anthy-9100h.ebuild:
   Marked stable on AMD64 as requested by MATSUU Takuto <matsuu@gentoo.org>



1.7                  app-i18n/anthy/anthy-9100h.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?r1=1.6&r2=1.7

Index: anthy-9100h.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- anthy-9100h.ebuild	21 Jul 2009 14:47:05 -0000	1.6
+++ anthy-9100h.ebuild	9 Aug 2009 12:35:26 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.6 2009/07/21 14:47:05 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.7 2009/08/09 12:35:26 nixnut Exp $
 
 inherit elisp-common eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
 SLOT="0"
 
 DEPEND="!app-i18n/anthy-ss






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100h.ebuild
@ 2009-09-27 12:29 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2009-09-27 12:29 UTC (permalink / raw
  To: gentoo-commits

ranger      09/09/27 12:29:39

  Modified:             ChangeLog anthy-9100h.ebuild
  Log:
  Marking anthy-9100h ppc64 for bug 277353
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.129                app-i18n/anthy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?r1=1.128&r2=1.129

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	17 Sep 2009 16:32:11 -0000	1.128
+++ ChangeLog	27 Sep 2009 12:29:39 -0000	1.129
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/anthy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.128 2009/09/17 16:32:11 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.129 2009/09/27 12:29:39 ranger Exp $
+
+  27 Sep 2009; Brent Baude <ranger@gentoo.org> anthy-9100h.ebuild:
+  Marking anthy-9100h ppc64 for bug 277353
 
   17 Sep 2009; MATSUU Takuto <matsuu@gentoo.org> -anthy-7500b.ebuild,
   -anthy-7900.ebuild, anthy-9100d.ebuild, -anthy-9100e.ebuild,



1.9                  app-i18n/anthy/anthy-9100h.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild?r1=1.8&r2=1.9

Index: anthy-9100h.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- anthy-9100h.ebuild	17 Sep 2009 16:32:12 -0000	1.8
+++ anthy-9100h.ebuild	27 Sep 2009 12:29:39 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.8 2009/09/17 16:32:12 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h.ebuild,v 1.9 2009/09/27 12:29:39 ranger Exp $
 
 inherit elisp-common eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 SLOT="0"
 
 DEPEND="!app-i18n/anthy-ss






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100h.ebuild
@ 2015-04-20 19:17 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 9+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-04-20 19:17 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/04/20 19:17:21

  Modified:             ChangeLog
  Removed:              anthy-9100h.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.143                app-i18n/anthy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog	4 Jan 2015 03:43:04 -0000	1.142
+++ ChangeLog	20 Apr 2015 19:17:21 -0000	1.143
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/anthy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.142 2015/01/04 03:43:04 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.143 2015/04/20 19:17:21 mrueg Exp $
+
+  20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -anthy-9100h.ebuild:
+  Remove old.
 
   04 Jan 2015; Benda Xu <heroxbd@gentoo.org> anthy-9100h-r1.ebuild:
   keyword ~arm





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

end of thread, other threads:[~2015-04-20 19:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 12:29 [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100h.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-20 19:17 Manuel Rueger (mrueg)
2009-08-09 12:35 Gysbert Wassenaar (nixnut)
2009-07-21 14:47 Tony Vroon (chainsaw)
2009-07-21  0:48 Jeroen Roovers (jer)
2009-07-01 14:15 Raul Porcel (armin76)
2009-06-30 21:13 Christian Faulhammer (fauli)
2009-06-28 17:13 Tobias Klausmann (klausman)
2009-02-10  0:04 Matsuu Takuto (matsuu)

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