public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyenchant: ChangeLog pyenchant-1.6.3.ebuild
@ 2010-09-21 21:53 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 7+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-09-21 21:53 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/09/21 21:53:00

  Modified:             ChangeLog
  Added:                pyenchant-1.6.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2_rc85_p18/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 dev-python/pyenchant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	18 Jul 2010 13:22:28 -0000	1.27
+++ ChangeLog	21 Sep 2010 21:53:00 -0000	1.28
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyenchant
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.27 2010/07/18 13:22:28 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.28 2010/09/21 21:53:00 arfrever Exp $
+
+*pyenchant-1.6.3 (21 Sep 2010)
+
+  21 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +pyenchant-1.6.3.ebuild:
+  Version bump.
 
   18 Jul 2010; <nixnut@gentoo.org> pyenchant-1.6.2.ebuild:
   ppc stable #323093



1.1                  dev-python/pyenchant/pyenchant-1.6.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.1&content-type=text/plain

Index: pyenchant-1.6.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.1 2010/09/21 21:53:00 arfrever Exp $

EAPI="3"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="setup.py"

inherit distutils

DESCRIPTION="Python wrapper for the Enchant spellchecking wrapper library"
HOMEPAGE="http://pyenchant.sourceforge.net http://pypi.python.org/pypi/pyenchant"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND=">=app-text/enchant-${PV%.*}
	dev-python/setuptools"
RDEPEND="${DEPEND}"

DOCS="README.txt TODO.txt"
PYTHON_MODNAME="enchant"

src_prepare() {
	distutils_src_prepare

	# TestInstallEnv tests are broken with Python 3 (enchant.tokenize is wrongly imported as tokenize).
	sed -e "s/test_basic/_&/;s/test_UnicodeInstallPath/_&/" -i enchant/tests.py || die "sed failed"
}

src_test() {
	if [[ -n "$(LC_ALL="en_US.UTF-8" bash -c "" 2>&1)" ]]; then
		ewarn "Disabling tests due to missing en_US.UTF-8 locale"
	else
		distutils_src_test
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyenchant: ChangeLog pyenchant-1.6.3.ebuild
@ 2010-10-19  9:43 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-19  9:43 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/19 09:43:11

  Modified:             ChangeLog pyenchant-1.6.3.ebuild
  Log:
  Stable on amd64 wrt bug #341623
  
  (Portage version: 2.2_rc97/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 dev-python/pyenchant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	26 Sep 2010 11:50:10 -0000	1.29
+++ ChangeLog	19 Oct 2010 09:43:11 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyenchant
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.29 2010/09/26 11:50:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.30 2010/10/19 09:43:11 hwoarang Exp $
+
+  19 Oct 2010; Markos Chandras <hwoarang@gentoo.org> pyenchant-1.6.3.ebuild:
+  Stable on amd64 wrt bug #341623
 
   26 Sep 2010; Raúl Porcel <armin76@gentoo.org> pyenchant-1.6.2.ebuild:
   sparc stable wrt #323093



1.2                  dev-python/pyenchant/pyenchant-1.6.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?r1=1.1&r2=1.2

Index: pyenchant-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyenchant-1.6.3.ebuild	21 Sep 2010 21:53:00 -0000	1.1
+++ pyenchant-1.6.3.ebuild	19 Oct 2010 09:43:11 -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/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.1 2010/09/21 21:53:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.2 2010/10/19 09:43:11 hwoarang Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=app-text/enchant-${PV%.*}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyenchant: ChangeLog pyenchant-1.6.3.ebuild
@ 2010-10-20 11:26 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-10-20 11:26 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/10/20 11:26:34

  Modified:             ChangeLog pyenchant-1.6.3.ebuild
  Log:
  x86 stable wrt bug #341623
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.31                 dev-python/pyenchant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	19 Oct 2010 09:43:11 -0000	1.30
+++ ChangeLog	20 Oct 2010 11:26:34 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyenchant
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.30 2010/10/19 09:43:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.31 2010/10/20 11:26:34 phajdan.jr Exp $
+
+  20 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  pyenchant-1.6.3.ebuild:
+  x86 stable wrt bug #341623
 
   19 Oct 2010; Markos Chandras <hwoarang@gentoo.org> pyenchant-1.6.3.ebuild:
   Stable on amd64 wrt bug #341623



1.3                  dev-python/pyenchant/pyenchant-1.6.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?r1=1.2&r2=1.3

Index: pyenchant-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyenchant-1.6.3.ebuild	19 Oct 2010 09:43:11 -0000	1.2
+++ pyenchant-1.6.3.ebuild	20 Oct 2010 11:26:34 -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/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.2 2010/10/19 09:43:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.3 2010/10/20 11:26:34 phajdan.jr Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND=">=app-text/enchant-${PV%.*}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyenchant: ChangeLog pyenchant-1.6.3.ebuild
@ 2010-10-22  0:00 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-22  0:00 UTC (permalink / raw
  To: gentoo-commits

jer         10/10/22 00:00:34

  Modified:             ChangeLog pyenchant-1.6.3.ebuild
  Log:
  Stable for HPPA (bug #341623).
  
  (Portage version: 2.2_rc98/cvs/Linux i686)

Revision  Changes    Path
1.32                 dev-python/pyenchant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	20 Oct 2010 11:26:34 -0000	1.31
+++ ChangeLog	22 Oct 2010 00:00:33 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyenchant
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.31 2010/10/20 11:26:34 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.32 2010/10/22 00:00:33 jer Exp $
+
+  22 Oct 2010; Jeroen Roovers <jer@gentoo.org> pyenchant-1.6.3.ebuild:
+  Stable for HPPA (bug #341623).
 
   20 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   pyenchant-1.6.3.ebuild:



1.4                  dev-python/pyenchant/pyenchant-1.6.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?r1=1.3&r2=1.4

Index: pyenchant-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyenchant-1.6.3.ebuild	20 Oct 2010 11:26:34 -0000	1.3
+++ pyenchant-1.6.3.ebuild	22 Oct 2010 00:00:33 -0000	1.4
@@ -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/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.3 2010/10/20 11:26:34 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.4 2010/10/22 00:00:33 jer Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND=">=app-text/enchant-${PV%.*}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyenchant: ChangeLog pyenchant-1.6.3.ebuild
@ 2010-10-31 17:48 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-10-31 17:48 UTC (permalink / raw
  To: gentoo-commits

armin76     10/10/31 17:48:56

  Modified:             ChangeLog pyenchant-1.6.3.ebuild
  Log:
  sparc stable wrt #341623
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.33                 dev-python/pyenchant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	22 Oct 2010 00:00:33 -0000	1.32
+++ ChangeLog	31 Oct 2010 17:48:56 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyenchant
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.32 2010/10/22 00:00:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.33 2010/10/31 17:48:56 armin76 Exp $
+
+  31 Oct 2010; Raúl Porcel <armin76@gentoo.org> pyenchant-1.6.3.ebuild:
+  sparc stable wrt #341623
 
   22 Oct 2010; Jeroen Roovers <jer@gentoo.org> pyenchant-1.6.3.ebuild:
   Stable for HPPA (bug #341623).



1.5                  dev-python/pyenchant/pyenchant-1.6.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?r1=1.4&r2=1.5

Index: pyenchant-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyenchant-1.6.3.ebuild	22 Oct 2010 00:00:33 -0000	1.4
+++ pyenchant-1.6.3.ebuild	31 Oct 2010 17:48:56 -0000	1.5
@@ -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/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.4 2010/10/22 00:00:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.5 2010/10/31 17:48:56 armin76 Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 sparc x86"
 IUSE=""
 
 DEPEND=">=app-text/enchant-${PV%.*}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyenchant: ChangeLog pyenchant-1.6.3.ebuild
@ 2010-12-27 20:57 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2010-12-27 20:57 UTC (permalink / raw
  To: gentoo-commits

ranger      10/12/27 20:57:03

  Modified:             ChangeLog pyenchant-1.6.3.ebuild
  Log:
  Marking pyenchant-1.6.3 ppc64 for bug 341623
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.36                 dev-python/pyenchant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	18 Dec 2010 02:40:09 -0000	1.35
+++ ChangeLog	27 Dec 2010 20:57:03 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyenchant
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.35 2010/12/18 02:40:09 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.36 2010/12/27 20:57:03 ranger Exp $
+
+  27 Dec 2010; Brent Baude <ranger@gentoo.org> pyenchant-1.6.3.ebuild:
+  Marking pyenchant-1.6.3 ppc64 for bug 341623
 
 *pyenchant-1.6.5 (18 Dec 2010)
 



1.6                  dev-python/pyenchant/pyenchant-1.6.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?r1=1.5&r2=1.6

Index: pyenchant-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyenchant-1.6.3.ebuild	31 Oct 2010 17:48:56 -0000	1.5
+++ pyenchant-1.6.3.ebuild	27 Dec 2010 20:57:03 -0000	1.6
@@ -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/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.5 2010/10/31 17:48:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.6 2010/12/27 20:57:03 ranger Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 hppa ~ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=">=app-text/enchant-${PV%.*}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyenchant: ChangeLog pyenchant-1.6.3.ebuild
@ 2011-01-06 21:51 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-01-06 21:51 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/06 21:51:03

  Modified:             ChangeLog pyenchant-1.6.3.ebuild
  Log:
  Marking pyenchant-1.6.3 ppc for bug 341623
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.37                 dev-python/pyenchant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	27 Dec 2010 20:57:03 -0000	1.36
+++ ChangeLog	6 Jan 2011 21:51:03 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyenchant
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.36 2010/12/27 20:57:03 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.37 2011/01/06 21:51:03 ranger Exp $
+
+  06 Jan 2011; Brent Baude <ranger@gentoo.org> pyenchant-1.6.3.ebuild:
+  Marking pyenchant-1.6.3 ppc for bug 341623
 
   27 Dec 2010; Brent Baude <ranger@gentoo.org> pyenchant-1.6.3.ebuild:
   Marking pyenchant-1.6.3 ppc64 for bug 341623



1.7                  dev-python/pyenchant/pyenchant-1.6.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild?r1=1.6&r2=1.7

Index: pyenchant-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyenchant-1.6.3.ebuild	27 Dec 2010 20:57:03 -0000	1.6
+++ pyenchant-1.6.3.ebuild	6 Jan 2011 21:51:03 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.6 2010/12/27 20:57:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.3.ebuild,v 1.7 2011/01/06 21:51:03 ranger Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=">=app-text/enchant-${PV%.*}






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

end of thread, other threads:[~2011-01-06 21:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-27 20:57 [gentoo-commits] gentoo-x86 commit in dev-python/pyenchant: ChangeLog pyenchant-1.6.3.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-06 21:51 Brent Baude (ranger)
2010-10-31 17:48 Raul Porcel (armin76)
2010-10-22  0:00 Jeroen Roovers (jer)
2010-10-20 11:26 PaweA Hajdan (phajdan.jr)
2010-10-19  9:43 Markos Chandras (hwoarang)
2010-09-21 21:53 Arfrever Frehtes Taifersar Arahesis (arfrever)

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