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

tove        11/08/31 13:52:27

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

Revision  Changes    Path
1.72                 dev-perl/Crypt-SSLeay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	30 Jul 2011 10:21:58 -0000	1.71
+++ ChangeLog	31 Aug 2011 13:52:27 -0000	1.72
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Crypt-SSLeay
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/ChangeLog,v 1.71 2011/07/30 10:21:58 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/ChangeLog,v 1.72 2011/08/31 13:52:27 tove Exp $
+
+*Crypt-SSLeay-0.580.0 (31 Aug 2011)
+
+  31 Aug 2011; Torsten Veller <tove@gentoo.org> +Crypt-SSLeay-0.580.0.ebuild:
+  Change version scheme
 
   30 Jul 2011; Torsten Veller <tove@gentoo.org> Crypt-SSLeay-0.57.ebuild,
   Crypt-SSLeay-0.58.ebuild:



1.1                  dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.580.0.ebuild

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

Index: Crypt-SSLeay-0.580.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-SSLeay/Crypt-SSLeay-0.580.0.ebuild,v 1.1 2011/08/31 13:52:27 tove Exp $

EAPI=4

MODULE_AUTHOR=NANIS
MODULE_VERSION=0.58
inherit perl-module

DESCRIPTION="Crypt::SSLeay module for perl"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

# Disabling tests for now. Opening a port always leads to mixed results for
# folks - bug 59554
# nb. Re-enabled tests, seem to be better written now, keeping an eye on bugs
# for this though.
SRC_TEST="do"

DEPEND=">=dev-libs/openssl-0.9.7c
	virtual/perl-MIME-Base64"
# PDEPEND: circular dependencies bug #144761
PDEPEND="dev-perl/libwww-perl"

export OPTIMIZE="${CFLAGS}"
myconf="--lib=${EPREFIX}/usr"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-SSLeay: ChangeLog Crypt-SSLeay-0.580.0.ebuild
@ 2011-12-01 20:31 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-12-01 20:31 UTC (permalink / raw
  To: gentoo-commits

tove        11/12/01 20:31:26

  Modified:             ChangeLog Crypt-SSLeay-0.580.0.ebuild
  Log:
  Add missing RDEPEND. Thanks to Tiziano Müller
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.74                 dev-perl/Crypt-SSLeay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	4 Sep 2011 11:22:45 -0000	1.73
+++ ChangeLog	1 Dec 2011 20:31:26 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Crypt-SSLeay
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/ChangeLog,v 1.73 2011/09/04 11:22:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/ChangeLog,v 1.74 2011/12/01 20:31:26 tove Exp $
+
+  01 Dec 2011; Torsten Veller <tove@gentoo.org> Crypt-SSLeay-0.580.0.ebuild:
+  Add missing RDEPEND. Thanks to Tiziano Müller
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org> -Crypt-SSLeay-0.58.ebuild:
   Cleanup



1.2                  dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.580.0.ebuild

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

Index: Crypt-SSLeay-0.580.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.580.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Crypt-SSLeay-0.580.0.ebuild	31 Aug 2011 13:52:27 -0000	1.1
+++ Crypt-SSLeay-0.580.0.ebuild	1 Dec 2011 20:31:26 -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/Crypt-SSLeay/Crypt-SSLeay-0.580.0.ebuild,v 1.1 2011/08/31 13:52:27 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.580.0.ebuild,v 1.2 2011/12/01 20:31:26 tove Exp $
 
 EAPI=4
 
@@ -20,8 +20,9 @@
 # for this though.
 SRC_TEST="do"
 
-DEPEND=">=dev-libs/openssl-0.9.7c
+RDEPEND=">=dev-libs/openssl-0.9.7c
 	virtual/perl-MIME-Base64"
+DEPEND="${RDEPEND}"
 # PDEPEND: circular dependencies bug #144761
 PDEPEND="dev-perl/libwww-perl"
 






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

end of thread, other threads:[~2011-12-01 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-31 13:52 [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-SSLeay: ChangeLog Crypt-SSLeay-0.580.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-01 20:31 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