diff options
author | Kai Krakow <kai@kaishome.de> | 2019-04-07 12:06:39 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-10 00:21:26 +0200 |
commit | b619ce5c89e4d065aa4cfd9935070ed292d86b96 (patch) | |
tree | 004b1ec68fee306d095fd68473e70ab89e23258a /net-misc/casync | |
parent | net-misc/casync: version bump to 2-p20190407. (diff) | |
download | gentoo-b619ce5c89e4d065aa4cfd9935070ed292d86b96.tar.gz gentoo-b619ce5c89e4d065aa4cfd9935070ed292d86b96.tar.bz2 gentoo-b619ce5c89e4d065aa4cfd9935070ed292d86b96.zip |
net-misc/casync: remove old.
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>
Diffstat (limited to 'net-misc/casync')
-rw-r--r-- | net-misc/casync/Manifest | 1 | ||||
-rw-r--r-- | net-misc/casync/casync-2_p20180321-r1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/net-misc/casync/Manifest b/net-misc/casync/Manifest index c0076683014e..f33cc5f9da19 100644 --- a/net-misc/casync/Manifest +++ b/net-misc/casync/Manifest @@ -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 index 2e1338a68f79..000000000000 --- a/net-misc/casync/casync-2_p20180321-r1.ebuild +++ /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 -} |