From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F67513946D for ; Fri, 13 Aug 2021 00:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8C33E0830; Fri, 13 Aug 2021 00:40:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3870E0830 for ; Fri, 13 Aug 2021 00:40:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7314F33BF11 for ; Fri, 13 Aug 2021 00:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D215389F for ; Fri, 13 Aug 2021 00:40:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1628814909.0bfef745a67434c4d2171f3653e7a5bd5d3b1186.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ssldump/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ssldump/Manifest net-analyzer/ssldump/ssldump-1.1.ebuild net-analyzer/ssldump/ssldump-1.3-r2.ebuild X-VCS-Directories: net-analyzer/ssldump/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0bfef745a67434c4d2171f3653e7a5bd5d3b1186 X-VCS-Branch: master Date: Fri, 13 Aug 2021 00:40:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ccb2e446-44c4-4609-beec-a4add1e1674f X-Archives-Hash: e05accb988d3bd260e39df6625dc2360 commit: 0bfef745a67434c4d2171f3653e7a5bd5d3b1186 Author: Sam James gentoo org> AuthorDate: Fri Aug 13 00:35:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 13 00:35:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfef745 net-analyzer/ssldump: drop 1.1, 1.3-r2 Signed-off-by: Sam James gentoo.org> net-analyzer/ssldump/Manifest | 2 -- net-analyzer/ssldump/ssldump-1.1.ebuild | 40 ------------------------------ net-analyzer/ssldump/ssldump-1.3-r2.ebuild | 34 ------------------------- 3 files changed, 76 deletions(-) diff --git a/net-analyzer/ssldump/Manifest b/net-analyzer/ssldump/Manifest index 092d923367b..5a4c9105087 100644 --- a/net-analyzer/ssldump/Manifest +++ b/net-analyzer/ssldump/Manifest @@ -1,3 +1 @@ -DIST ssldump-1.1.tar.gz 187436 BLAKE2B 3cafd7263762a7a326fb30722a918bcfaae5b43eedca37a0b5c341efc510e935671dc7ebf71eb807fcacbfce5f77896f310b634028713deb5516390fcfc21f65 SHA512 00ff449d3818a27fbcb46316733428f6a623488e758a67fcb7ee4390835e3279e7242aa0134ddc158740cb8323f5fd9869bd50efb35189dce977d4768d9636c2 -DIST ssldump-1.3.tar.gz 122819 BLAKE2B 8a96746939eb8d9ba33340ff112b1bc5b436a7eb5756fda494065c8f8fd7d6ec9c1c28d8f7f880d25856f24749fd8a8a98d4104753bb68772b2583dafef099b8 SHA512 6da4db890a30673278b17eb00201b6c2535ba476b769bed6ed4e31c06744f32e299d0f0dd6420aa7255e2c982a378cd721d7bf51dd0aeb23211ab678d1e5f26e DIST ssldump-1.4.tar.gz 129184 BLAKE2B db27f94deaa8b1f0e656d22e645db349bba872d8404a1d8a82098c3a2dd4c6d4b12bb3d430094825219a66bd203736cc27766967d3ce0923bd5fdd64a452d6cd SHA512 fb17c5610dcfce3e8020a5148d37be5b2fbc3083d78727281922ae32b5905c4aa882cd368c3581238f3492c6b5bab943dcff6a966d64160a3836d6a95bdc7682 diff --git a/net-analyzer/ssldump/ssldump-1.1.ebuild b/net-analyzer/ssldump/ssldump-1.1.ebuild deleted file mode 100644 index d1b4be23266..00000000000 --- a/net-analyzer/ssldump/ssldump-1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="An SSLv3/TLS network protocol analyzer" -HOMEPAGE="https://github.com/adulau/ssldump/" -SRC_URI=" - https://github.com/adulau/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz -" - -LICENSE="openssl" -SLOT="0" -KEYWORDS="amd64 ~arm ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="ssl" - -RDEPEND=" - net-libs/libpcap - ssl? ( >=dev-libs/openssl-1:0= ) -" -DEPEND="${RDEPEND}" - -src_configure() { - tc-export CC - - econf \ - $(usex ssl --with-openssl-inc="${EPREFIX}/usr/include" '') \ - $(usex ssl --with-openssl-lib="${EPREFIX}/usr/$(get_libdir)" '') \ - $(usex ssl --with-openssl="${EPREFIX}/usr" '--without-openssl') \ - --with-pcap-inc="${EPREFIX}/usr/include" \ - --with-pcap-lib="${EPREFIX}/usr/$(get_libdir)" -} - -src_install() { - dosbin ssldump - doman ssldump.1 - dodoc ChangeLog CREDITS README -} diff --git a/net-analyzer/ssldump/ssldump-1.3-r2.ebuild b/net-analyzer/ssldump/ssldump-1.3-r2.ebuild deleted file mode 100644 index 45809ea32b9..00000000000 --- a/net-analyzer/ssldump/ssldump-1.3-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="An SSLv3/TLS network protocol analyzer" -HOMEPAGE="https://github.com/adulau/ssldump/" -SRC_URI="https://github.com/adulau/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="openssl" -SLOT="0" -KEYWORDS="amd64 ~arm ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -RDEPEND=" - dev-libs/json-c:= - net-libs/libnet:1.1 - net-libs/libpcap - >=dev-libs/openssl-1:0= -" -DEPEND="${RDEPEND}" - -src_prepare() { - default - - eautoreconf -} - -src_install() { - dosbin ssldump - doman ssldump.1 - dodoc ChangeLog CREDITS README README.md -}