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

tove        11/08/31 14:05:55

  Modified:             ChangeLog
  Added:                Crypt-OpenPGP-1.60.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-perl/Crypt-OpenPGP/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	24 Apr 2011 15:55:42 -0000	1.20
+++ ChangeLog	31 Aug 2011 14:05:55 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Crypt-OpenPGP
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.20 2011/04/24 15:55:42 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.21 2011/08/31 14:05:55 tove Exp $
+
+*Crypt-OpenPGP-1.60.0 (31 Aug 2011)
+
+  31 Aug 2011; Torsten Veller <tove@gentoo.org> +Crypt-OpenPGP-1.60.0.ebuild:
+  Change version scheme
 
   24 Apr 2011; Fabian Groffen <grobian@gentoo.org> Crypt-OpenPGP-1.60.ebuild:
   Marked ~x86-solaris, bug #296509



1.1                  dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0.ebuild

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

Index: Crypt-OpenPGP-1.60.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/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0.ebuild,v 1.1 2011/08/31 14:05:55 tove Exp $

EAPI=4

MODULE_AUTHOR=BTROTT
MODULE_VERSION=1.06
inherit perl-module

DESCRIPTION="Pure-Perl OpenPGP-compatible PGP implementation"

LICENSE="Artistic"
#LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-solaris"
IUSE="test"

# Core dependancies are:
# >=Data-Buffer 0.04
# MIME-Base64
# Math-Pari
# Compress-Zlib
# LWP-UserAgent
# URI-Escape

RDEPEND="
	>=dev-perl/data-buffer-0.04
	virtual/perl-MIME-Base64
	virtual/perl-Math-BigInt
	virtual/perl-IO-Compress
	dev-perl/libwww-perl
	dev-perl/URI
	dev-perl/crypt-dsa
	dev-perl/crypt-rsa
	dev-perl/File-HomeDir

	dev-perl/crypt-idea
	virtual/perl-Digest-MD5

	dev-perl/crypt-des-ede3
	dev-perl/Digest-SHA1

	dev-perl/Crypt-Rijndael
	dev-perl/Crypt-CAST5_PP
	dev-perl/Crypt-RIPEMD160

	dev-perl/Crypt-Blowfish
	>=dev-perl/Crypt-Twofish-2.00
	"
DEPEND="${RDEPEND}
	test? (
		dev-perl/Test-Exception
	)"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-OpenPGP: ChangeLog Crypt-OpenPGP-1.60.0.ebuild
@ 2012-02-24 10:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24 10:00 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 10:00:36

  Modified:             ChangeLog Crypt-OpenPGP-1.60.0.ebuild
  Log:
  Stable for amd64, wrt bug #400065
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 dev-perl/Crypt-OpenPGP/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	4 Sep 2011 11:20:57 -0000	1.22
+++ ChangeLog	24 Feb 2012 10:00:36 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Crypt-OpenPGP
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.22 2011/09/04 11:20:57 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.23 2012/02/24 10:00:36 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Crypt-OpenPGP-1.60.0.ebuild:
+  Stable for amd64, wrt bug #400065
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org> -Crypt-OpenPGP-1.60.ebuild:
   Cleanup



1.2                  dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0.ebuild

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

Index: Crypt-OpenPGP-1.60.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Crypt-OpenPGP-1.60.0.ebuild	31 Aug 2011 14:05:55 -0000	1.1
+++ Crypt-OpenPGP-1.60.0.ebuild	24 Feb 2012 10:00:36 -0000	1.2
@@ -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/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0.ebuild,v 1.1 2011/08/31 14:05:55 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0.ebuild,v 1.2 2012/02/24 10:00:36 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 LICENSE="Artistic"
 #LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~x86-solaris"
 IUSE="test"
 
 # Core dependancies are:






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-OpenPGP: ChangeLog Crypt-OpenPGP-1.60.0.ebuild
@ 2012-03-08 12:17 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-08 12:17 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/03/08 12:17:53

  Modified:             ChangeLog Crypt-OpenPGP-1.60.0.ebuild
  Log:
  x86 stable wrt bug #400065
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.24                 dev-perl/Crypt-OpenPGP/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	24 Feb 2012 10:00:36 -0000	1.23
+++ ChangeLog	8 Mar 2012 12:17:53 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Crypt-OpenPGP
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.23 2012/02/24 10:00:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.24 2012/03/08 12:17:53 phajdan.jr Exp $
+
+  08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  Crypt-OpenPGP-1.60.0.ebuild:
+  x86 stable wrt bug #400065
 
   24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Crypt-OpenPGP-1.60.0.ebuild:
   Stable for amd64, wrt bug #400065



1.3                  dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0.ebuild

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

Index: Crypt-OpenPGP-1.60.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Crypt-OpenPGP-1.60.0.ebuild	24 Feb 2012 10:00:36 -0000	1.2
+++ Crypt-OpenPGP-1.60.0.ebuild	8 Mar 2012 12:17:53 -0000	1.3
@@ -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/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0.ebuild,v 1.2 2012/02/24 10:00:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0.ebuild,v 1.3 2012/03/08 12:17:53 phajdan.jr Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 LICENSE="Artistic"
 #LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 x86 ~x86-solaris"
 IUSE="test"
 
 # Core dependancies are:






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

end of thread, other threads:[~2012-03-08 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 12:17 [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-OpenPGP: ChangeLog Crypt-OpenPGP-1.60.0.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-24 10:00 Agostino Sarubbo (ago)
2011-08-31 14:05 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