From 7f0eaa8781fbfd8d9e46a7b4e79ef8d96ac43eb0 Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Sun, 7 Apr 2019 12:05:57 +0200 Subject: net-misc/casync: version bump to 2-p20190407. Closes: https://bugs.gentoo.org/669592 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Kai Krakow Closes: https://github.com/gentoo/gentoo/pull/11624 Signed-off-by: Patrice Clement --- net-misc/casync/Manifest | 1 + net-misc/casync/casync-2_p20190407.ebuild | 46 +++++++++++++++++++++++++++++++ net-misc/casync/metadata.xml | 13 +++++++-- 3 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 net-misc/casync/casync-2_p20190407.ebuild (limited to 'net-misc') diff --git a/net-misc/casync/Manifest b/net-misc/casync/Manifest index 2e0f88aa1868..c0076683014e 100644 --- a/net-misc/casync/Manifest +++ b/net-misc/casync/Manifest @@ -1 +1,2 @@ DIST casync-2_p20180321.tar.gz 1306314 BLAKE2B 9fa9238a9677ede6a218c27929f0990fe26ad0afeeb2f736a6a665d301bde6c016e6fc0f3120266707d3c12cd765667f8a8cd231bb49b5cf8bedfc4ab812b481 SHA512 c8fd61e56dc3e0aec02656e28f8cec8d873498635bdaf96c0576ab3867a0e2ef0fb69206f3a476b0515a284ba35a2d746985056e522f5d396e35bc13fd81ae58 +DIST casync-2_p20190407.tar.gz 1315643 BLAKE2B 2cb52682d14a06844bb6d08d9c20d3e356fc40f464463151adee7c0446b64ba106ed29873d71d757452b3dd81095efb1b5d1014b294d58724e4c70bf404b47c2 SHA512 973b4cec8289e1223eced5794d5f6e7af25c60bd52d3c8932005ad0b55aebbebba78d5514ef7be4b3b92a76915d6e3f56bd53d797c2d72ffde2bba98f926bd3a diff --git a/net-misc/casync/casync-2_p20190407.ebuild b/net-misc/casync/casync-2_p20190407.ebuild new file mode 100644 index 000000000000..5dc04cbd3945 --- /dev/null +++ b/net-misc/casync/casync-2_p20190407.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit vcs-snapshot meson + +COMMIT="6d185a540c54195a919d4b44f9bf28c341da3bf1" +DESCRIPTION=" Content-Addressable Data Synchronization Tool" +HOMEPAGE="https://github.com/systemd/casync" +SRC_URI="https://github.com/systemd/casync/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+fuse +udev man selinux test" + +RDEPEND=" + app-arch/xz-utils + app-arch/zstd + dev-libs/openssl:0 + net-misc/curl + virtual/acl + fuse? ( sys-fs/fuse:0 ) + selinux? ( sys-libs/libselinux ) + udev? ( virtual/libudev ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig + man? ( dev-python/sphinx ) +" + +src_configure() { + local emesonargs=( + -Dfuse="$(usex fuse true false)" + -Dman="$(usex man true false)" + -Dselinux="$(usex selinux true false)" + -Dtests="$(usex test true false)" + -Dudev="$(usex udev true false)" + ) + meson_src_configure +} + +src_install() { + meson_src_install + find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die +} diff --git a/net-misc/casync/metadata.xml b/net-misc/casync/metadata.xml index 5a566fd24bed..4468d7433a37 100644 --- a/net-misc/casync/metadata.xml +++ b/net-misc/casync/metadata.xml @@ -1,10 +1,17 @@ - + + hurikhan77+bgo@gmail.com + Kai Krakow + + + proxy-maint@gentoo.org + Proxy Maintainers + - Enable fuse support - Build and install man pages + Enable fuse support + Build and install man pages systemd/casync -- cgit v1.2.3-65-gdbad