public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH2/
Date: Sun, 15 Jul 2018 03:40:30 +0000 (UTC)	[thread overview]
Message-ID: <1531626010.9c69eb00f8a317b8d808aa37e5ce5b5fb2e3e85e.kentnl@gentoo> (raw)

commit:     9c69eb00f8a317b8d808aa37e5ce5b5fb2e3e85e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 03:27:32 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 03:40:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c69eb00

dev-perl/Net-SSH2: Cleanup old version 0.580.0-r1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Net-SSH2/Manifest                   |  1 -
 dev-perl/Net-SSH2/Net-SSH2-0.580.0-r1.ebuild | 42 ----------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-perl/Net-SSH2/Manifest b/dev-perl/Net-SSH2/Manifest
index e646bd048fc..a2679206bcf 100644
--- a/dev-perl/Net-SSH2/Manifest
+++ b/dev-perl/Net-SSH2/Manifest
@@ -1,2 +1 @@
-DIST Net-SSH2-0.58.tar.gz 124853 BLAKE2B be4732906154977f08d66689d75f9edf565706047be693354548bf8402223ea06522cc477f8d815f33ee1ba638def40fcc3222362796f8183076928403c29fec SHA512 753e5037d08405f9c401631cd77f1df57e7ee14db44033df8ce0b82f02377bdf7fdecd32bb6f9e1cd80f3fed88adb37e3abdb0b1dbfa50d115ee9e31fd735380
 DIST Net-SSH2-0.67.tar.gz 140610 BLAKE2B dfc43e31f3ededcbdd51e87e91e223614212b3247925a16fcc708695b9b1957950e7609c8463d02db229ff3e3ac3fdfe99da6154f7216b2618a9298073babe20 SHA512 3d6dde36e9e763da024b6d03184d6e41675576914cb8ceffe7e98e64ad83a1418c499ac6afebbde8f871aebab7a78e2aa355905efcaec766d5146ef9e6fd7f5f

diff --git a/dev-perl/Net-SSH2/Net-SSH2-0.580.0-r1.ebuild b/dev-perl/Net-SSH2/Net-SSH2-0.580.0-r1.ebuild
deleted file mode 100644
index f9768f58738..00000000000
--- a/dev-perl/Net-SSH2/Net-SSH2-0.580.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SALVA
-DIST_VERSION=0.58
-DIST_EXAMPLES=( "example/*" )
-inherit perl-module
-
-DESCRIPTION="Support for the SSH 2 protocol via libssh2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gcrypt libressl"
-
-RDEPEND="
-	sys-libs/zlib
-	net-libs/libssh2
-	!gcrypt? (
-		!libressl? ( dev-libs/openssl:0 )
-		libressl? ( dev-libs/libressl )
-	)
-	gcrypt? (
-		dev-libs/libgcrypt:0
-	)
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-Constant
-	>=virtual/perl-ExtUtils-MakeMaker-6.50
-"
-
-src_prepare() {
-	sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
-		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-	perl-module_src_prepare
-}
-
-src_configure() {
-	use gcrypt && myconf=gcrypt
-	perl-module_src_configure
-}


             reply	other threads:[~2018-07-15  3:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-15  3:40 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-10 23:45 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH2/ Sam James
2025-02-28 12:26 Andreas K. Hüttel
2022-11-15  8:46 Sam James
2022-11-15  8:46 Sam James
2021-11-21 14:21 Andreas K. Hüttel
2021-07-16 18:00 Andreas K. Hüttel
2021-05-03 10:18 Mikle Kolyada
2017-07-05 17:06 Andreas Hüttel
2017-07-05 17:06 Andreas Hüttel
2016-04-11 21:48 Andreas Hüttel
2016-04-02  0:55 Andreas Hüttel
2016-03-05 20:32 Andreas Hüttel
2015-10-04 20:53 Patrice Clement
2015-10-04 20:53 Patrice Clement
2015-09-20 16:39 Julian Ospald

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=1531626010.9c69eb00f8a317b8d808aa37e5ce5b5fb2e3e85e.kentnl@gentoo \
    --to=kentnl@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