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.390.0.ebuild
@ 2011-08-30 10:53 Torsten Veller (tove)
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller (tove) @ 2011-08-30 10:53 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/30 10:53:02

  Modified:             ChangeLog
  Added:                Mail-DKIM-0.390.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	30 Mar 2011 09:32:04 -0000	1.49
+++ ChangeLog	30 Aug 2011 10:53:02 -0000	1.50
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Mail-DKIM
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.49 2011/03/30 09:32:04 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.50 2011/08/30 10:53:02 tove Exp $
+
+*Mail-DKIM-0.390.0 (30 Aug 2011)
+
+  30 Aug 2011; Torsten Veller <tove@gentoo.org> +Mail-DKIM-0.390.0.ebuild:
+  Change version scheme
 
   30 Mar 2011; Michael Weber <xmw@gentoo.org> Mail-DKIM-0.39.ebuild:
   added ~arm (bug 302981)



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

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

Index: Mail-DKIM-0.390.0.ebuild
===================================================================
# Copyright 1999-2011 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.390.0.ebuild,v 1.1 2011/08/30 10:53:02 tove Exp $

EAPI=4

MODULE_AUTHOR=JASLONG
MODULE_VERSION=0.39
inherit perl-module

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

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.390.0.ebuild
@ 2012-02-24 10:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24 10:23 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 10:23:36

  Modified:             ChangeLog Mail-DKIM-0.390.0.ebuild
  Log:
  Stable for amd64, wrt bug #400167
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	20 Dec 2011 09:58:41 -0000	1.52
+++ ChangeLog	24 Feb 2012 10:23:35 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Mail-DKIM
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.52 2011/12/20 09:58:41 naota Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.53 2012/02/24 10:23:35 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Mail-DKIM-0.390.0.ebuild:
+  Stable for amd64, wrt bug #400167
 
   20 Dec 2011; Naohiro Aota <naota@gentoo.org> Mail-DKIM-0.390.0.ebuild:
   Add ~x86-fbsd



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

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

Index: Mail-DKIM-0.390.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Mail-DKIM-0.390.0.ebuild	20 Dec 2011 09:58:41 -0000	1.2
+++ Mail-DKIM-0.390.0.ebuild	24 Feb 2012 10:23:35 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.390.0.ebuild,v 1.2 2011/12/20 09:58:41 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild,v 1.3 2012/02/24 10:23:35 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.390.0.ebuild
@ 2012-03-03 14:18 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-03-03 14:18 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/03 14:18:00

  Modified:             ChangeLog Mail-DKIM-0.390.0.ebuild
  Log:
  Marking Mail-DKIM-0.390.0 ppc64 for bug 400167
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	27 Feb 2012 15:54:45 -0000	1.56
+++ ChangeLog	3 Mar 2012 14:18:00 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Mail-DKIM
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.56 2012/02/27 15:54:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.57 2012/03/03 14:18:00 ranger Exp $
+
+  03 Mar 2012; Brent Baude <ranger@gentoo.org> Mail-DKIM-0.390.0.ebuild:
+  Marking Mail-DKIM-0.390.0 ppc64 for bug 400167
 
   27 Feb 2012; Brent Baude <ranger@gentoo.org> Mail-DKIM-0.390.0.ebuild:
   Marking Mail-DKIM-0.390.0 ppc for bug 400167



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

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

Index: Mail-DKIM-0.390.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Mail-DKIM-0.390.0.ebuild	27 Feb 2012 15:54:45 -0000	1.6
+++ Mail-DKIM-0.390.0.ebuild	3 Mar 2012 14:18:00 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.390.0.ebuild,v 1.6 2012/02/27 15:54:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild,v 1.7 2012/03/03 14:18:00 ranger Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.390.0.ebuild
@ 2014-07-26 14:42 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas HAttel (dilfridge) @ 2014-07-26 14:42 UTC (permalink / raw
  To: gentoo-commits

dilfridge    14/07/26 14:42:54

  Modified:             ChangeLog
  Removed:              Mail-DKIM-0.390.0.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	11 Jun 2013 18:44:19 -0000	1.73
+++ ChangeLog	26 Jul 2014 14:42:54 -0000	1.74
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Mail-DKIM
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.73 2013/06/11 18:44:19 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.74 2014/07/26 14:42:54 dilfridge Exp $
+
+  26 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+  -Mail-DKIM-0.390.0.ebuild:
+  Remove old
 
   11 Jun 2013; Markus Meier <maekke@gentoo.org> Mail-DKIM-0.400.0.ebuild:
   arm stable, bug #269129





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

end of thread, other threads:[~2014-07-26 14:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-03 14:18 [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.390.0.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-26 14:42 Andreas HAttel (dilfridge)
2012-02-24 10:23 Agostino Sarubbo (ago)
2011-08-30 10:53 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