public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-EN-Inflect: Lingua-EN-Inflect-1.89.2.ebuild ChangeLog
@ 2010-07-16  6:23 Torsten Veller (tove)
  0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2010-07-16  6:23 UTC (permalink / raw
  To: gentoo-commits

tove        10/07/16 06:23:19

  Modified:             ChangeLog
  Added:                Lingua-EN-Inflect-1.89.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2_rc67_p226/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-perl/Lingua-EN-Inflect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	11 Nov 2009 07:51:00 -0000	1.20
+++ ChangeLog	16 Jul 2010 06:23:19 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Lingua-EN-Inflect
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.20 2009/11/11 07:51:00 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.21 2010/07/16 06:23:19 tove Exp $
+
+*Lingua-EN-Inflect-1.89.2 (16 Jul 2010)
+
+  16 Jul 2010; Torsten Veller <tove@gentoo.org>
+  +Lingua-EN-Inflect-1.89.2.ebuild:
+  Version bump
 
   11 Nov 2009; Torsten Veller <tove@gentoo.org>
   Lingua-EN-Inflect-1.89.1.ebuild:



1.1                  dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.1&content-type=text/plain

Index: Lingua-EN-Inflect-1.89.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.1 2010/07/16 06:23:19 tove Exp $

EAPI=2

inherit versionator
MODULE_AUTHOR="DCONWAY"
MY_P="${PN}-$(delete_version_separator 2)"
S="${WORKDIR}/${MY_P}"
inherit perl-module

DESCRIPTION="Perl module for Lingua::EN::Inflect"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

SRC_TEST="do"

src_prepare() {
	perl-module_src_prepare
	rm "${S}"/Build.pl || die
	sed -i "/^Build.pl/d" "${S}"/MANIFEST || die
}






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-EN-Inflect: Lingua-EN-Inflect-1.89.2.ebuild ChangeLog
@ 2010-11-04 13:25 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-11-04 13:25 UTC (permalink / raw
  To: gentoo-commits

fauli       10/11/04 13:25:44

  Modified:             Lingua-EN-Inflect-1.89.2.ebuild ChangeLog
  Log:
  x86 stable, bug 341865
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.2                  dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?r1=1.1&r2=1.2

Index: Lingua-EN-Inflect-1.89.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Lingua-EN-Inflect-1.89.2.ebuild	16 Jul 2010 06:23:19 -0000	1.1
+++ Lingua-EN-Inflect-1.89.2.ebuild	4 Nov 2010 13:25:44 -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-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.1 2010/07/16 06:23:19 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.2 2010/11/04 13:25:44 fauli Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 DESCRIPTION="Perl module for Lingua::EN::Inflect"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 SRC_TEST="do"



1.22                 dev-perl/Lingua-EN-Inflect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	16 Jul 2010 06:23:19 -0000	1.21
+++ ChangeLog	4 Nov 2010 13:25:44 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Lingua-EN-Inflect
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.21 2010/07/16 06:23:19 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.22 2010/11/04 13:25:44 fauli Exp $
+
+  04 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
+  Lingua-EN-Inflect-1.89.2.ebuild:
+  x86 stable, bug 341865
 
 *Lingua-EN-Inflect-1.89.2 (16 Jul 2010)
 






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-EN-Inflect: Lingua-EN-Inflect-1.89.2.ebuild ChangeLog
@ 2010-11-05 13:13 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-11-05 13:13 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/11/05 13:13:40

  Modified:             Lingua-EN-Inflect-1.89.2.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #341865
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?r1=1.2&r2=1.3

Index: Lingua-EN-Inflect-1.89.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Lingua-EN-Inflect-1.89.2.ebuild	4 Nov 2010 13:25:44 -0000	1.2
+++ Lingua-EN-Inflect-1.89.2.ebuild	5 Nov 2010 13:13:40 -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-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.2 2010/11/04 13:25:44 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.3 2010/11/05 13:13:40 hwoarang Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 DESCRIPTION="Perl module for Lingua::EN::Inflect"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 SRC_TEST="do"



1.23                 dev-perl/Lingua-EN-Inflect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	4 Nov 2010 13:25:44 -0000	1.22
+++ ChangeLog	5 Nov 2010 13:13:40 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Lingua-EN-Inflect
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.22 2010/11/04 13:25:44 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.23 2010/11/05 13:13:40 hwoarang Exp $
+
+  05 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
+  Lingua-EN-Inflect-1.89.2.ebuild:
+  Stable on amd64 wrt bug #341865
 
   04 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
   Lingua-EN-Inflect-1.89.2.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-EN-Inflect: Lingua-EN-Inflect-1.89.2.ebuild ChangeLog
@ 2010-11-05 14:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-11-05 14:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/11/05 14:07:59

  Modified:             Lingua-EN-Inflect-1.89.2.ebuild ChangeLog
  Log:
  ppc64 stable wrt #341865
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?r1=1.3&r2=1.4

Index: Lingua-EN-Inflect-1.89.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Lingua-EN-Inflect-1.89.2.ebuild	5 Nov 2010 13:13:40 -0000	1.3
+++ Lingua-EN-Inflect-1.89.2.ebuild	5 Nov 2010 14:07:59 -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-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.3 2010/11/05 13:13:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.4 2010/11/05 14:07:59 ssuominen Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 DESCRIPTION="Perl module for Lingua::EN::Inflect"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 SRC_TEST="do"



1.24                 dev-perl/Lingua-EN-Inflect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	5 Nov 2010 13:13:40 -0000	1.23
+++ ChangeLog	5 Nov 2010 14:07:59 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Lingua-EN-Inflect
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.23 2010/11/05 13:13:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.24 2010/11/05 14:07:59 ssuominen Exp $
+
+  05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+  Lingua-EN-Inflect-1.89.2.ebuild:
+  ppc64 stable wrt #341865
 
   05 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
   Lingua-EN-Inflect-1.89.2.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-EN-Inflect: Lingua-EN-Inflect-1.89.2.ebuild ChangeLog
@ 2010-11-13 19:43 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-11-13 19:43 UTC (permalink / raw
  To: gentoo-commits

armin76     10/11/13 19:43:04

  Modified:             Lingua-EN-Inflect-1.89.2.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #341865
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.5                  dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?r1=1.4&r2=1.5

Index: Lingua-EN-Inflect-1.89.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Lingua-EN-Inflect-1.89.2.ebuild	5 Nov 2010 14:07:59 -0000	1.4
+++ Lingua-EN-Inflect-1.89.2.ebuild	13 Nov 2010 19:43:04 -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-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.4 2010/11/05 14:07:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.5 2010/11/13 19:43:04 armin76 Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 DESCRIPTION="Perl module for Lingua::EN::Inflect"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86"
 IUSE=""
 
 SRC_TEST="do"



1.26                 dev-perl/Lingua-EN-Inflect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	7 Nov 2010 09:41:54 -0000	1.25
+++ ChangeLog	13 Nov 2010 19:43:04 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Lingua-EN-Inflect
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.25 2010/11/07 09:41:54 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.26 2010/11/13 19:43:04 armin76 Exp $
+
+  13 Nov 2010; Raúl Porcel <armin76@gentoo.org>
+  Lingua-EN-Inflect-1.89.2.ebuild:
+  alpha/ia64/sparc stable wrt #341865
 
 *Lingua-EN-Inflect-1.89.3 (07 Nov 2010)
 






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-EN-Inflect: Lingua-EN-Inflect-1.89.2.ebuild ChangeLog
@ 2011-01-13 16:59 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2011-01-13 16:59 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/13 16:59:11

  Modified:             Lingua-EN-Inflect-1.89.2.ebuild ChangeLog
  Log:
  Marking Lingua-EN-Inflect-1.89.2 ppc for bug 341865
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild?r1=1.5&r2=1.6

Index: Lingua-EN-Inflect-1.89.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Lingua-EN-Inflect-1.89.2.ebuild	13 Nov 2010 19:43:04 -0000	1.5
+++ Lingua-EN-Inflect-1.89.2.ebuild	13 Jan 2011 16:59:11 -0000	1.6
@@ -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-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.5 2010/11/13 19:43:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.6 2011/01/13 16:59:11 ranger Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 DESCRIPTION="Perl module for Lingua::EN::Inflect"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 SRC_TEST="do"



1.27                 dev-perl/Lingua-EN-Inflect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	13 Nov 2010 19:43:04 -0000	1.26
+++ ChangeLog	13 Jan 2011 16:59:11 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Lingua-EN-Inflect
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.26 2010/11/13 19:43:04 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.27 2011/01/13 16:59:11 ranger Exp $
+
+  13 Jan 2011; Brent Baude <ranger@gentoo.org>
+  Lingua-EN-Inflect-1.89.2.ebuild:
+  Marking Lingua-EN-Inflect-1.89.2 ppc stable for bug 341865
 
   13 Nov 2010; Raúl Porcel <armin76@gentoo.org>
   Lingua-EN-Inflect-1.89.2.ebuild:






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

end of thread, other threads:[~2011-01-13 16:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-16  6:23 [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-EN-Inflect: Lingua-EN-Inflect-1.89.2.ebuild ChangeLog Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-04 13:25 Christian Faulhammer (fauli)
2010-11-05 13:13 Markos Chandras (hwoarang)
2010-11-05 14:07 Samuli Suominen (ssuominen)
2010-11-13 19:43 Raul Porcel (armin76)
2011-01-13 16:59 Brent Baude (ranger)

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