Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/
Date: Wed, 01 Dec 2021 21:16:55
Message-Id: 1638393395.44c384a0551d276ad6081c0abde680d771a7fe19.asturm@gentoo
1 commit: 44c384a0551d276ad6081c0abde680d771a7fe19
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 1 19:13:38 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 1 21:16:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c384a0
7
8 net-libs/librsync: Drop 2.3.1
9
10 Closes: https://bugs.gentoo.org/822252
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 net-libs/librsync/Manifest | 1 -
15 net-libs/librsync/librsync-2.3.1.ebuild | 27 ---------------------------
16 2 files changed, 28 deletions(-)
17
18 diff --git a/net-libs/librsync/Manifest b/net-libs/librsync/Manifest
19 index 7c6add5071e7..efe932cfa246 100644
20 --- a/net-libs/librsync/Manifest
21 +++ b/net-libs/librsync/Manifest
22 @@ -1,2 +1 @@
23 -DIST librsync-2.3.1.tar.gz 194573 BLAKE2B e18c5d76b45701d881f64bf642ec40844bca507b99ab3161b1bf9446a7a0e2cc954d5d5b37a0d8894fabde2a8f6e2896ef1fc51942cf5c40b2f8a1bb94c20ee0 SHA512 89e5b5ad960b8036acce41df09f5e50601d7eb57d48a2bd21c4ee54a3a375f62ee514036b9a562277b5656735b84cadf6f54cbf48c364bbf0c04f2d95ae3b5a6
24 DIST librsync-2.3.2.tar.gz 194461 BLAKE2B 72f55c3809c35ee4eff4af03776aed6acfc33cf6109ea8e7fc5cdb4c3919e8f69f156d17ace4443bbb520cbdbe5220df7b5059f00173298839cbb86e0df491c7 SHA512 77d826dbaf02061b759d876a6b537238bad40379a08e4494ebfd3e380b2eb921b7b060bc570330aeac9424ef1a9d521f449d559c9ffa3be24acdef4ad530fe90
25
26 diff --git a/net-libs/librsync/librsync-2.3.1.ebuild b/net-libs/librsync/librsync-2.3.1.ebuild
27 deleted file mode 100644
28 index 5cdb27d2e655..000000000000
29 --- a/net-libs/librsync/librsync-2.3.1.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit cmake-utils
38 -
39 -DESCRIPTION="Remote delta-compression library"
40 -HOMEPAGE="https://librsync.github.io/"
41 -SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="LGPL-2.1"
44 -SLOT="0/2.2"
45 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
46 -
47 -RDEPEND="
48 - dev-libs/popt
49 -"
50 -DEPEND="${RDEPEND}"
51 -
52 -src_configure() {
53 - local mycmakeargs=(
54 - -DUSE_LIBB2=OFF
55 - )
56 -
57 - cmake-utils_src_configure
58 -}