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: Tue,  7 Apr 2020 15:17:46 +0000 (UTC)	[thread overview]
Message-ID: <1586272661.52163d4b6785e85c6afe4d57d10b90bb0bf24b6b.voyageur@gentoo> (raw)

commit:     52163d4b6785e85c6afe4d57d10b90bb0bf24b6b
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  7 15:14:12 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Apr  7 15:17:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52163d4b

net-libs/librsync: 2.3.0 bump

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

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

diff --git a/net-libs/librsync/Manifest b/net-libs/librsync/Manifest
index e58c096034d..1ba8bce2c89 100644
--- a/net-libs/librsync/Manifest
+++ b/net-libs/librsync/Manifest
@@ -3,3 +3,4 @@ DIST librsync-2.0.1.tar.gz 169765 BLAKE2B 3b3a109307dc03e567338709f1c3958a2ae788
 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.1.tar.gz 180649 BLAKE2B 6dd97a7f140655317c5258d9588ba831716a8909c0d145665b742640a02b317f8736c05b04106f7a221726680f9ccf0ec1bd9a7f760851a993b7783f93193804 SHA512 6581a4285ebcfa1c4dfecac2d6796dab736a4c66a7fb82863c778506073446d9a113d39de7eb29e845a484646f1d8fec29019338bce31a091b0acdc461ab1bcd
+DIST librsync-2.3.0.tar.gz 192493 BLAKE2B c9bb0f211d0d579bec3b7236cfac0ec1dcca6b87458c823430c588b4398b06a559e55e3b9ff8a9f635f7e79bb9c57fbb4b301b55c51c3a694287051557b45a16 SHA512 49b2243b7515a6e69abce438a27515a35ecfe327aee849514af539975418d24b7be2d2c2f8c753860f43bf9596c6a7833694e7d94c30f14093aa12363e0d7ffc

diff --git a/net-libs/librsync/librsync-2.3.0.ebuild b/net-libs/librsync/librsync-2.3.0.ebuild
new file mode 100644
index 00000000000..4a6965cbd50
--- /dev/null
+++ b/net-libs/librsync/librsync-2.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 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 ~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:[~2020-04-07 15:17 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07 15:17 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
2019-10-17 10:37 Bernard Cafarelli
2019-10-14 21:11 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=1586272661.52163d4b6785e85c6afe4d57d10b90bb0bf24b6b.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