public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.36.ebuild
@ 2009-06-03  6:37 Torsten Veller (tove)
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Veller (tove) @ 2009-06-03  6:37 UTC (permalink / raw
  To: gentoo-commits

tove        09/06/03 06:37:33

  Modified:             ChangeLog
  Added:                Mail-DKIM-0.36.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.28                 dev-perl/Mail-DKIM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	23 May 2009 06:51:07 -0000	1.27
+++ ChangeLog	3 Jun 2009 06:37:33 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Mail-DKIM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.27 2009/05/23 06:51:07 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.28 2009/06/03 06:37:33 tove Exp $
+
+*Mail-DKIM-0.36 (03 Jun 2009)
+
+  03 Jun 2009; Torsten Veller <tove@gentoo.org> +Mail-DKIM-0.36.ebuild:
+  Version bump
 
 *Mail-DKIM-0.35 (23 May 2009)
 



1.1                  dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.1&content-type=text/plain

Index: Mail-DKIM-0.36.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.1 2009/06/03 06:37:33 tove Exp $

EAPI=2

MODULE_AUTHOR=JASLONG
inherit perl-module

DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"

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

DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24
	virtual/perl-Digest-SHA
	virtual/perl-MIME-Base64
	dev-perl/Net-DNS
	dev-perl/MailTools"
RDEPEND="${DEPEND}"

SRC_TEST="do"

src_test(){
	# disable online tests
	for test in policy public_key verifier ; do
		mv "${S}"/t/${test}.t{,.disable}
	done
	perl-module_src_test
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.36.ebuild
@ 2009-09-10  8:07 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-09-10  8:07 UTC (permalink / raw
  To: gentoo-commits

fauli       09/09/10 08:07:53

  Modified:             ChangeLog Mail-DKIM-0.36.ebuild
  Log:
  x86 stable, bug 283969
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.31                 dev-perl/Mail-DKIM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	9 Sep 2009 11:07:03 -0000	1.30
+++ ChangeLog	10 Sep 2009 08:07:52 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Mail-DKIM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.30 2009/09/09 11:07:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.31 2009/09/10 08:07:52 fauli Exp $
+
+  10 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
+  Mail-DKIM-0.36.ebuild:
+  x86 stable, bug 283969
 
 *Mail-DKIM-0.37 (09 Sep 2009)
 



1.2                  dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?r1=1.1&r2=1.2

Index: Mail-DKIM-0.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Mail-DKIM-0.36.ebuild	3 Jun 2009 06:37:33 -0000	1.1
+++ Mail-DKIM-0.36.ebuild	10 Sep 2009 08:07:52 -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/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.1 2009/06/03 06:37:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.2 2009/09/10 08:07:52 fauli Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.36.ebuild
@ 2009-09-18 18:26 Torsten Veller (tove)
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Veller (tove) @ 2009-09-18 18:26 UTC (permalink / raw
  To: gentoo-commits

tove        09/09/18 18:26:49

  Modified:             ChangeLog Mail-DKIM-0.36.ebuild
  Log:
  Stable on amd64 (#283969)
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 dev-perl/Mail-DKIM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	10 Sep 2009 08:07:52 -0000	1.31
+++ ChangeLog	18 Sep 2009 18:26:49 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Mail-DKIM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.31 2009/09/10 08:07:52 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.32 2009/09/18 18:26:49 tove Exp $
+
+  18 Sep 2009; Torsten Veller <tove@gentoo.org> Mail-DKIM-0.36.ebuild:
+  Stable on amd64 (#283969)
 
   10 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
   Mail-DKIM-0.36.ebuild:



1.3                  dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?r1=1.2&r2=1.3

Index: Mail-DKIM-0.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Mail-DKIM-0.36.ebuild	10 Sep 2009 08:07:52 -0000	1.2
+++ Mail-DKIM-0.36.ebuild	18 Sep 2009 18:26:49 -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/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.2 2009/09/10 08:07:52 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.3 2009/09/18 18:26:49 tove Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.36.ebuild
@ 2009-09-19 16:39 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-09-19 16:39 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/09/19 16:39:19

  Modified:             ChangeLog Mail-DKIM-0.36.ebuild
  Log:
  ppc stable #283969
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.33                 dev-perl/Mail-DKIM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	18 Sep 2009 18:26:49 -0000	1.32
+++ ChangeLog	19 Sep 2009 16:39:18 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Mail-DKIM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.32 2009/09/18 18:26:49 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.33 2009/09/19 16:39:18 nixnut Exp $
+
+  19 Sep 2009; nixnut <nixnut@gentoo.org> Mail-DKIM-0.36.ebuild:
+  ppc stable #283969
 
   18 Sep 2009; Torsten Veller <tove@gentoo.org> Mail-DKIM-0.36.ebuild:
   Stable on amd64 (#283969)



1.4                  dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?r1=1.3&r2=1.4

Index: Mail-DKIM-0.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Mail-DKIM-0.36.ebuild	18 Sep 2009 18:26:49 -0000	1.3
+++ Mail-DKIM-0.36.ebuild	19 Sep 2009 16:39:18 -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/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.3 2009/09/18 18:26:49 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.4 2009/09/19 16:39:18 nixnut Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.36.ebuild
@ 2009-09-27 15:05 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2009-09-27 15:05 UTC (permalink / raw
  To: gentoo-commits

ranger      09/09/27 15:05:20

  Modified:             ChangeLog Mail-DKIM-0.36.ebuild
  Log:
  Marking Mail-DKIM-0.36 ppc64 for bug 283969
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.34                 dev-perl/Mail-DKIM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	19 Sep 2009 16:39:18 -0000	1.33
+++ ChangeLog	27 Sep 2009 15:05:20 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Mail-DKIM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.33 2009/09/19 16:39:18 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.34 2009/09/27 15:05:20 ranger Exp $
+
+  27 Sep 2009; Brent Baude <ranger@gentoo.org> Mail-DKIM-0.36.ebuild:
+  Marking Mail-DKIM-0.36 ppc64 stable for bug 283969
 
   19 Sep 2009; nixnut <nixnut@gentoo.org> Mail-DKIM-0.36.ebuild:
   ppc stable #283969



1.5                  dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?r1=1.4&r2=1.5

Index: Mail-DKIM-0.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Mail-DKIM-0.36.ebuild	19 Sep 2009 16:39:18 -0000	1.4
+++ Mail-DKIM-0.36.ebuild	27 Sep 2009 15:05:20 -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/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.4 2009/09/19 16:39:18 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.5 2009/09/27 15:05:20 ranger Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.36.ebuild
@ 2009-10-07 23:06 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 8+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-10-07 23:06 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/10/07 23:06:06

  Modified:             ChangeLog Mail-DKIM-0.36.ebuild
  Log:
  stable sparc, bug 283969
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-perl/Mail-DKIM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	27 Sep 2009 15:05:20 -0000	1.34
+++ ChangeLog	7 Oct 2009 23:06:05 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Mail-DKIM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.34 2009/09/27 15:05:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.35 2009/10/07 23:06:05 tcunha Exp $
+
+  07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Mail-DKIM-0.36.ebuild:
+  stable sparc, bug 283969
 
   27 Sep 2009; Brent Baude <ranger@gentoo.org> Mail-DKIM-0.36.ebuild:
   Marking Mail-DKIM-0.36 ppc64 stable for bug 283969



1.6                  dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?r1=1.5&r2=1.6

Index: Mail-DKIM-0.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Mail-DKIM-0.36.ebuild	27 Sep 2009 15:05:20 -0000	1.5
+++ Mail-DKIM-0.36.ebuild	7 Oct 2009 23:06: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/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.5 2009/09/27 15:05:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.6 2009/10/07 23:06:05 tcunha Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.36.ebuild
@ 2009-10-18 16:05 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-10-18 16:05 UTC (permalink / raw
  To: gentoo-commits

klausman    09/10/18 16:05:32

  Modified:             ChangeLog Mail-DKIM-0.36.ebuild
  Log:
  Stable on alpha, bug #283969
  (Portage version: 2.1.7.1/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 dev-perl/Mail-DKIM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	7 Oct 2009 23:06:05 -0000	1.35
+++ ChangeLog	18 Oct 2009 16:05:31 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Mail-DKIM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.35 2009/10/07 23:06:05 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.36 2009/10/18 16:05:31 klausman Exp $
+
+  18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> Mail-DKIM-0.36.ebuild:
+  Stable on alpha, bug #283969
 
   07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Mail-DKIM-0.36.ebuild:
   stable sparc, bug 283969



1.7                  dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?r1=1.6&r2=1.7

Index: Mail-DKIM-0.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Mail-DKIM-0.36.ebuild	7 Oct 2009 23:06:05 -0000	1.6
+++ Mail-DKIM-0.36.ebuild	18 Oct 2009 16:05:31 -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/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.6 2009/10/07 23:06:05 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.7 2009/10/18 16:05:31 klausman Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.36.ebuild
@ 2009-11-08 15:01 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2009-11-08 15:01 UTC (permalink / raw
  To: gentoo-commits

jer         09/11/08 15:01:47

  Modified:             ChangeLog Mail-DKIM-0.36.ebuild
  Log:
  Stable for HPPA (LuckyLuke).
  (Portage version: 2.2_rc49/cvs/Linux i686)

Revision  Changes    Path
1.37                 dev-perl/Mail-DKIM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	18 Oct 2009 16:05:31 -0000	1.36
+++ ChangeLog	8 Nov 2009 15:01:46 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Mail-DKIM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.36 2009/10/18 16:05:31 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.37 2009/11/08 15:01:46 jer Exp $
+
+  08 Nov 2009; Jeroen Roovers <jer@gentoo.org> Mail-DKIM-0.36.ebuild:
+  Stable for HPPA (LuckyLuke).
 
   18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> Mail-DKIM-0.36.ebuild:
   Stable on alpha, bug #283969



1.8                  dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild?r1=1.7&r2=1.8

Index: Mail-DKIM-0.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Mail-DKIM-0.36.ebuild	18 Oct 2009 16:05:31 -0000	1.7
+++ Mail-DKIM-0.36.ebuild	8 Nov 2009 15:01:46 -0000	1.8
@@ -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/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.7 2009/10/18 16:05:31 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.8 2009/11/08 15:01:46 jer Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24






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

end of thread, other threads:[~2009-11-08 15:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-19 16:39 [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.36.ebuild Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-08 15:01 Jeroen Roovers (jer)
2009-10-18 16:05 Tobias Klausmann (klausman)
2009-10-07 23:06 Tiago Cunha (tcunha)
2009-09-27 15:05 Brent Baude (ranger)
2009-09-18 18:26 Torsten Veller (tove)
2009-09-10  8:07 Christian Faulhammer (fauli)
2009-06-03  6:37 Torsten Veller (tove)

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