public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/
Date: Wed, 31 Aug 2016 13:01:51 +0000 (UTC)	[thread overview]
Message-ID: <1472648504.65af95dc8450cf07c64e2b5f9de34089d0295c32.jer@gentoo> (raw)

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)
+}


             reply	other threads:[~2016-08-31 13:01 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-31 13:01 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-31 13:15 [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/ 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1472648504.65af95dc8450cf07c64e2b5f9de34089d0295c32.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox