public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Email-MIME-Attachment-Stripper: Email-MIME-Attachment-Stripper-1.317.0.ebuild ChangeLog
@ 2013-09-03  4:40 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2013-09-03  4:40 UTC (permalink / raw
  To: gentoo-commits

patrick     13/09/03 04:40:05

  Modified:             ChangeLog
  Added:                Email-MIME-Attachment-Stripper-1.317.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.33                 dev-perl/Email-MIME-Attachment-Stripper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	24 Jun 2012 13:00:24 -0000	1.32
+++ ChangeLog	3 Sep 2013 04:40:05 -0000	1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Email-MIME-Attachment-Stripper
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.32 2012/06/24 13:00:24 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.33 2013/09/03 04:40:05 patrick Exp $
+
+*Email-MIME-Attachment-Stripper-1.317.0 (03 Sep 2013)
+
+  03 Sep 2013; Patrick Lauer <patrick@gentoo.org>
+  +Email-MIME-Attachment-Stripper-1.317.0.ebuild:
+  Bump
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info



1.1                  dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?rev=1.1&content-type=text/plain

Index: Email-MIME-Attachment-Stripper-1.317.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v 1.1 2013/09/03 04:40:05 patrick Exp $

EAPI=4

MODULE_AUTHOR=RJBS
MODULE_VERSION=1.317
inherit perl-module

DESCRIPTION="Strip the attachments from a mail"

LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+
# under the same terms as Tony's original module
# Mail::Message::Attachment::Stripper
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"

RDEPEND=">=dev-perl/Email-MIME-1.900
	>=dev-perl/Email-MIME-ContentType-1.012"
DEPEND="${RDEPEND}
	test? (
		dev-perl/Test-Pod
		dev-perl/Test-Pod-Coverage
	)"

SRC_TEST="do"





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Email-MIME-Attachment-Stripper: Email-MIME-Attachment-Stripper-1.317.0.ebuild ChangeLog
@ 2014-01-27 20:37 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-01-27 20:37 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/01/27 20:37:13

  Modified:             Email-MIME-Attachment-Stripper-1.317.0.ebuild
                        ChangeLog
  Log:
  Add missing test dependency dev-perl/Capture-Tiny
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.2                  dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?r1=1.1&r2=1.2

Index: Email-MIME-Attachment-Stripper-1.317.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Email-MIME-Attachment-Stripper-1.317.0.ebuild	3 Sep 2013 04:40:05 -0000	1.1
+++ Email-MIME-Attachment-Stripper-1.317.0.ebuild	27 Jan 2014 20:37:12 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v 1.1 2013/09/03 04:40:05 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v 1.2 2014/01/27 20:37:12 zlogene Exp $
 
 EAPI=4
 
@@ -23,6 +23,7 @@
 	test? (
 		dev-perl/Test-Pod
 		dev-perl/Test-Pod-Coverage
+		dev-perl/Capture-Tiny
 	)"
 
 SRC_TEST="do"



1.34                 dev-perl/Email-MIME-Attachment-Stripper/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	3 Sep 2013 04:40:05 -0000	1.33
+++ ChangeLog	27 Jan 2014 20:37:12 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Email-MIME-Attachment-Stripper
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.33 2013/09/03 04:40:05 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.34 2014/01/27 20:37:12 zlogene Exp $
+
+  27 Jan 2014; Mikle Kolyada <zlogene@gentoo.org>
+  Email-MIME-Attachment-Stripper-1.317.0.ebuild:
+  Add missing test dependency dev-perl/Capture-Tiny
 
 *Email-MIME-Attachment-Stripper-1.317.0 (03 Sep 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Email-MIME-Attachment-Stripper: Email-MIME-Attachment-Stripper-1.317.0.ebuild ChangeLog
@ 2014-01-27 20:39 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-01-27 20:39 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/01/27 20:39:05

  Modified:             Email-MIME-Attachment-Stripper-1.317.0.ebuild
                        ChangeLog
  Log:
  amd64 stable wrt bug #492134
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.3                  dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?r1=1.2&r2=1.3

Index: Email-MIME-Attachment-Stripper-1.317.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Email-MIME-Attachment-Stripper-1.317.0.ebuild	27 Jan 2014 20:37:12 -0000	1.2
+++ Email-MIME-Attachment-Stripper-1.317.0.ebuild	27 Jan 2014 20:39:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v 1.2 2014/01/27 20:37:12 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v 1.3 2014/01/27 20:39:04 zlogene Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 # under the same terms as Tony's original module
 # Mail::Message::Attachment::Stripper
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=">=dev-perl/Email-MIME-1.900



1.35                 dev-perl/Email-MIME-Attachment-Stripper/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	27 Jan 2014 20:37:12 -0000	1.34
+++ ChangeLog	27 Jan 2014 20:39:04 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Email-MIME-Attachment-Stripper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.34 2014/01/27 20:37:12 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.35 2014/01/27 20:39:04 zlogene Exp $
+
+  27 Jan 2014; Mikle Kolyada <zlogene@gentoo.org>
+  Email-MIME-Attachment-Stripper-1.317.0.ebuild:
+  amd64 stable wrt bug #492134
 
   27 Jan 2014; Mikle Kolyada <zlogene@gentoo.org>
   Email-MIME-Attachment-Stripper-1.317.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Email-MIME-Attachment-Stripper: Email-MIME-Attachment-Stripper-1.317.0.ebuild ChangeLog
@ 2014-01-27 20:40 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-01-27 20:40 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/01/27 20:40:24

  Modified:             Email-MIME-Attachment-Stripper-1.317.0.ebuild
                        ChangeLog
  Log:
  x86 stable wrt bug #492134
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.4                  dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?r1=1.3&r2=1.4

Index: Email-MIME-Attachment-Stripper-1.317.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Email-MIME-Attachment-Stripper-1.317.0.ebuild	27 Jan 2014 20:39:04 -0000	1.3
+++ Email-MIME-Attachment-Stripper-1.317.0.ebuild	27 Jan 2014 20:40:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v 1.3 2014/01/27 20:39:04 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v 1.4 2014/01/27 20:40:24 zlogene Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 # under the same terms as Tony's original module
 # Mail::Message::Attachment::Stripper
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND=">=dev-perl/Email-MIME-1.900



1.36                 dev-perl/Email-MIME-Attachment-Stripper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	27 Jan 2014 20:39:04 -0000	1.35
+++ ChangeLog	27 Jan 2014 20:40:24 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Email-MIME-Attachment-Stripper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.35 2014/01/27 20:39:04 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.36 2014/01/27 20:40:24 zlogene Exp $
+
+  27 Jan 2014; Mikle Kolyada <zlogene@gentoo.org>
+  Email-MIME-Attachment-Stripper-1.317.0.ebuild:
+  x86 stable wrt bug #492134
 
   27 Jan 2014; Mikle Kolyada <zlogene@gentoo.org>
   Email-MIME-Attachment-Stripper-1.317.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Email-MIME-Attachment-Stripper: Email-MIME-Attachment-Stripper-1.317.0.ebuild ChangeLog
@ 2014-02-02 10:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-02 10:56 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/02 10:56:35

  Modified:             Email-MIME-Attachment-Stripper-1.317.0.ebuild
                        ChangeLog
  Log:
  Stable for ppc, wrt bug #492134
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild?r1=1.4&r2=1.5

Index: Email-MIME-Attachment-Stripper-1.317.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Email-MIME-Attachment-Stripper-1.317.0.ebuild	27 Jan 2014 20:40:24 -0000	1.4
+++ Email-MIME-Attachment-Stripper-1.317.0.ebuild	2 Feb 2014 10:56:34 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v 1.4 2014/01/27 20:40:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v 1.5 2014/02/02 10:56:34 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 # under the same terms as Tony's original module
 # Mail::Message::Attachment::Stripper
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND=">=dev-perl/Email-MIME-1.900



1.37                 dev-perl/Email-MIME-Attachment-Stripper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	27 Jan 2014 20:40:24 -0000	1.36
+++ ChangeLog	2 Feb 2014 10:56:34 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Email-MIME-Attachment-Stripper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.36 2014/01/27 20:40:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.37 2014/02/02 10:56:34 ago Exp $
+
+  02 Feb 2014; Agostino Sarubbo <ago@gentoo.org>
+  Email-MIME-Attachment-Stripper-1.317.0.ebuild:
+  Stable for ppc, wrt bug #492134
 
   27 Jan 2014; Mikle Kolyada <zlogene@gentoo.org>
   Email-MIME-Attachment-Stripper-1.317.0.ebuild:





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

end of thread, other threads:[~2014-02-02 10:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03  4:40 [gentoo-commits] gentoo-x86 commit in dev-perl/Email-MIME-Attachment-Stripper: Email-MIME-Attachment-Stripper-1.317.0.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-27 20:37 Mikle Kolyada (zlogene)
2014-01-27 20:39 Mikle Kolyada (zlogene)
2014-01-27 20:40 Mikle Kolyada (zlogene)
2014-02-02 10:56 Agostino Sarubbo (ago)

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