public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/duperemove/
Date: Thu, 26 Jan 2017 20:14:08 +0000 (UTC)	[thread overview]
Message-ID: <1485461635.51ab0816bc55ddcbb0627e640f158863897bde7d.mgorny@gentoo> (raw)

commit:     51ab0816bc55ddcbb0627e640f158863897bde7d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 18:56:43 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 20:13:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ab0816

sys-fs/duperemove: Bump to 0.11.beta4

 sys-fs/duperemove/Manifest                     |  1 +
 sys-fs/duperemove/duperemove-0.11_beta4.ebuild | 33 ++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sys-fs/duperemove/Manifest b/sys-fs/duperemove/Manifest
index a2f7e94..54053e5 100644
--- a/sys-fs/duperemove/Manifest
+++ b/sys-fs/duperemove/Manifest
@@ -4,3 +4,4 @@ DIST duperemove-0.09.3.tar.gz 55722 SHA256 349b047cfb388f2d616695b4ecbfa091243f8
 DIST duperemove-0.09.4.tar.gz 55725 SHA256 9d4c7fe0fd7ae3acb8c144e5fa8648749366c1e67a97ecbb28f07df0bb72fb29 SHA512 dff728a34bdf8df71aa13b7f9c8ffae8ce643337f4dafacb3ceeb778d326b1885f63ae03215c6d714c4fcd7b2f26b03e47d7ad3a42eca3f2d5de5b596b653bf1 WHIRLPOOL 806e5469ac7fbd6b9a1e3803f153a6a2e5eecc14fa05b9f08b3d5b1f16609fb5bc2c576c45133ac6c6a76e5d63fce4a98d44ab4e8b180b5cbccf06355d3967bc
 DIST duperemove-0.09.5.tar.gz 56175 SHA256 8c8c781ab53435dfcc114d2a500525c72428fdbafc14ead10de115d77b447b69 SHA512 111127d9ab7d5567de8393197cf5bc977db1f64b7405fd848e1ca5aaa5ca7a3057fa06b61b161d0dfc45e0c5ebcc2406218d9a834db519c7ca348cdc7a0fe2f2 WHIRLPOOL aff0d6cbab8f6f76cc528316dd17656e3b190809e3955bf83f59745b5dfd085e17b832dc09b4aa3ca6312bbfb199bea0f3ecb4f59d1bcc11c1743d97da93213c
 DIST duperemove-0.10.tar.gz 95656 SHA256 1ef855c4d0a85efc8757edcac5ea7189d896d2f2abad0e572c47f6568cf050aa SHA512 11bb1a9937b9ca7969b9176bb4cfc8fff91c257a8645baa0ca0ec6b634ae3c464712414f856d5a75ed16c6d13f0ae85ac3584df1f474575a975cb20ae0d7a9f1 WHIRLPOOL f31164803447b6ba917fa214eac35037e67ab090215b97e4610f46b3276d0a3c2f3c9ee024ea813e63cbacbe2c7778d35188131c85ffc08fc47b2abd4e312d38
+DIST duperemove-0.11.beta4.tar.gz 114532 SHA256 fdccc29670c39e36751217263bef0f7d0803c3773b0bbb61fcd651370798b6c0 SHA512 e3879f558026a11d34c996243eeeab267bebec508a0bafa76ad563fe81c3bf911650745f27bd449c4d788c302b08324bb780e4d86dc5996678e06a1df233a286 WHIRLPOOL cc8a7e7784a66af793ddf3ea5974605cbb735b738965939dafdf12f6cec2f1629d35f3454061ec1051ea7e4cb8703c85ebabdd81d290e1fb0dfa347612d66328

diff --git a/sys-fs/duperemove/duperemove-0.11_beta4.ebuild b/sys-fs/duperemove/duperemove-0.11_beta4.ebuild
new file mode 100644
index 00000000..5eabf5c
--- /dev/null
+++ b/sys-fs/duperemove/duperemove-0.11_beta4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Btrfs deduplication utility"
+HOMEPAGE="https://github.com/markfasheh/duperemove"
+SRC_URI="https://github.com/markfasheh/duperemove/archive/v${PV/_/.}.tar.gz -> ${P/_/.}.tar.gz"
+
+# includes code from libbloom, xxhash (BSD-2)
+# includes code from polarssl (GPL-2+)
+LICENSE="GPL-2 GPL-2+ BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-db/sqlite:3=
+	dev-libs/glib:2="
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${P/_/.}
+
+src_compile() {
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall"
+}
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}


             reply	other threads:[~2017-01-26 20:14 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-26 20:14 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-09 22:58 [gentoo-commits] repo/gentoo:master commit in: sys-fs/duperemove/ Sam James
2025-03-09 22:58 Sam James
2025-03-03  9:35 David Seifert
2025-03-02  3:07 Michał Górny
2025-02-23 16:57 Sam James
2025-02-22 20:47 Michał Górny
2025-02-22  8:47 Arthur Zamarin
2025-02-03  5:26 Michał Górny
2023-12-21  7:27 Arthur Zamarin
2023-12-21  6:52 Sam James
2023-11-26  4:14 Michał Górny
2023-11-22  9:50 Michał Górny
2023-11-19  7:47 Michał Górny
2023-09-30  4:56 Michał Górny
2023-08-20 17:57 Michał Górny
2023-08-20 17:37 Arthur Zamarin
2023-08-20 13:11 Sam James
2023-07-16  3:06 Michał Górny
2022-01-22 21:23 Georgy Yakovlev
2021-09-27  7:58 Michał Górny
2021-09-27  6:57 Agostino Sarubbo
2021-09-27  6:55 Agostino Sarubbo
2021-08-10  8:20 Michał Górny
2021-08-10  5:57 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 19:07 Thomas Deutschmann
2020-11-03  8:24 Michał Górny
2020-03-08 19:07 Richard Freeman
2020-03-08 10:37 Agostino Sarubbo
2020-03-07 19:50 Piotr Karbowski
2020-03-07 19:47 Piotr Karbowski
2019-03-10  8:08 Michał Górny
2018-12-02 15:57 Michał Górny
2018-05-16  7:26 Michał Górny
2018-01-02  6:19 Michał Górny
2017-09-08  7:32 Michał Górny
2015-10-13 19:05 Michał Górny

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=1485461635.51ab0816bc55ddcbb0627e640f158863897bde7d.mgorny@gentoo \
    --to=mgorny@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