commit:     b70a5680d9a64e361942363bf34ac775760b2363
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 03:38:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 04:11:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70a5680

net-libs/wandio: cleanup old

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/wandio/Manifest            |  5 ----
 net-libs/wandio/wandio-1.0.5.ebuild | 35 ---------------------------
 net-libs/wandio/wandio-4.0.0.ebuild | 35 ---------------------------
 net-libs/wandio/wandio-4.1.2.ebuild | 35 ---------------------------
 net-libs/wandio/wandio-4.2.0.ebuild | 35 ---------------------------
 net-libs/wandio/wandio-4.2.1.ebuild | 48 -------------------------------------
 6 files changed, 193 deletions(-)

diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index 591abedd52b..c133a6de73e 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -1,6 +1 @@
-DIST wandio-1.0.5.tar.gz 385535 BLAKE2B 
a7911ab14ff9911ef19bf35b6e50d3f2e6dd0fa06f5689b6c353cc5ff2ee93175d7e758657f79fd35e7aff29fb1a4b4c343c30ab1e00a118ec3056ba9129cd60
 SHA512 
3bf2b4362355bb3db047ea12055b96cc6fdd759b4efbd9cf1caf05133ae9e7e1fab5f4a7e5eadda45d7c1b4dcf9aba1cf3a4c04bc23694934aa8aa67ec31e480
-DIST wandio-4.0.0.tar.gz 385706 BLAKE2B 
7f6e7855a06ae2c23138598c5cf16c9a38f57932d488cf2c9d0fda2fe54e971b8e93b5768a487328afc2079add7f269cd8f0203314b06eb3d256f8739828c6fb
 SHA512 
8ee4149439411e8ca784a434766c5c35144fb49c7166c2f135cf47625011815e2b27af5b61d75d6a4f9e64ab1091ce1cfd4ef114e34b57e0c53029be45f9369c
-DIST wandio-4.1.2.tar.gz 409755 BLAKE2B 
90bf4cf9bdd6cdd87668614c91bbd5fd8dc7c526a8e985737d1dced760209be205052221ebfe9ebf92b7c05492298da275498aee1e3817d73235488da9ee2cc1
 SHA512 
0d74aec9fe2faf678d369fec420f56ae78eedc5f38b70b403034fb030a9c0d1d5a54225b111993ce59b79d8e02ad49a2b0ca4697c7910149f2ae54379d9e19c4
-DIST wandio-4.2.0.tar.gz 410273 BLAKE2B 
f133e783f6f47a6d55058684b4965d02816a0fe835bcce274292287492e53007ebfce3b447d6ac9f58d8d4626ba20b7b6a7e5e6ac3cc054ef49d70c843c0216f
 SHA512 
befbca1479b32cca909c6125e54be0a061d1fecfc01d9bca7cbd54f86564d39a02714805c7583d9b50896bb553a197e0f86fd10d4424782f5e9798a0cb440923
-DIST wandio-4.2.1.tar.gz 15417543 BLAKE2B 
704ed3846cda3755ad305bdb84febed75ba1f044d0380465041cab9f44dc16c1a7fc8bb5a8d4292d5f6c12d6783af45d93bdce70228afc5438bbe7d6f5714491
 SHA512 
eab9180e477f63e37b11d090b772037fc319554495e6f3656da66e34dcde25f47566e87b71255645d9bb5aaaff721f0dceace4d880cdca491c05a9de6852553b
 DIST wandio-4.2.3_p1.tar.gz 15418423 BLAKE2B 
1274f10b87964e2dc87ed25a465991b1e4e9211b75fb5ac5a13a0aa535ff30ddfa69059b3d41de7dc758220bda8dd9d02ca7ed31b7c0ca2997641968cc729e48
 SHA512 
b4bfff9d33010c04826318c560592ee7f7aba9fccd0eba0f29c6294a636971bf4ac5105ffb9addfc22946e7b7234396dafa6c7e0a0d8de3ee1b7e586c069b438

diff --git a/net-libs/wandio/wandio-1.0.5.ebuild 
b/net-libs/wandio/wandio-1.0.5.ebuild
deleted file mode 100644
index 069c3be4975..00000000000
--- a/net-libs/wandio/wandio-1.0.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Library for transparent file I/O with compression"
-HOMEPAGE="https://research.wand.net.nz/software/libwandio.php";
-SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86"
-IUSE="bzip2 http lzma lzo static-libs zlib"
-
-RDEPEND="
-       !<net-libs/libtrace-4
-       bzip2? ( app-arch/bzip2 )
-       lzma? ( app-arch/xz-utils )
-       lzo? ( dev-libs/lzo )
-       http? ( net-misc/curl )
-       zlib? ( sys-libs/zlib )
-"
-DEPEND="
-       ${RDEPEND}
-"
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_with bzip2) \
-               $(use_with http) \
-               $(use_with lzma) \
-               $(use_with lzo) \
-               $(use_with zlib)
-}

diff --git a/net-libs/wandio/wandio-4.0.0.ebuild 
b/net-libs/wandio/wandio-4.0.0.ebuild
deleted file mode 100644
index 069c3be4975..00000000000
--- a/net-libs/wandio/wandio-4.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Library for transparent file I/O with compression"
-HOMEPAGE="https://research.wand.net.nz/software/libwandio.php";
-SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86"
-IUSE="bzip2 http lzma lzo static-libs zlib"
-
-RDEPEND="
-       !<net-libs/libtrace-4
-       bzip2? ( app-arch/bzip2 )
-       lzma? ( app-arch/xz-utils )
-       lzo? ( dev-libs/lzo )
-       http? ( net-misc/curl )
-       zlib? ( sys-libs/zlib )
-"
-DEPEND="
-       ${RDEPEND}
-"
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_with bzip2) \
-               $(use_with http) \
-               $(use_with lzma) \
-               $(use_with lzo) \
-               $(use_with zlib)
-}

diff --git a/net-libs/wandio/wandio-4.1.2.ebuild 
b/net-libs/wandio/wandio-4.1.2.ebuild
deleted file mode 100644
index 3e738af7ca8..00000000000
--- a/net-libs/wandio/wandio-4.1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Library for transparent file I/O with compression"
-HOMEPAGE="https://research.wand.net.nz/software/libwandio.php";
-SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86"
-IUSE="bzip2 http lzma lzo static-libs zlib"
-
-RDEPEND="
-       !<net-libs/libtrace-4
-       bzip2? ( app-arch/bzip2 )
-       lzma? ( app-arch/xz-utils )
-       lzo? ( dev-libs/lzo )
-       http? ( net-misc/curl )
-       zlib? ( sys-libs/zlib )
-"
-DEPEND="
-       ${RDEPEND}
-"
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_with bzip2) \
-               $(use_with http) \
-               $(use_with lzma) \
-               $(use_with lzo) \
-               $(use_with zlib)
-}

diff --git a/net-libs/wandio/wandio-4.2.0.ebuild 
b/net-libs/wandio/wandio-4.2.0.ebuild
deleted file mode 100644
index 7a923dc15cc..00000000000
--- a/net-libs/wandio/wandio-4.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Library for transparent file I/O with compression"
-HOMEPAGE="https://research.wand.net.nz/software/libwandio.php";
-SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
-IUSE="bzip2 http lzma lzo static-libs zlib"
-
-RDEPEND="
-       !<net-libs/libtrace-4
-       bzip2? ( app-arch/bzip2 )
-       lzma? ( app-arch/xz-utils )
-       lzo? ( dev-libs/lzo )
-       http? ( net-misc/curl )
-       zlib? ( sys-libs/zlib )
-"
-DEPEND="
-       ${RDEPEND}
-"
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_with bzip2) \
-               $(use_with http) \
-               $(use_with lzma) \
-               $(use_with lzo) \
-               $(use_with zlib)
-}

diff --git a/net-libs/wandio/wandio-4.2.1.ebuild 
b/net-libs/wandio/wandio-4.2.1.ebuild
deleted file mode 100644
index 97dc53cce12..00000000000
--- a/net-libs/wandio/wandio-4.2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="C library for simple and efficient file IO"
-HOMEPAGE="https://research.wand.net.nz/software/libwandio.php";
-SRC_URI="https://github.com/wanduow/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
-IUSE="bzip2 http lzma lzo static-libs test zlib"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       !<net-libs/libtrace-4
-       bzip2? ( app-arch/bzip2 )
-       lzma? ( app-arch/xz-utils )
-       lzo? ( dev-libs/lzo )
-       http? ( net-misc/curl )
-       zlib? ( sys-libs/zlib )
-"
-DEPEND="
-       ${RDEPEND}
-       test? ( app-arch/lzop )
-"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_with bzip2) \
-               $(use_with http) \
-               $(use_with lzma) \
-               $(use_with lzo) \
-               $(use_with zlib)
-}
-
-src_test() {
-       pushd test || die
-       sh do-basic-tests.sh
-}

Reply via email to