net-misc/casync: remove old.
authorKai Krakow <kai@kaishome.de>
Sun, 7 Apr 2019 10:06:39 +0000 (12:06 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 9 Apr 2019 22:21:26 +0000 (00:21 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Kai Krakow <kai@kaishome.de>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
net-misc/casync/Manifest
net-misc/casync/casync-2_p20180321-r1.ebuild [deleted file]

index c0076683014e3d747a9c773164dcb1dffdfb3279..f33cc5f9da19cfab127297434f0afa52800be4f6 100644 (file)
@@ -1,2 +1 @@
-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_p20180321-r1.ebuild b/net-misc/casync/casync-2_p20180321-r1.ebuild
deleted file mode 100644 (file)
index 2e1338a..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit vcs-snapshot meson
-
-COMMIT="a755da21d3ba5d9cbb002dfc86a3ab0d46b82176"
-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
-}