From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F689138334 for ; Sat, 30 Jun 2018 07:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F8B9E087C; Sat, 30 Jun 2018 07:30:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA68CE087C for ; Sat, 30 Jun 2018 07:30:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36277335C81 for ; Sat, 30 Jun 2018 07:30:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B869D2C8 for ; Sat, 30 Jun 2018 07:30:36 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1530343814.1bf5aaceb3d22e0a6d7fdb81ac0b431c5cbb6eb6.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/wandio/Manifest net-libs/wandio/wandio-1.0.5.ebuild X-VCS-Directories: net-libs/wandio/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 1bf5aaceb3d22e0a6d7fdb81ac0b431c5cbb6eb6 X-VCS-Branch: master Date: Sat, 30 Jun 2018 07:30:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aa96cbad-094c-4d7d-a003-b0c8a7dd9eb2 X-Archives-Hash: 7db66d9a56d437260780e28194a3d760 commit: 1bf5aaceb3d22e0a6d7fdb81ac0b431c5cbb6eb6 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jun 30 07:30:14 2018 +0000 Commit: Jeroen Roovers gentoo 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=" + !