From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 298F659CAF for ; Thu, 7 Apr 2016 23:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8C34E085B; Thu, 7 Apr 2016 23:26:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88CD9E0857 for ; Thu, 7 Apr 2016 23:26:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AC553409E6 for ; Thu, 7 Apr 2016 23:26:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF797188 for ; Thu, 7 Apr 2016 23:26:02 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1460071551.e129a22d6e569eb2e590fef26503f349d566b724.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-SSLeay/Net-SSLeay-1.650.0-r2.ebuild X-VCS-Directories: dev-perl/Net-SSLeay/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: e129a22d6e569eb2e590fef26503f349d566b724 X-VCS-Branch: master Date: Thu, 7 Apr 2016 23:26:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8d0db676-a795-4ed7-9dab-51fd4a6dd7d8 X-Archives-Hash: 97da0d06c0bcfde3c56e7a46245d070a commit: e129a22d6e569eb2e590fef26503f349d566b724 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Apr 7 23:17:25 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Apr 7 23:25:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e129a22d dev-perl/Net-SSLeay: Remove old Package-Manager: portage-2.2.28 dev-perl/Net-SSLeay/Net-SSLeay-1.650.0-r2.ebuild | 38 ------------------------ 1 file changed, 38 deletions(-) diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0-r2.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0-r2.ebuild deleted file mode 100644 index a11aba4..0000000 --- a/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=MIKEM -MODULE_VERSION=1.65 -inherit multilib perl-module - -DESCRIPTION="Net::SSLeay module for perl" - -LICENSE="openssl" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="libressl" - -RDEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) -" -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 -}