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 9D0111580B5 for ; Sat, 4 Sep 2021 17:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85EB7E0841; Sat, 4 Sep 2021 17:35:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6D2EAE083D for ; Sat, 4 Sep 2021 17:35:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 824C2335DB5 for ; Sat, 4 Sep 2021 17:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9973C0 for ; Sat, 4 Sep 2021 17:35:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1630776852.a2ea2bace21983bceb34b266f64cedb86bd733e4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-isns/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/open-isns/Manifest sys-block/open-isns/open-isns-0.98.ebuild X-VCS-Directories: sys-block/open-isns/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a2ea2bace21983bceb34b266f64cedb86bd733e4 X-VCS-Branch: master Date: Sat, 4 Sep 2021 17:35:38 +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: 46e5c23b-8d6a-4e0a-ac52-7159cd6e8ad2 X-Archives-Hash: 3492b95a8a9ff521005f8f70a2d337a4 commit: a2ea2bace21983bceb34b266f64cedb86bd733e4 Author: David Seifert gentoo org> AuthorDate: Sat Sep 4 17:34:12 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 4 17:34:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ea2bac sys-block/open-isns: drop 0.98 Signed-off-by: David Seifert gentoo.org> sys-block/open-isns/Manifest | 1 - sys-block/open-isns/open-isns-0.98.ebuild | 36 ------------------------------- 2 files changed, 37 deletions(-) diff --git a/sys-block/open-isns/Manifest b/sys-block/open-isns/Manifest index 631c08d95e6..0f443cd4bd3 100644 --- a/sys-block/open-isns/Manifest +++ b/sys-block/open-isns/Manifest @@ -1,2 +1 @@ DIST open-isns-0.101.tar.gz 301912 BLAKE2B 98c9c36640ee4d3796538a00e7ab2e4cfb057abc66a56d27ce2eb133d591ea87bcb0e4ffb31b6d72d8e8c806edffb65600c0ae7cd63c61058f36037e3db79214 SHA512 e5a392127b0d85f36e9e4aa963c0c502af8c5aea0aba6d12abb4425649969dcc20ba6e87a99083626d981438439b17b71a86320f816042d82ed5dbe7e7a63e77 -DIST open-isns-0.98.tar.gz 278410 BLAKE2B f90df85de4d5fd2abdcd267e3c873dff62fcac523ee280e21def057eca366bbba21c2b3bfbf5cc0798b8d0f3b0d5028ebb49000cccc850abdfb85142a7b66c34 SHA512 04263b9ace9d272f4e3776c4e1a034815475590d4b4864217a6200fcd5baea391cd788723db3c17fe0d764efc9769a70a3d2167b00e5998fb4bcb8d5fe2547ed diff --git a/sys-block/open-isns/open-isns-0.98.ebuild b/sys-block/open-isns/open-isns-0.98.ebuild deleted file mode 100644 index 98e5c2e8a45..00000000000 --- a/sys-block/open-isns/open-isns-0.98.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic - -DESCRIPTION="iSNS server and client for Linux" -HOMEPAGE="https://github.com/open-iscsi/open-isns" -SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="debug slp ssl static" - -DEPEND=" - ssl? ( - dev-libs/openssl:0= - ) - slp? ( net-libs/openslp )" -RDEPEND="${DEPEND}" - -src_configure() { - use debug && append-cppflags -DDEBUG_TCP -DDEBUG_SCSI - append-lfs-flags - econf $(use_with slp) \ - $(use_with ssl security) \ - $(use_enable !static shared) -} - -src_install() { - default - emake DESTDIR="${D}" install_hdrs - emake DESTDIR="${D}" install_lib -}