* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2016-08-31 13:01 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2016-08-31 13:01 UTC (permalink / raw
To: gentoo-commits
commit: 65af95dc8450cf07c64e2b5f9de34089d0295c32
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 12:58:04 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 13:01:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65af95dc
net-libs/wandio: Initial commit (bug #592574).
Package-Manager: portage-2.3.0
net-libs/wandio/Manifest | 1 +
net-libs/wandio/metadata.xml | 10 ++++++++++
net-libs/wandio/wandio-1.0.3.ebuild | 35 +++++++++++++++++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
new file mode 100644
index 00000000..916f005
--- /dev/null
+++ b/net-libs/wandio/Manifest
@@ -0,0 +1 @@
+DIST wandio-1.0.3.tar.gz 373723 SHA256 31dcc1402ace3023020446d6c7284fd84447f9b36e570206a179895e1eaa705b SHA512 fb86d022149d839e49805a35c9f5ada0b0bdf1174287d03c823145fbb0b3a5b3d7d78b5bfbf511da73cb06a22650f9a2d5cfd143dfa5b29eacdac1870977081c WHIRLPOOL 843ff98d2407897da9d20feb84287323b7aa2ac09ff23d5d7f4626e48321f7b6ee2fdfda4753bf16296ccf75c9dd5967c5c0c3fde8f62f1f73324980f5534e73
diff --git a/net-libs/wandio/metadata.xml b/net-libs/wandio/metadata.xml
new file mode 100644
index 00000000..5cf4e82
--- /dev/null
+++ b/net-libs/wandio/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+<email>netmon@gentoo.org</email>
+</maintainer>
+<use>
+<flag name='http'>Build support for reading files over HTTP using <pkg>net-misc/curl</pkg></flag>
+</use>
+</pkgmetadata>
diff --git a/net-libs/wandio/wandio-1.0.3.ebuild b/net-libs/wandio/wandio-1.0.3.ebuild
new file mode 100644
index 00000000..93ee50e
--- /dev/null
+++ b/net-libs/wandio/wandio-1.0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="
+ 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)
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2016-08-31 13:15 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2016-08-31 13:15 UTC (permalink / raw
To: gentoo-commits
commit: c4a5d0ed21daa80fe2241aae995cfcf80f152513
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 13:10:05 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 13:15:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a5d0ed
net-libs/wandio: Block <net-libs/libtrace-4 (bug #592574).
Package-Manager: portage-2.3.0
net-libs/wandio/wandio-1.0.3.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-libs/wandio/wandio-1.0.3.ebuild b/net-libs/wandio/wandio-1.0.3.ebuild
index 93ee50e..329989c 100644
--- a/net-libs/wandio/wandio-1.0.3.ebuild
+++ b/net-libs/wandio/wandio-1.0.3.ebuild
@@ -14,6 +14,7 @@ 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 )
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2016-09-11 6:15 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2016-09-11 6:15 UTC (permalink / raw
To: gentoo-commits
commit: a6787e2ba820917ba1d5f8175978341cd4fa09e8
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 06:11:08 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 06:11:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6787e2b
net-libs/wandio: Version bump.
Package-Manager: portage-2.3.0
net-libs/wandio/Manifest | 1 +
net-libs/wandio/wandio-1.0.4.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index 916f005..99944a0 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -1 +1,2 @@
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.4.ebuild b/net-libs/wandio/wandio-1.0.4.ebuild
new file mode 100644
index 00000000..329989c
--- /dev/null
+++ b/net-libs/wandio/wandio-1.0.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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)
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2017-11-18 10:43 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2017-11-18 10:43 UTC (permalink / raw
To: gentoo-commits
commit: e856ee41d97d40e9e9995bf65032cb0ad0473d80
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 10:39:21 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 10:43:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e856ee41
net-libs/wandio: Old.
Package-Manager: Portage-2.3.14, Repoman-2.3.6
net-libs/wandio/Manifest | 1 -
net-libs/wandio/wandio-1.0.3.ebuild | 35 -----------------------------------
2 files changed, 36 deletions(-)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index 99944a02e99..da98f40d32c 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 aa7cbe4c16a..00000000000
--- 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)
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2018-06-30 7:30 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2018-06-30 7:30 UTC (permalink / raw
To: gentoo-commits
commit: 1bf5aaceb3d22e0a6d7fdb81ac0b431c5cbb6eb6
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 07:30:14 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 07:30:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf5aace
net-libs/wandio: Version 1.0.5.
Package-Manager: Portage-2.3.41, Repoman-2.3.9
net-libs/wandio/Manifest | 1 +
net-libs/wandio/wandio-1.0.5.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index 31654a3304e..ba43ec2187c 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -1 +1,2 @@
DIST wandio-1.0.4.tar.gz 381793 BLAKE2B 904eebcbe9ac1a08ea8b2d62691f32adb2575e4b2f5329ea1fc3af9e5b92e4851198db221cee91138d6b529d44c438b278c7a5c905d7adee226ae78b7db16274 SHA512 247e3fe26ca0732acf50549284bdce34b3e0afd6b7bc7a44a2188c67a5fb38417feca23e9428acae903941c3d0a9f077e05aae879199deed64711615cd4174a2
+DIST wandio-1.0.5.tar.gz 385535 BLAKE2B a7911ab14ff9911ef19bf35b6e50d3f2e6dd0fa06f5689b6c353cc5ff2ee93175d7e758657f79fd35e7aff29fb1a4b4c343c30ab1e00a118ec3056ba9129cd60 SHA512 3bf2b4362355bb3db047ea12055b96cc6fdd759b4efbd9cf1caf05133ae9e7e1fab5f4a7e5eadda45d7c1b4dcf9aba1cf3a4c04bc23694934aa8aa67ec31e480
diff --git a/net-libs/wandio/wandio-1.0.5.ebuild b/net-libs/wandio/wandio-1.0.5.ebuild
new file mode 100644
index 00000000000..295c4fa7e4e
--- /dev/null
+++ b/net-libs/wandio/wandio-1.0.5.ebuild
@@ -0,0 +1,35 @@
+# 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="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)
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2018-07-06 11:18 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2018-07-06 11:18 UTC (permalink / raw
To: gentoo-commits
commit: a13d0bd2f5d5c998ea4b0d39f00303a4939e8056
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 6 11:10:45 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jul 6 11:18:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13d0bd2
net-libs/wandio: Version 4.0.0.
Package-Manager: Portage-2.3.41, Repoman-2.3.9
net-libs/wandio/Manifest | 1 +
net-libs/wandio/wandio-4.0.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index ba43ec2187c..cca7e7b24bc 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -1,2 +1,3 @@
DIST wandio-1.0.4.tar.gz 381793 BLAKE2B 904eebcbe9ac1a08ea8b2d62691f32adb2575e4b2f5329ea1fc3af9e5b92e4851198db221cee91138d6b529d44c438b278c7a5c905d7adee226ae78b7db16274 SHA512 247e3fe26ca0732acf50549284bdce34b3e0afd6b7bc7a44a2188c67a5fb38417feca23e9428acae903941c3d0a9f077e05aae879199deed64711615cd4174a2
DIST wandio-1.0.5.tar.gz 385535 BLAKE2B a7911ab14ff9911ef19bf35b6e50d3f2e6dd0fa06f5689b6c353cc5ff2ee93175d7e758657f79fd35e7aff29fb1a4b4c343c30ab1e00a118ec3056ba9129cd60 SHA512 3bf2b4362355bb3db047ea12055b96cc6fdd759b4efbd9cf1caf05133ae9e7e1fab5f4a7e5eadda45d7c1b4dcf9aba1cf3a4c04bc23694934aa8aa67ec31e480
+DIST wandio-4.0.0.tar.gz 385706 BLAKE2B 7f6e7855a06ae2c23138598c5cf16c9a38f57932d488cf2c9d0fda2fe54e971b8e93b5768a487328afc2079add7f269cd8f0203314b06eb3d256f8739828c6fb SHA512 8ee4149439411e8ca784a434766c5c35144fb49c7166c2f135cf47625011815e2b27af5b61d75d6a4f9e64ab1091ce1cfd4ef114e34b57e0c53029be45f9369c
diff --git a/net-libs/wandio/wandio-4.0.0.ebuild b/net-libs/wandio/wandio-4.0.0.ebuild
new file mode 100644
index 00000000000..069c3be4975
--- /dev/null
+++ b/net-libs/wandio/wandio-4.0.0.ebuild
@@ -0,0 +1,35 @@
+# 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)
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2018-07-06 11:18 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2018-07-06 11:18 UTC (permalink / raw
To: gentoo-commits
commit: a44dede1c38c8bf019abd0d452268978cad1606f
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 6 11:13:05 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jul 6 11:18:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44dede1
net-libs/wandio: Fix LICENSE.
Package-Manager: Portage-2.3.41, Repoman-2.3.9
net-libs/wandio/wandio-1.0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/wandio/wandio-1.0.5.ebuild b/net-libs/wandio/wandio-1.0.5.ebuild
index 295c4fa7e4e..069c3be4975 100644
--- a/net-libs/wandio/wandio-1.0.5.ebuild
+++ b/net-libs/wandio/wandio-1.0.5.ebuild
@@ -7,7 +7,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="GPL-2"
+LICENSE="LGPL-3"
SLOT="0/2"
KEYWORDS="~amd64 ~x86"
IUSE="bzip2 http lzma lzo static-libs zlib"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2018-07-06 11:18 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2018-07-06 11:18 UTC (permalink / raw
To: gentoo-commits
commit: cd4344359b4c746bebac7d7cda64e39df64a1799
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 6 11:11:40 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jul 6 11:18:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd434435
net-libs/wandio: Old.
Package-Manager: Portage-2.3.41, Repoman-2.3.9
net-libs/wandio/Manifest | 1 -
net-libs/wandio/wandio-1.0.4.ebuild | 35 -----------------------------------
2 files changed, 36 deletions(-)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index cca7e7b24bc..453dfe6ef2d 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -1,3 +1,2 @@
-DIST wandio-1.0.4.tar.gz 381793 BLAKE2B 904eebcbe9ac1a08ea8b2d62691f32adb2575e4b2f5329ea1fc3af9e5b92e4851198db221cee91138d6b529d44c438b278c7a5c905d7adee226ae78b7db16274 SHA512 247e3fe26ca0732acf50549284bdce34b3e0afd6b7bc7a44a2188c67a5fb38417feca23e9428acae903941c3d0a9f077e05aae879199deed64711615cd4174a2
DIST wandio-1.0.5.tar.gz 385535 BLAKE2B a7911ab14ff9911ef19bf35b6e50d3f2e6dd0fa06f5689b6c353cc5ff2ee93175d7e758657f79fd35e7aff29fb1a4b4c343c30ab1e00a118ec3056ba9129cd60 SHA512 3bf2b4362355bb3db047ea12055b96cc6fdd759b4efbd9cf1caf05133ae9e7e1fab5f4a7e5eadda45d7c1b4dcf9aba1cf3a4c04bc23694934aa8aa67ec31e480
DIST wandio-4.0.0.tar.gz 385706 BLAKE2B 7f6e7855a06ae2c23138598c5cf16c9a38f57932d488cf2c9d0fda2fe54e971b8e93b5768a487328afc2079add7f269cd8f0203314b06eb3d256f8739828c6fb SHA512 8ee4149439411e8ca784a434766c5c35144fb49c7166c2f135cf47625011815e2b27af5b61d75d6a4f9e64ab1091ce1cfd4ef114e34b57e0c53029be45f9369c
diff --git a/net-libs/wandio/wandio-1.0.4.ebuild b/net-libs/wandio/wandio-1.0.4.ebuild
deleted file mode 100644
index aa7cbe4c16a..00000000000
--- a/net-libs/wandio/wandio-1.0.4.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)
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2019-02-23 15:05 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2019-02-23 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 505720c1a7f14313facab4803d3527916997691f
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 15:04:18 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 15:05:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505720c1
net-libs/wandio: Version 4.1.0
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-libs/wandio/Manifest | 1 +
net-libs/wandio/wandio-4.1.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index 453dfe6ef2d..b78e3a07df2 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -1,2 +1,3 @@
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.0.tar.gz 436883 BLAKE2B 5cf3db3a95baad23bb9947461ba064cdf2b4aa8a76e2a7c4e4831ea50a9db719b1b1b7e82d1940b1e29a7af17e17ad0e470ad52604b09e5e9fbcd27cc861397e SHA512 ced4cc50f60e89a1c068430fb5a039df367d356f96d33473e61ef73ce16d43df3f89307a606df7e251e1f09c06e6fa5ddfaa07571ae98b89393de11b7d811661
diff --git a/net-libs/wandio/wandio-4.1.0.ebuild b/net-libs/wandio/wandio-4.1.0.ebuild
new file mode 100644
index 00000000000..3a063f9e560
--- /dev/null
+++ b/net-libs/wandio/wandio-4.1.0.ebuild
@@ -0,0 +1,35 @@
+# 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/3.1.0"
+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)
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2019-03-08 12:07 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2019-03-08 12:07 UTC (permalink / raw
To: gentoo-commits
commit: aa39fe3086fc2c1b8ee1c9a04831f33fdff83d4b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 8 12:06:52 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Mar 8 12:07:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa39fe30
net-libs/wandio: Version 4.1.2
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-libs/wandio/Manifest | 2 +-
net-libs/wandio/{wandio-4.1.0.ebuild => wandio-4.1.2.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index b78e3a07df2..d4ba39a417f 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -1,3 +1,3 @@
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.0.tar.gz 436883 BLAKE2B 5cf3db3a95baad23bb9947461ba064cdf2b4aa8a76e2a7c4e4831ea50a9db719b1b1b7e82d1940b1e29a7af17e17ad0e470ad52604b09e5e9fbcd27cc861397e SHA512 ced4cc50f60e89a1c068430fb5a039df367d356f96d33473e61ef73ce16d43df3f89307a606df7e251e1f09c06e6fa5ddfaa07571ae98b89393de11b7d811661
+DIST wandio-4.1.2.tar.gz 409755 BLAKE2B 90bf4cf9bdd6cdd87668614c91bbd5fd8dc7c526a8e985737d1dced760209be205052221ebfe9ebf92b7c05492298da275498aee1e3817d73235488da9ee2cc1 SHA512 0d74aec9fe2faf678d369fec420f56ae78eedc5f38b70b403034fb030a9c0d1d5a54225b111993ce59b79d8e02ad49a2b0ca4697c7910149f2ae54379d9e19c4
diff --git a/net-libs/wandio/wandio-4.1.0.ebuild b/net-libs/wandio/wandio-4.1.2.ebuild
similarity index 98%
rename from net-libs/wandio/wandio-4.1.0.ebuild
rename to net-libs/wandio/wandio-4.1.2.ebuild
index 3a063f9e560..3e738af7ca8 100644
--- a/net-libs/wandio/wandio-4.1.0.ebuild
+++ b/net-libs/wandio/wandio-4.1.2.ebuild
@@ -8,7 +8,7 @@ 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/3.1.0"
+SLOT="0/2"
KEYWORDS="~amd64 ~x86"
IUSE="bzip2 http lzma lzo static-libs zlib"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2019-05-14 6:50 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2019-05-14 6:50 UTC (permalink / raw
To: gentoo-commits
commit: e12532e0f682f4a425af8313ff478dc184cc293e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 06:50:02 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue May 14 06:50:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12532e0
net-libs/wandio: Version 4.2.0
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-libs/wandio/Manifest | 1 +
net-libs/wandio/wandio-4.2.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index d4ba39a417f..c59f6767cfa 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -1,3 +1,4 @@
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
diff --git a/net-libs/wandio/wandio-4.2.0.ebuild b/net-libs/wandio/wandio-4.2.0.ebuild
new file mode 100644
index 00000000000..7a923dc15cc
--- /dev/null
+++ b/net-libs/wandio/wandio-4.2.0.ebuild
@@ -0,0 +1,35 @@
+# 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)
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2019-05-17 16:28 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2019-05-17 16:28 UTC (permalink / raw
To: gentoo-commits
commit: c66cb820fda55a7904131ae3a68b334a2c8536bb
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 09:29:12 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri May 17 16:28:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66cb820
net-libs/wandio: Version 4.2.1
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-libs/wandio/Manifest | 1 +
net-libs/wandio/wandio-4.2.1.ebuild | 47 +++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index c59f6767cfa..bf507fb508a 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -2,3 +2,4 @@ DIST wandio-1.0.5.tar.gz 385535 BLAKE2B a7911ab14ff9911ef19bf35b6e50d3f2e6dd0fa0
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
diff --git a/net-libs/wandio/wandio-4.2.1.ebuild b/net-libs/wandio/wandio-4.2.1.ebuild
new file mode 100644
index 00000000000..b2404e7e7a1
--- /dev/null
+++ b/net-libs/wandio/wandio-4.2.1.ebuild
@@ -0,0 +1,47 @@
+# 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"
+
+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
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2020-05-15 3:50 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2020-05-15 3:50 UTC (permalink / raw
To: gentoo-commits
commit: 376dffcf0aca0ed839bb5cf40fdd44ba71b8cd1a
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri May 15 03:50:17 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri May 15 03:50:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376dffcf
net-libs/wandio: Version 4.2.3_p1
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-libs/wandio/Manifest | 1 +
net-libs/wandio/wandio-4.2.3_p1.ebuild | 49 ++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index bf507fb508a..591abedd52b 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -3,3 +3,4 @@ DIST wandio-4.0.0.tar.gz 385706 BLAKE2B 7f6e7855a06ae2c23138598c5cf16c9a38f57932
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-4.2.3_p1.ebuild b/net-libs/wandio/wandio-4.2.3_p1.ebuild
new file mode 100644
index 00000000000..5da40030c1d
--- /dev/null
+++ b/net-libs/wandio/wandio-4.2.3_p1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 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/_p/-}.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 )
+"
+S=${WORKDIR}/${P/_p/-}
+
+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
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2020-05-26 6:32 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2020-05-26 6:32 UTC (permalink / raw
To: gentoo-commits
commit: dffc0cbc181b1f88a75e2f70cf114be3605a0409
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 06:27:04 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue May 26 06:32:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffc0cbc
net-libs/wandio: Remove .la file(s)
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
.../wandio/{wandio-4.2.3_p1.ebuild => wandio-4.2.3_p1-r1.ebuild} | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/net-libs/wandio/wandio-4.2.3_p1.ebuild b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild
similarity index 93%
rename from net-libs/wandio/wandio-4.2.3_p1.ebuild
rename to net-libs/wandio/wandio-4.2.3_p1-r1.ebuild
index 5da40030c1d..e0d614fcb24 100644
--- a/net-libs/wandio/wandio-4.2.3_p1.ebuild
+++ b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild
@@ -43,6 +43,11 @@ src_configure() {
$(use_with zlib)
}
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
+
src_test() {
pushd test || die
sh do-basic-tests.sh
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2021-02-27 4:12 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-02-27 4:12 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2021-02-27 4:12 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-02-27 4:12 UTC (permalink / raw
To: gentoo-commits
commit: 71931fba1ed3bd70e5c6ba9b7b30c4e46f34c492
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 03:42:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 04:11:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71931fba
net-libs/wandio: port to EAPI 7, fix tests
Closes: https://bugs.gentoo.org/725040
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/wandio/wandio-4.2.3_p1-r1.ebuild | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild
index e0d614fcb24..4eef4248a4d 100644
--- a/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild
+++ b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild
@@ -1,18 +1,21 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 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/_p/-}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P/_p/-}"
LICENSE="LGPL-3"
SLOT="0/6"
KEYWORDS="~amd64 ~x86"
-IUSE="bzip2 http lzma lzo static-libs test zlib"
+IUSE="bzip2 http lzma lzo test zlib"
RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( lzma lzo )"
RDEPEND="
!<net-libs/libtrace-4
@@ -26,7 +29,6 @@ DEPEND="
${RDEPEND}
test? ( app-arch/lzop )
"
-S=${WORKDIR}/${P/_p/-}
src_prepare() {
default
@@ -35,7 +37,7 @@ src_prepare() {
src_configure() {
econf \
- $(use_enable static-libs static) \
+ --disable-static \
$(use_with bzip2) \
$(use_with http) \
$(use_with lzma) \
@@ -43,12 +45,12 @@ src_configure() {
$(use_with zlib)
}
+src_test() {
+ pushd test || die
+ ${CONFIG_SHELL}/bin/bash do-basic-tests.sh || die
+}
+
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
-
-src_test() {
- pushd test || die
- sh do-basic-tests.sh
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2021-02-27 4:12 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-02-27 4:12 UTC (permalink / raw
To: gentoo-commits
commit: f2a49de31ca944c484ad5edd8f01569582031184
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 03:42:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 04:11:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a49de3
net-libs/wandio: add github remote-id
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/wandio/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-libs/wandio/metadata.xml b/net-libs/wandio/metadata.xml
index d735177ff67..05148eb557a 100644
--- a/net-libs/wandio/metadata.xml
+++ b/net-libs/wandio/metadata.xml
@@ -7,4 +7,7 @@
<use>
<flag name="http">Build support for reading files over HTTP using <pkg>net-misc/curl</pkg></flag>
</use>
+ <upstream>
+ <remote-id type="github">wanduow/wandio</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2021-02-27 4:12 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-02-27 4:12 UTC (permalink / raw
To: gentoo-commits
commit: 5341330f22c1c048a7ed2aecd67a7f5f391c63af
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 03:42:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 04:11:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5341330f
net-libs/wandio: fix metadata indentation
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/wandio/metadata.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-libs/wandio/metadata.xml b/net-libs/wandio/metadata.xml
index 5cf4e822627..d735177ff67 100644
--- a/net-libs/wandio/metadata.xml
+++ b/net-libs/wandio/metadata.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
-<email>netmon@gentoo.org</email>
-</maintainer>
-<use>
-<flag name='http'>Build support for reading files over HTTP using <pkg>net-misc/curl</pkg></flag>
-</use>
+ <maintainer type="project">
+ <email>netmon@gentoo.org</email>
+ </maintainer>
+ <use>
+ <flag name="http">Build support for reading files over HTTP using <pkg>net-misc/curl</pkg></flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2022-11-09 5:41 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2022-11-09 5:41 UTC (permalink / raw
To: gentoo-commits
commit: bd2f092d1cdc7810851e70e02d48185bfca73cc5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 05:40:30 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 05:40:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2f092d
net-libs/wandio: update upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/wandio/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/wandio/metadata.xml b/net-libs/wandio/metadata.xml
index a41dd862c997..f8af6549e574 100644
--- a/net-libs/wandio/metadata.xml
+++ b/net-libs/wandio/metadata.xml
@@ -8,6 +8,6 @@
<flag name="http">Build support for reading files over HTTP using <pkg>net-misc/curl</pkg></flag>
</use>
<upstream>
- <remote-id type="github">wanduow/wandio</remote-id>
+ <remote-id type="github">LibtraceTeam/wandio</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2022-11-09 5:41 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2022-11-09 5:41 UTC (permalink / raw
To: gentoo-commits
commit: ddedd3a106bd3350339444ee4aaff7f56b7b1c8b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 05:40:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 05:40:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddedd3a1
net-libs/wandio: add 4.2.4
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/wandio/Manifest | 1 +
net-libs/wandio/wandio-4.2.4.ebuild | 57 +++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index c133a6de73e3..0a339c4ac462 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -1 +1,2 @@
DIST wandio-4.2.3_p1.tar.gz 15418423 BLAKE2B 1274f10b87964e2dc87ed25a465991b1e4e9211b75fb5ac5a13a0aa535ff30ddfa69059b3d41de7dc758220bda8dd9d02ca7ed31b7c0ca2997641968cc729e48 SHA512 b4bfff9d33010c04826318c560592ee7f7aba9fccd0eba0f29c6294a636971bf4ac5105ffb9addfc22946e7b7234396dafa6c7e0a0d8de3ee1b7e586c069b438
+DIST wandio-4.2.4.tar.gz 15417703 BLAKE2B a4b6f066ac513975c669bd8f57b8791b87a240e6b5a6ad55340a829adfe89b614ab3541cab224e7cc4fb5daf0656108d02de231bce5cb2f1660871d1b3f9c13e SHA512 ac267d8762b38c073a67e7c6b3e7efbd551b668b5b56879c15aefa4ea353b5d86cea0f30acde76be187243843bdb08cae101dea0f346244b07a43a2796a6ca62
diff --git a/net-libs/wandio/wandio-4.2.4.ebuild b/net-libs/wandio/wandio-4.2.4.ebuild
new file mode 100644
index 000000000000..dbad39f516a9
--- /dev/null
+++ b/net-libs/wandio/wandio-4.2.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="C library for simple and efficient file IO"
+HOMEPAGE="https://github.com/LibtraceTeam/wandio"
+SRC_URI="https://github.com/LibtraceTeam/wandio/archive/refs/tags/${PV}-1.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${P}-1
+
+LICENSE="LGPL-3"
+SLOT="0/6"
+KEYWORDS="~amd64 ~x86"
+IUSE="bzip2 http lzma lzo test zlib"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( lzma lzo )"
+
+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_with bzip2) \
+ $(use_with http) \
+ $(use_with lzma) \
+ $(use_with lzo) \
+ $(use_with zlib)
+}
+
+src_test() {
+ pushd test || die
+
+ "${BROOT}"/bin/bash do-basic-tests.sh || die
+}
+
+src_install() {
+ default
+
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
@ 2024-06-23 0:27 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-06-23 0:27 UTC (permalink / raw
To: gentoo-commits
commit: 2485f899d21133d9f2b4475c693ae82d44ca549b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 23:43:24 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 00:27:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2485f899
net-libs/wandio: add 4.2.6
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/wandio/Manifest | 1 +
net-libs/wandio/wandio-4.2.6.ebuild | 61 +++++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/net-libs/wandio/Manifest b/net-libs/wandio/Manifest
index 0a339c4ac462..5c4794091890 100644
--- a/net-libs/wandio/Manifest
+++ b/net-libs/wandio/Manifest
@@ -1,2 +1,3 @@
DIST wandio-4.2.3_p1.tar.gz 15418423 BLAKE2B 1274f10b87964e2dc87ed25a465991b1e4e9211b75fb5ac5a13a0aa535ff30ddfa69059b3d41de7dc758220bda8dd9d02ca7ed31b7c0ca2997641968cc729e48 SHA512 b4bfff9d33010c04826318c560592ee7f7aba9fccd0eba0f29c6294a636971bf4ac5105ffb9addfc22946e7b7234396dafa6c7e0a0d8de3ee1b7e586c069b438
DIST wandio-4.2.4.tar.gz 15417703 BLAKE2B a4b6f066ac513975c669bd8f57b8791b87a240e6b5a6ad55340a829adfe89b614ab3541cab224e7cc4fb5daf0656108d02de231bce5cb2f1660871d1b3f9c13e SHA512 ac267d8762b38c073a67e7c6b3e7efbd551b668b5b56879c15aefa4ea353b5d86cea0f30acde76be187243843bdb08cae101dea0f346244b07a43a2796a6ca62
+DIST wandio-4.2.6.tar.gz 17183116 BLAKE2B 0097510e5b7a3f8567d687db79185b190c963754b1a856809d37b2665087867f017a3f1d2c03ed404a5471c4680d8e5030458200d908878bcad9d3fd1d902804 SHA512 931bdfe91c8923de52217873d5a12568bcac97b2ab7e4e50f48cd9999d7b3887175885c3f56250b0cd822584bbf4a9262b017ab57ed599ddd288abda1fad9885
diff --git a/net-libs/wandio/wandio-4.2.6.ebuild b/net-libs/wandio/wandio-4.2.6.ebuild
new file mode 100644
index 000000000000..dd14502b7512
--- /dev/null
+++ b/net-libs/wandio/wandio-4.2.6.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="C library for simple and efficient file IO"
+HOMEPAGE="https://github.com/LibtraceTeam/wandio"
+SRC_URI="https://github.com/LibtraceTeam/wandio/archive/refs/tags/${PV}-1.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${P}-1
+
+LICENSE="LGPL-3"
+SLOT="0/6"
+KEYWORDS="~amd64 ~x86"
+IUSE="bzip2 http lzma lzo lz4 test zlib zstd"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( bzip2 lzma lzo lz4 zlib zstd )"
+
+RDEPEND="
+ !<net-libs/libtrace-4
+ bzip2? ( app-arch/bzip2 )
+ lzma? ( app-arch/xz-utils )
+ lzo? ( dev-libs/lzo:2 )
+ lz4? ( app-arch/lz4:= )
+ http? ( net-misc/curl )
+ zlib? ( sys-libs/zlib )
+ zstd? ( app-arch/zstd:= )
+"
+DEPEND="
+ ${RDEPEND}
+ test? ( app-arch/lzop )
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_with bzip2) \
+ $(use_with http) \
+ $(use_with lzma) \
+ $(use_with lzo) \
+ $(use_with lz4) \
+ $(use_with zlib) \
+ $(use_with zstd)
+}
+
+src_test() {
+ pushd test || die
+
+ "${BROOT}"/bin/bash do-basic-tests.sh || die
+}
+
+src_install() {
+ default
+
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
end of thread, other threads:[~2024-06-23 0:27 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-31 13:01 [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2016-08-31 13:15 Jeroen Roovers
2016-09-11 6:15 Jeroen Roovers
2017-11-18 10:43 Jeroen Roovers
2018-06-30 7:30 Jeroen Roovers
2018-07-06 11:18 Jeroen Roovers
2018-07-06 11:18 Jeroen Roovers
2018-07-06 11:18 Jeroen Roovers
2019-02-23 15:05 Jeroen Roovers
2019-03-08 12:07 Jeroen Roovers
2019-05-14 6:50 Jeroen Roovers
2019-05-17 16:28 Jeroen Roovers
2020-05-15 3:50 Jeroen Roovers
2020-05-26 6:32 Jeroen Roovers
2021-02-27 4:12 Sam James
2021-02-27 4:12 Sam James
2021-02-27 4:12 Sam James
2021-02-27 4:12 Sam James
2022-11-09 5:41 Sam James
2022-11-09 5:41 Sam James
2024-06-23 0:27 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox