summaryrefslogtreecommitdiff
path: root/net-libs/librsync
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /net-libs/librsync
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'net-libs/librsync')
-rw-r--r--net-libs/librsync/Manifest4
-rw-r--r--net-libs/librsync/librsync-2.3.1.ebuild27
-rw-r--r--net-libs/librsync/librsync-2.3.2.ebuild8
3 files changed, 4 insertions, 35 deletions
diff --git a/net-libs/librsync/Manifest b/net-libs/librsync/Manifest
index 6a0bfd35e4eb..09a94f55f969 100644
--- a/net-libs/librsync/Manifest
+++ b/net-libs/librsync/Manifest
@@ -1,5 +1,3 @@
-DIST librsync-2.3.1.tar.gz 194573 BLAKE2B e18c5d76b45701d881f64bf642ec40844bca507b99ab3161b1bf9446a7a0e2cc954d5d5b37a0d8894fabde2a8f6e2896ef1fc51942cf5c40b2f8a1bb94c20ee0 SHA512 89e5b5ad960b8036acce41df09f5e50601d7eb57d48a2bd21c4ee54a3a375f62ee514036b9a562277b5656735b84cadf6f54cbf48c364bbf0c04f2d95ae3b5a6
DIST librsync-2.3.2.tar.gz 194461 BLAKE2B 72f55c3809c35ee4eff4af03776aed6acfc33cf6109ea8e7fc5cdb4c3919e8f69f156d17ace4443bbb520cbdbe5220df7b5059f00173298839cbb86e0df491c7 SHA512 77d826dbaf02061b759d876a6b537238bad40379a08e4494ebfd3e380b2eb921b7b060bc570330aeac9424ef1a9d521f449d559c9ffa3be24acdef4ad530fe90
-EBUILD librsync-2.3.1.ebuild 594 BLAKE2B 5df6a99d740e44862e52a48bee73080e33137b612cd01587f5721a94a6bf6561ed53f2966c9d5e22cd9c71f87f12e43004e39e80bbfd5ad3fb031782019f9abd SHA512 1e2c13dae7ff32a99b039e837548a505c50ddea1f1e8ff742fe6a0b10334c0a30dd9989658ee2d382c1befce6fd2bbc5d03eaf2dd92aff00d636a4b6e5917c70
-EBUILD librsync-2.3.2.ebuild 588 BLAKE2B 3a766705041dc7d33ec1d85249852ab13446c31f7110bc245135e26fac951c40f4febc69e847b1420cd5e29479397439b8bc24e0172936e97bc7399e740af040 SHA512 2985f766f40c4084bce9389ba0f960dd9ea0d17684e19d81b57727deea4283e22edf41f1f4b3aa9ba4c222d06b778b1a719062fde13b3b49df4fb0882bdf4376
+EBUILD librsync-2.3.2.ebuild 579 BLAKE2B e7f48eb3de47f1ca6e56540e875ca920a3a5a792c2f167dcb19523f11e64dcecba60146393e84952679fd10866311b873ed9ef80142bd4c1c9caf356d1b1c5f8 SHA512 b2c45503bca52641d235f43df2ab9dd75511d63a7103415b43e6afbdfb2dcb17d855aeb7aa9b33293ec44d69f04479e797f1cf840d586e4ec7ed5b8786408651
MISC metadata.xml 388 BLAKE2B 80d7575764d0921330e63232cde4810b5b93b6e4c1dd02d05b21dbd93cad44facf9bfaec7a03eb39042e25e22e22a96ba00a669e60853d5134647a0373e19f91 SHA512 e2fdddabaf1450596f679d5214671e5695ef026d171aaa9dbd84cde16247996295e70677485b64df59c360a3036fef5bd20d0666653be78a4091392a245e3d67
diff --git a/net-libs/librsync/librsync-2.3.1.ebuild b/net-libs/librsync/librsync-2.3.1.ebuild
deleted file mode 100644
index 5cdb27d2e655..000000000000
--- a/net-libs/librsync/librsync-2.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 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"
-
-RDEPEND="
- dev-libs/popt
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_LIBB2=OFF
- )
-
- cmake-utils_src_configure
-}
diff --git a/net-libs/librsync/librsync-2.3.2.ebuild b/net-libs/librsync/librsync-2.3.2.ebuild
index ac6abbb3ceaf..d8676d8ba1a5 100644
--- a/net-libs/librsync/librsync-2.3.2.ebuild
+++ b/net-libs/librsync/librsync-2.3.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake
@@ -11,11 +11,9 @@ SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> ${P}.tar.
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"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-RDEPEND="
- dev-libs/popt
-"
+RDEPEND="dev-libs/popt"
DEPEND="${RDEPEND}"
src_configure() {