diff options
-rw-r--r-- | net-libs/wandio/Manifest | 1 | ||||
-rw-r--r-- | net-libs/wandio/wandio-1.0.3.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest index 99944a02e996..da98f40d32c4 100644 --- a/net-libs/wandio/Manifest +++ b/net-libs/wandio/Manifest @@ -1,2 +1 @@ -DIST wandio-1.0.3.tar.gz 373723 SHA256 31dcc1402ace3023020446d6c7284fd84447f9b36e570206a179895e1eaa705b SHA512 fb86d022149d839e49805a35c9f5ada0b0bdf1174287d03c823145fbb0b3a5b3d7d78b5bfbf511da73cb06a22650f9a2d5cfd143dfa5b29eacdac1870977081c WHIRLPOOL 843ff98d2407897da9d20feb84287323b7aa2ac09ff23d5d7f4626e48321f7b6ee2fdfda4753bf16296ccf75c9dd5967c5c0c3fde8f62f1f73324980f5534e73 DIST wandio-1.0.4.tar.gz 381793 SHA256 0fe4ae99ad7224f11a9c988be151cbdc12c6dc15872b67f101764d6f3fc70629 SHA512 247e3fe26ca0732acf50549284bdce34b3e0afd6b7bc7a44a2188c67a5fb38417feca23e9428acae903941c3d0a9f077e05aae879199deed64711615cd4174a2 WHIRLPOOL b8efa255f7d56717824eccb8df600099013a80bb2737b81441d228e3757ad60e1ab8cc8c7308b1dfa841bb5791edf154a60ebe93fc2fade9cfc95d88fe27f91a diff --git a/net-libs/wandio/wandio-1.0.3.ebuild b/net-libs/wandio/wandio-1.0.3.ebuild deleted file mode 100644 index aa7cbe4c16af..000000000000 --- a/net-libs/wandio/wandio-1.0.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 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="http://research.wand.net.nz/software/libwandio.php" -SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -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) -} |