sys-block/open-isns: Removed old
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 4 Mar 2020 10:39:41 +0000 (11:39 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 4 Mar 2020 10:54:11 +0000 (11:54 +0100)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-block/open-isns/Manifest
sys-block/open-isns/files/open-isns-0.97-musl.patch [deleted file]
sys-block/open-isns/files/open-isns-0.97-ossl-1.1.patch [deleted file]
sys-block/open-isns/open-isns-0.97.ebuild [deleted file]

index c5a7214517f952bef5edfe0946c7170ab26fe88a..7aa31df83d2bbcca226621ed8c44524cb437339e 100644 (file)
@@ -1,4 +1,3 @@
 DIST open-isns-0.100.tar.gz 300611 BLAKE2B a40e8d2bd6e5ac8ed8475d3d50ed6256871134547a044a6b51102ad47c66c335f06372b29e5585df4e59ecd7a817e5f2e48c5e944eea31333ab9f45d51040306 SHA512 ccf49ba1c60d46ae49b75424a966abc1f7e104c8ffa13013951a58a8f0ccaa1cf550f24fd2743fcaba1211a0ec8033c5df5249b7a108ae5974d4f1144dd3b169
-DIST open-isns-0.97.tar.gz 278317 BLAKE2B 7083b3ebef78a5afb35e8cc31e86674b407eb48224139745142238f559e95ceca8755e570031559bdf29ec691947693303e07b8f81b915a3b7f2396329bbd2b3 SHA512 78c934162d5a1d093bccd49449d4ef369b896d34309d76b4963d643a699640617c4fe064388c481c35b9be26e012f19713f3aad378af9ad88fa94c3d300e919d
 DIST open-isns-0.98.tar.gz 278410 BLAKE2B f90df85de4d5fd2abdcd267e3c873dff62fcac523ee280e21def057eca366bbba21c2b3bfbf5cc0798b8d0f3b0d5028ebb49000cccc850abdfb85142a7b66c34 SHA512 04263b9ace9d272f4e3776c4e1a034815475590d4b4864217a6200fcd5baea391cd788723db3c17fe0d764efc9769a70a3d2167b00e5998fb4bcb8d5fe2547ed
 DIST open-isns-0.99.tar.gz 282831 BLAKE2B 7140daf08fda894bcbed3e25b122909ad0ed86b4f3db2e42a23b97480dea554194d2a33a3ebdf4e2017a57c2023dd8589f2e2fcfa60470cc3a6a3fbfb0d0ccbc SHA512 90a2297535c5e939f83c761173ce5f5f88e68adc31e41e833b23d07b6dc6959572ae7184db0084b861918199a877b251ebae4b4a7456fdd8c93400dc8457adc9
diff --git a/sys-block/open-isns/files/open-isns-0.97-musl.patch b/sys-block/open-isns/files/open-isns-0.97-musl.patch
deleted file mode 100644 (file)
index 098ade4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./include/libisns/util.h.orig
-+++ ./include/libisns/util.h
-@@ -114,6 +114,6 @@
- #   define ntohll(x)  __bswap_64(x)
- #  endif
- # else
--#  include <sys/endian.h>
-+#  include <endian.h>
- #  define htonll(x)     htobe64(x)
- #  define ntohll(x)     be64toh(x)
- # endif
diff --git a/sys-block/open-isns/files/open-isns-0.97-ossl-1.1.patch b/sys-block/open-isns/files/open-isns-0.97-ossl-1.1.patch
deleted file mode 100644 (file)
index ebb641a..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-From 70b11a0f9c4056dc6891c2d5550c28993905f18a Mon Sep 17 00:00:00 2001
-From: eroen <open-isns@occam.eroen.eu>
-Date: Mon, 2 Jan 2017 23:15:08 +0100
-Subject: [PATCH] Disable deprecated initializations for openssl-1.1.0
-
-This fixes several undefined reference errors when linking with
-openssl-1.1.0c.
-
-X-Gentoo-Bug: 604454
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=604454
----
- pki.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/pki.c b/pki.c
-index f69ddca..5fdf9f2 100644
---- a/pki.c
-+++ b/pki.c
-@@ -67,7 +67,9 @@ void BN_GENCB_free(BN_GENCB *cb)
- #endif
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L
- static int    isns_openssl_init = 0;
-+#endif
- static int    isns_dsasig_verify(isns_security_t *ctx,
-                               isns_principal_t *peer,
-@@ -92,6 +94,7 @@ isns_create_dsa_context(void)
- {
-       isns_security_t *ctx;
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L
-       if (!isns_openssl_init) {
-               ERR_load_crypto_strings();
-               OpenSSL_add_all_algorithms();
-@@ -99,6 +102,7 @@ isns_create_dsa_context(void)
-               OpenSSL_add_all_digests();
-               isns_openssl_init = 1;
-       }
-+#endif
-       ctx = isns_calloc(1, sizeof(*ctx));
--- 
-2.11.0
-
diff --git a/sys-block/open-isns/open-isns-0.97.ebuild b/sys-block/open-isns/open-isns-0.97.ebuild
deleted file mode 100644 (file)
index 098784b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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:= )
-       slp? ( net-libs/openslp )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${P}-musl.patch"
-       "${FILESDIR}/${P}-ossl-1.1.patch"
-)
-
-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
-}