public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/
Date: Mon, 14 Oct 2019 21:11:33 +0000 (UTC)	[thread overview]
Message-ID: <1571087041.ec8e50a0481174e9eedc7a5c112c1e74e7c82848.voyageur@gentoo> (raw)

commit:     ec8e50a0481174e9eedc7a5c112c1e74e7c82848
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 20:49:50 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 21:04:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8e50a0

net-libs/librsync: 2.2.0 bump

This is a minor release that adds RabinKarp rollsum support as the new
recommended default

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 net-libs/librsync/Manifest              |  1 +
 net-libs/librsync/librsync-2.2.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/net-libs/librsync/Manifest b/net-libs/librsync/Manifest
index a9faaa2eba8..9b434385947 100644
--- a/net-libs/librsync/Manifest
+++ b/net-libs/librsync/Manifest
@@ -2,3 +2,4 @@ DIST librsync-0.9.7.tar.gz 453802 BLAKE2B 0f8a7a758d847498876401aa04473946970be0
 DIST librsync-2.0.1.tar.gz 169765 BLAKE2B 3b3a109307dc03e567338709f1c3958a2ae7887165208848359677305f6a983edc1bc71c721dd3f414f77e0507426ae5bb59b9fde51595a92379227ac316127a SHA512 70c1ed0f3a8ad8c1201ce67b5411c4aabb4c78ba9d60e4ee658d9a8818c6511322abd53b583869b8927a29b0f105e1a5c9b05efa748eb435e8fc3b7be3344e04
 DIST librsync-2.0.2.tar.gz 174480 BLAKE2B e77d554ad08a852459fe2798249f47ca7f26849b4b8622c5b64f7f9b6d23f1fedc443f747c7988679a3548ea1f6fd2902c424717faaf73a5cfd7e19012a2d72d SHA512 5d2bc1d62b37e9ed7416203615d0a0e3c05c4c884b5da63eda10dd5c985845b500331bce226e4d45676729382c85b41528282e25d491afda31ba434ac0fefad7
 DIST librsync-2.1.0.tar.gz 175630 BLAKE2B effd2a8c79fae202921220db7581be1d9f7d278e6ee5155a23e586d9d4a7a27bbc4a50049ddca3b187a8e08451c6dcde7340d22be9fde0c2c12462392043fd8e SHA512 9b91f4b696c1d1cdacb5c0679c7df7a92641e0a6a599c2e5de2bc0af3052b2045bb16c40b072c40859074d792c78c57afb0817917fa9843b179befa4506ebf04
+DIST librsync-2.2.0.tar.gz 180596 BLAKE2B 9fe6447f36f326606effb8c6e2517647f5c64e5e33c432ed23958d3146ce86efc6f9497018aab752672dc92e852877828f00b74d68e93a4e1b061c361b17110a SHA512 dc8e9e6cf6f10f016ad8e387dbc7555485977378f2a8584493f195fe267e1327e0c7acc265564770aae18ae142b6d1a785d34904bbf38c408ebbbeed40c36634

diff --git a/net-libs/librsync/librsync-2.2.0.ebuild b/net-libs/librsync/librsync-2.2.0.ebuild
new file mode 100644
index 00000000000..93d015f1bb9
--- /dev/null
+++ b/net-libs/librsync/librsync-2.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Remote delta-compression library"
+HOMEPAGE="https://librsync.github.io/"
+SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/2.2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+RDEPEND="
+	dev-libs/popt
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_LIBB2=OFF
+	)
+
+	cmake-utils_src_configure
+}


             reply	other threads:[~2019-10-14 21:11 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-14 21:11 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 17:31 [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/ Arthur Zamarin
2024-05-25  2:03 Sam James
2024-05-24 14:56 Arthur Zamarin
2024-05-24 14:56 Arthur Zamarin
2024-05-24 10:00 Arthur Zamarin
2024-05-24 10:00 Arthur Zamarin
2023-03-01 15:20 Joonas Niilola
2023-02-22 22:51 Bernard Cafarelli
2022-10-15  6:47 Jakov Smolić
2021-12-01 21:16 Andreas Sturmlechner
2021-12-01 13:31 Agostino Sarubbo
2021-11-29 17:34 Arthur Zamarin
2021-11-29 17:31 Jakov Smolić
2021-11-29 17:15 Arthur Zamarin
2021-11-29 17:15 Arthur Zamarin
2021-11-29 16:59 Arthur Zamarin
2021-11-27 16:55 David Seifert
2021-05-31 11:36 Bernard Cafarelli
2020-12-15 10:37 Sam James
2020-12-04 18:37 Sergei Trofimovich
2020-12-04 18:31 Sergei Trofimovich
2020-12-02 22:39 Sam James
2020-12-02 21:32 Sam James
2020-12-02  3:06 Thomas Deutschmann
2020-05-30 22:51 Bernard Cafarelli
2020-04-07 15:17 Bernard Cafarelli
2019-10-17 10:37 Bernard Cafarelli
2019-10-09  9:47 Bernard Cafarelli
2018-07-11  5:05 Markus Meier
2018-06-26 18:08 Bernard Cafarelli
2018-06-25 18:56 Tobias Klausmann
2018-06-24 14:45 Jason Zaman
2018-06-18 18:48 Jonas Stein
2018-06-16 15:04 Sergei Trofimovich
2018-06-13 20:36 Andreas Sturmlechner
2018-06-12 11:36 Thomas Deutschmann
2018-06-12  8:44 Sergei Trofimovich
2018-04-02  4:09 Matt Turner
2018-03-28 20:55 Matt Turner
2018-03-02 18:27 Michał Górny
2017-12-05  5:44 Markus Meier
2017-11-17 20:43 Sergei Trofimovich
2017-11-08 12:51 Tobias Klausmann
2017-10-29 21:58 Sergei Trofimovich
2017-10-29 20:58 Sergei Trofimovich
2017-10-24 19:23 Sergei Trofimovich
2017-10-22 20:33 Thomas Deutschmann
2017-10-19 12:43 Manuel Rüger
2017-01-29 19:33 Fabian Groffen
2016-02-22  6:06 Jeroen Roovers
2016-02-01  1:53 Patrice Clement
2016-01-17 17:02 Agostino Sarubbo
2016-01-11  9:07 Agostino Sarubbo
2016-01-10 10:34 Agostino Sarubbo
2016-01-09 16:06 Markus Meier
2016-01-09  7:10 Agostino Sarubbo
2016-01-06 17:54 Andreas Schuerch
2016-01-05  8:42 Agostino Sarubbo
2015-12-18 13:22 Ian Delaney
2015-12-16 11:34 Ian Delaney

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=1571087041.ec8e50a0481174e9eedc7a5c112c1e74e7c82848.voyageur@gentoo \
    --to=voyageur@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