public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Torsten Veller (tove)" <tove@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Net-SSLeay: ChangeLog Net-SSLeay-1.490.0.ebuild
Date: Sun, 30 Sep 2012 07:21:22 +0000 (UTC)	[thread overview]
Message-ID: <20120930072122.5856521600@flycatcher.gentoo.org> (raw)

tove        12/09/30 07:21:22

  Modified:             ChangeLog
  Added:                Net-SSLeay-1.490.0.ebuild
  Log:
  [bump] dev-perl/Net-SSLeay-1.490.0
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.84                 dev-perl/Net-SSLeay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	2 Sep 2012 15:25:13 -0000	1.83
+++ ChangeLog	30 Sep 2012 07:21:22 -0000	1.84
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Net-SSLeay
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v 1.83 2012/09/02 15:25:13 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v 1.84 2012/09/30 07:21:22 tove Exp $
+
+*Net-SSLeay-1.490.0 (30 Sep 2012)
+
+  30 Sep 2012; Torsten Veller <tove@gentoo.org> +Net-SSLeay-1.490.0.ebuild:
+  Version bump
 
   02 Sep 2012; Torsten Veller <tove@gentoo.org> -Net-SSLeay-1.420.0.ebuild,
   -Net-SSLeay-1.450.0.ebuild, -Net-SSLeay-1.470.0.ebuild,



1.1                  dev-perl/Net-SSLeay/Net-SSLeay-1.490.0.ebuild

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

Index: Net-SSLeay-1.490.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.490.0.ebuild,v 1.1 2012/09/30 07:21:22 tove Exp $

EAPI=4

MODULE_AUTHOR=MIKEM
MODULE_VERSION=1.49
inherit multilib perl-module

DESCRIPTION="Net::SSLeay module for perl"

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

RDEPEND="dev-libs/openssl"
DEPEND="${RDEPEND}"
#	test? ( dev-perl/Test-Exception
#		dev-perl/Test-Warn
#		dev-perl/Test-NoWarnings )"

#SRC_TEST=do

export OPTIMIZE="$CFLAGS"
export OPENSSL_PREFIX=${EPREFIX}/usr

src_prepare() {
	sed -i \
		-e "/\$opts->{optimize} = '-O2 -g';/d" \
		-e "s,\"\$prefix/lib\",\"\$prefix/$(get_libdir)\"," \
		inc/Module/Install/PRIVATE/Net/SSLeay.pm || die
	perl-module_src_prepare
}





             reply	other threads:[~2012-09-30  7:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-30  7:21 Torsten Veller (tove) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-06 18:11 [gentoo-commits] gentoo-x86 commit in dev-perl/Net-SSLeay: ChangeLog Net-SSLeay-1.490.0.ebuild Agostino Sarubbo (ago)
2012-12-06 18:19 Agostino Sarubbo (ago)
2012-12-06 18:44 Agostino Sarubbo (ago)
2012-12-06 19:16 Agostino Sarubbo (ago)
2012-12-08 17:02 Jeroen Roovers (jer)
2012-12-09 16:57 Markus Meier (maekke)
2012-12-27 16:16 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120930072122.5856521600@flycatcher.gentoo.org \
    --to=tove@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox