public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DomainKeys: ChangeLog Mail-DomainKeys-1.0.0.ebuild
@ 2011-08-30 10:52 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2011-08-30 10:52 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/30 10:52:07

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	10 Jan 2010 17:02:49 -0000	1.32
+++ ChangeLog	30 Aug 2011 10:52:07 -0000	1.33
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Mail-DomainKeys
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.32 2010/01/10 17:02:49 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.33 2011/08/30 10:52:07 tove Exp $
+
+*Mail-DomainKeys-1.0.0 (30 Aug 2011)
+
+  30 Aug 2011; Torsten Veller <tove@gentoo.org> +Mail-DomainKeys-1.0.0.ebuild:
+  Change version scheme
 
   10 Jan 2010; Fabian Groffen <grobian@gentoo.org>
   Mail-DomainKeys-1.0.ebuild:



1.1                  dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild

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

Index: Mail-DomainKeys-1.0.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-DomainKeys/Mail-DomainKeys-1.0.0.ebuild,v 1.1 2011/08/30 10:52:07 tove Exp $

EAPI=4

MODULE_AUTHOR=ANTHONYU
MODULE_VERSION=1.0
inherit perl-module

DESCRIPTION="A perl implementation of DomainKeys"

SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"

RDEPEND=">=dev-perl/Net-DNS-0.34
	dev-perl/MailTools
	dev-perl/Crypt-OpenSSL-RSA"
DEPEND="${RDEPEND}
	test? ( dev-perl/Email-Address )"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DomainKeys: ChangeLog Mail-DomainKeys-1.0.0.ebuild
@ 2011-09-03 21:04 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2011-09-03 21:04 UTC (permalink / raw
  To: gentoo-commits

tove        11/09/03 21:04:59

  Modified:             ChangeLog Mail-DomainKeys-1.0.0.ebuild
  Log:
  Merge stable keywords from former version scheme ebuilds
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	30 Aug 2011 10:52:07 -0000	1.33
+++ ChangeLog	3 Sep 2011 21:04:59 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Mail-DomainKeys
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.33 2011/08/30 10:52:07 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.34 2011/09/03 21:04:59 tove Exp $
+
+  03 Sep 2011; Torsten Veller <tove@gentoo.org> Mail-DomainKeys-1.0.0.ebuild:
+  Merge stable keywords from former version scheme ebuild
 
 *Mail-DomainKeys-1.0.0 (30 Aug 2011)
 



1.2                  dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild

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

Index: Mail-DomainKeys-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Mail-DomainKeys-1.0.0.ebuild	30 Aug 2011 10:52:07 -0000	1.1
+++ Mail-DomainKeys-1.0.0.ebuild	3 Sep 2011 21:04:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild,v 1.1 2011/08/30 10:52:07 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild,v 1.2 2011/09/03 21:04:59 tove Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="A perl implementation of DomainKeys"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND=">=dev-perl/Net-DNS-0.34






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DomainKeys: ChangeLog Mail-DomainKeys-1.0.0.ebuild
@ 2012-06-17 14:14 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2012-06-17 14:14 UTC (permalink / raw
  To: gentoo-commits

armin76     12/06/17 14:14:24

  Modified:             ChangeLog Mail-DomainKeys-1.0.0.ebuild
  Log:
  Drop ia64 keywords
  
  (Portage version: 2.1.10.53/cvs/Linux ia64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	4 Sep 2011 11:21:44 -0000	1.35
+++ ChangeLog	17 Jun 2012 14:14:24 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Mail-DomainKeys
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.35 2011/09/04 11:21:44 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.36 2012/06/17 14:14:24 armin76 Exp $
+
+  17 Jun 2012; Raúl Porcel <armin76@gentoo.org> Mail-DomainKeys-1.0.0.ebuild:
+  Drop ia64 keywords
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org> -Mail-DomainKeys-1.0.ebuild:
   Cleanup



1.3                  dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild

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

Index: Mail-DomainKeys-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Mail-DomainKeys-1.0.0.ebuild	3 Sep 2011 21:04:59 -0000	1.2
+++ Mail-DomainKeys-1.0.0.ebuild	17 Jun 2012 14:14:24 -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-DomainKeys/Mail-DomainKeys-1.0.0.ebuild,v 1.2 2011/09/03 21:04:59 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild,v 1.3 2012/06/17 14:14:24 armin76 Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="A perl implementation of DomainKeys"
 
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND=">=dev-perl/Net-DNS-0.34






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

end of thread, other threads:[~2012-06-17 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-17 14:14 [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DomainKeys: ChangeLog Mail-DomainKeys-1.0.0.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-03 21:04 Torsten Veller (tove)
2011-08-30 10:52 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