diff options
author | David Seifert <soap@gentoo.org> | 2021-09-04 19:34:12 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-09-04 19:34:12 +0200 |
commit | a2ea2bace21983bceb34b266f64cedb86bd733e4 (patch) | |
tree | 03ac2c1968a301d15ff6604786de3e6f53a284dc /sys-block | |
parent | sys-block/mbuffer: drop 20200929 (diff) | |
download | gentoo-a2ea2bace21983bceb34b266f64cedb86bd733e4.tar.gz gentoo-a2ea2bace21983bceb34b266f64cedb86bd733e4.tar.bz2 gentoo-a2ea2bace21983bceb34b266f64cedb86bd733e4.zip |
sys-block/open-isns: drop 0.98
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/open-isns/Manifest | 1 | ||||
-rw-r--r-- | sys-block/open-isns/open-isns-0.98.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/sys-block/open-isns/Manifest b/sys-block/open-isns/Manifest index 631c08d95e68..0f443cd4bd37 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 98e5c2e8a451..000000000000 --- 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 -} |