public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/thin-provisioning-tools/
Date: Thu, 23 Nov 2017 20:48:50 +0000 (UTC)	[thread overview]
Message-ID: <1511470106.c1288bb277361b82ced530ea4868a1c9844fef31.whissi@gentoo> (raw)

commit:     c1288bb277361b82ced530ea4868a1c9844fef31
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 20:47:59 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 20:48:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1288bb2

sys-block/thin-provisioning-tools: Bump to v0.7.5

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-block/thin-provisioning-tools/Manifest         |  1 +
 .../thin-provisioning-tools-0.7.5.ebuild           | 62 ++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/sys-block/thin-provisioning-tools/Manifest b/sys-block/thin-provisioning-tools/Manifest
index 417faa91f35..1744d991b75 100644
--- a/sys-block/thin-provisioning-tools/Manifest
+++ b/sys-block/thin-provisioning-tools/Manifest
@@ -3,3 +3,4 @@ DIST thin-provisioning-tools-0.6.3.tar.gz 198697 SHA256 52d808c29dcaa83c142ceb2b
 DIST thin-provisioning-tools-0.7.0.tar.gz 230595 SHA256 68a815860fce3f09f64ef241fd4ba45713f4c7be384fe116ec1dbea467684b32 SHA512 cb6c44c7215aadd72292d73e2374d8c0c28566adcb10c7a3de83576dbd28649ebba6e2cc59945a28921e423540969cb21f648c37e375d68f48e56a8be4a4c7b8 WHIRLPOOL 80201034dafd00617951a30369fc617a9c91b4408ec5c5272b4406c8f86caf0ff738938d6ef92d27a9ac96c3110edfa16609f0777c8592e6a100aeb3e02d3837
 DIST thin-provisioning-tools-0.7.2.tar.gz 265819 SHA256 98e779cb3f9131bc0bb3051ac33ff93562085bee1cb5409f2184163d74092e7e SHA512 563363842ab0b92f563ac7fcaedb18b8fca70b0894ff30d55cc40487d53b035c32d3ef711adb7102ef1a55b26a75510239da2542b791d850a5cbccf1ddf1acdd WHIRLPOOL e0e0ab86a5d6746744b7cc2e75d3b9ea729ea7ecd4aa59b0eeaeaecf8746ddf10385b8ecad564d6dbab77e2defa641a717a0cbe83fab470a8dabc19013fcfff0
 DIST thin-provisioning-tools-0.7.4.tar.gz 276652 SHA256 f65f84e653e182480dacad77c611e13cd6de1c354e02fb4b96db4d2f328c3904 SHA512 cf7f15efc1dca4e4961ae72a1cafa46985639619da90d0ef192d14e0c45ae7996365f3f87846cce6d27259f72caf14cba653254414876687e4d14f500687b3cb WHIRLPOOL ffbf7c098ae5844aead5383a3f65df5b16d7c2ce3702f92cee5c4468b772fa777bc7ec1333f41c96a9b55d54a483d15386e19499fb034224339f1b6a79e77956
+DIST thin-provisioning-tools-0.7.5.tar.gz 278856 BLAKE2B f554a9001bc9dde3510e3702f184d48cd77ddfc04f16c7e054fea8a3a47fdce7796ca4fcdb8d155e3d22526535ae965e344b3c2735f6275a7702044536dff923 SHA512 65268cc0c68428fa89f039c097794f574ef79b1862de3208715b9180ba73b197f37d879b386b110c52d9f2d3e80fb069a8d48ee2939aa1fd2b88f2513babc763

diff --git a/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.7.5.ebuild b/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.7.5.ebuild
new file mode 100644
index 00000000000..5dffbee82a8
--- /dev/null
+++ b/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.7.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="A suite of tools for thin provisioning on Linux"
+HOMEPAGE="https://github.com/jthornber/thin-provisioning-tools"
+SRC_URI="https://github.com/jthornber/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="static test"
+
+LIB_DEPEND="dev-libs/expat[static-libs(+)]
+	dev-libs/libaio[static-libs(+)]"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
+# || ( ) is a non-future proof workaround for Portage unefficiency wrt #477050
+DEPEND="${RDEPEND}
+	static? ( ${LIB_DEPEND} )
+	test? (
+		|| ( dev-lang/ruby:2.9 dev-lang/ruby:2.8 dev-lang/ruby:2.7 dev-lang/ruby:2.6 dev-lang/ruby:2.5 dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 )
+		>=dev-cpp/gmock-1.6
+		>=dev-cpp/gtest-1.6
+		dev-util/cucumber
+		dev-util/aruba
+	)
+	dev-libs/boost"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.7.0-build-fixes.patch
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	use static && append-ldflags -static
+	STRIP=true econf \
+		--prefix="${EPREFIX}"/ \
+		--bindir="${EPREFIX}"/sbin \
+		--with-optimisation='' \
+		$(use_enable test testing)
+}
+
+src_compile() {
+	MAKEOPTS+=" V="
+	default
+}
+
+src_test() {
+	emake unit-test
+}
+
+src_install() {
+	emake DESTDIR="${D}" DATADIR="${ED%/}/usr/share" install
+	dodoc README.md TODO.org
+}


             reply	other threads:[~2017-11-23 20:48 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-23 20:48 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23 19:10 [gentoo-commits] repo/gentoo:master commit in: sys-block/thin-provisioning-tools/ Robin H. Johnson
2024-11-24 11:02 Sam James
2024-11-15 21:09 Sam James
2024-11-15 10:50 Arthur Zamarin
2024-11-15 10:50 Arthur Zamarin
2024-11-15  9:25 Arthur Zamarin
2024-11-15  9:23 Arthur Zamarin
2024-11-13 17:46 Ben Kohler
2024-11-13  2:23 Sam James
2024-11-11 20:19 Sam James
2024-11-11 19:06 Sam James
2024-11-11 19:06 Sam James
2024-11-11 17:08 Sam James
2024-10-17  4:33 Sam James
2024-10-16  7:55 Sam James
2024-10-16  7:55 Sam James
2024-10-16  7:41 Sam James
2024-07-15  2:37 Sam James
2024-07-15  2:37 Sam James
2024-07-15  2:37 Sam James
2024-07-15  2:37 Sam James
2024-07-15  2:37 Sam James
2024-07-15  2:37 Sam James
2024-07-15  2:23 Sam James
2024-07-15  2:23 Sam James
2024-06-17  9:39 James Le Cuirot
2024-03-11 16:17 Viorel Munteanu
2024-02-29  4:34 Sam James
2024-02-29  4:34 Sam James
2024-02-18 13:17 Sam James
2024-01-18  1:47 Sam James
2024-01-14  3:40 Sam James
2023-12-16  2:45 Sam James
2023-12-08 20:54 Arthur Zamarin
2023-12-02 11:13 Arthur Zamarin
2023-11-25 16:57 Arthur Zamarin
2023-10-23 14:05 Arthur Zamarin
2023-10-22 12:22 Sam James
2023-09-06 18:57 WANG Xuerui
2023-09-06 18:57 WANG Xuerui
2023-09-06  9:19 Sam James
2023-09-06  8:39 Sam James
2023-09-06  8:39 Sam James
2023-09-06  8:39 Sam James
2023-09-06  8:39 Sam James
2023-09-06  8:39 Sam James
2023-09-06  8:39 Sam James
2023-09-06  8:39 Sam James
2023-03-31 21:16 Robin H. Johnson
2022-05-08 16:12 WANG Xuerui
2022-04-17 17:06 Sam James
2022-01-15 23:31 James Le Cuirot
2021-12-31 19:24 Arthur Zamarin
2021-12-24 21:10 Sam James
2021-12-24 19:42 Mike Gilbert
2021-11-16  4:43 Sam James
2021-11-16  4:42 Sam James
2021-07-09  6:55 Hans de Graaff
2021-06-10  9:41 Guilherme Amadio
2021-05-14  9:36 Agostino Sarubbo
2021-05-14  9:35 Agostino Sarubbo
2021-05-13 16:18 Sam James
2021-02-02 16:46 Lars Wendler
2021-02-01 18:36 Lars Wendler
2020-08-12 21:46 Lars Wendler
2020-08-12 21:46 Lars Wendler
2020-08-12 21:46 Lars Wendler
2020-08-12 21:46 Lars Wendler
2020-04-08 20:40 Göktürk Yüksek
2019-09-01  7:46 Mikle Kolyada
2019-06-07  8:01 Agostino Sarubbo
2019-06-05 14:14 Lars Wendler
2019-06-03 12:38 Lars Wendler
2019-06-03 12:38 Lars Wendler
2019-05-28  2:08 Lars Wendler
2019-05-28  2:08 Lars Wendler
2019-05-28  2:08 Lars Wendler
2019-05-08 13:04 Lars Wendler
2019-04-21 10:16 Lars Wendler
2019-04-21 10:16 Lars Wendler
2019-01-16 21:07 Mart Raudsepp
2018-08-26 20:35 Michał Górny
2018-05-03 12:52 Lars Wendler
2018-04-26 15:14 Mike Gilbert
2018-04-24  8:15 Mikle Kolyada
2018-01-13 19:29 Sergei Trofimovich
2017-12-09  9:59 Michael Palimaka
2017-11-29 20:28 Sergei Trofimovich
2017-10-29 17:38 Sergei Trofimovich
2017-10-20 11:07 Lars Wendler
2017-10-20 11:07 Lars Wendler
2017-10-04 16:06 Lars Wendler
2017-10-03  0:15 Thomas Deutschmann
2017-10-02 23:45 Thomas Deutschmann
2017-10-02 14:00 Manuel Rüger
2017-09-26 17:03 Robin H. Johnson
2017-09-15 15:38 Tobias Klausmann
2017-09-15  7:50 Sergei Trofimovich
2017-09-12 22:01 Robin H. Johnson
2017-08-14 13:36 Lars Wendler
2016-05-09  4:05 Mike Frysinger
2016-05-09  3:26 Mike Frysinger
2016-05-09  3:04 Mike Frysinger
2016-05-09  2:55 Mike Frysinger
2015-09-22  4:29 Jeroen Roovers

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=1511470106.c1288bb277361b82ced530ea4868a1c9844fef31.whissi@gentoo \
    --to=whissi@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