summaryrefslogtreecommitdiff
path: root/net-misc/casync
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /net-misc/casync
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'net-misc/casync')
-rw-r--r--net-misc/casync/Manifest6
-rw-r--r--net-misc/casync/casync-2_p20180321-r1.ebuild46
-rw-r--r--net-misc/casync/casync-2_p20190407.ebuild42
-rw-r--r--net-misc/casync/metadata.xml17
4 files changed, 59 insertions, 52 deletions
diff --git a/net-misc/casync/Manifest b/net-misc/casync/Manifest
index edf92b8834ef..dbc8496fd5c4 100644
--- a/net-misc/casync/Manifest
+++ b/net-misc/casync/Manifest
@@ -1,3 +1,3 @@
-DIST casync-2_p20180321.tar.gz 1306314 BLAKE2B 9fa9238a9677ede6a218c27929f0990fe26ad0afeeb2f736a6a665d301bde6c016e6fc0f3120266707d3c12cd765667f8a8cd231bb49b5cf8bedfc4ab812b481 SHA512 c8fd61e56dc3e0aec02656e28f8cec8d873498635bdaf96c0576ab3867a0e2ef0fb69206f3a476b0515a284ba35a2d746985056e522f5d396e35bc13fd81ae58
-EBUILD casync-2_p20180321-r1.ebuild 1061 BLAKE2B 3bc98db028264a9783fb5c39a55af2912ea976b5046347923c327fedd43accfbcc9f5f87451128ded5402d48e4f6659c80ccac4ccb1808ede30c008566d6c2ee SHA512 8fb5c62084afb7d209325e9b2356f2cb76be908a0e639817cd68f787268f591b3a9ae5a51508e5b4f99600d08047bc1898c46bd25cf2b4051d27ee79c3aff275
-MISC metadata.xml 360 BLAKE2B 6e944cbef9dcb071939d09f725b5c0a0fae9693e5d4b405da1a669667e25811455bbcc823e2d35c5a6132ef508bb0d6ea6a5e4287b12f83c028d1eee6f502670 SHA512 2f08ddbaefcd45c10f646b38b0e094162dd55b1478c0874a6e06419443cfc9858aeaa2fc24ba2a992d56a52ac05a492e09092d17c790c9382aaf69ec03fbd0cb
+DIST casync-2_p20190407.tar.gz 1315643 BLAKE2B 2cb52682d14a06844bb6d08d9c20d3e356fc40f464463151adee7c0446b64ba106ed29873d71d757452b3dd81095efb1b5d1014b294d58724e4c70bf404b47c2 SHA512 973b4cec8289e1223eced5794d5f6e7af25c60bd52d3c8932005ad0b55aebbebba78d5514ef7be4b3b92a76915d6e3f56bd53d797c2d72ffde2bba98f926bd3a
+EBUILD casync-2_p20190407.ebuild 995 BLAKE2B ca87f5cb5977c4501534e62ee14caa606ebe55c0c5e962d9704479c3802c70add18676b024351fd1126e77550e50e119819f9924cc8dae6a85229f2696478df2 SHA512 3339d37c9b73a11250fd0201f62e95433360244c426c49088bf4480b6e5744dcca2d5339d499d0fa06ba6c7d2d87347e5707412d29a4a9f7d1b8834a2750bc21
+MISC metadata.xml 673 BLAKE2B 7e68de16fb965f49e96df59d7c52062759e021dec76904a64d829aed80578847b268e2c948df7cd1fc8c674789f4671a344e5f91ab36ed10b9fc49b41a5a9e75 SHA512 36681a585c036c549e1c71019ee179eea6dfa921ac68b219b7aa55da1e677d0aeb8082f6e5866fef831d5d8c77626e700a0c75a1a7984a6cb2aea7089ac26e89
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
-}
diff --git a/net-misc/casync/casync-2_p20190407.ebuild b/net-misc/casync/casync-2_p20190407.ebuild
new file mode 100644
index 000000000000..853ece213c86
--- /dev/null
+++ b/net-misc/casync/casync-2_p20190407.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit meson
+
+EGIT_COMMIT="6d185a540c54195a919d4b44f9bf28c341da3bf1"
+DESCRIPTION="Content-Addressable Data Synchronization Tool"
+HOMEPAGE="https://github.com/systemd/casync"
+SRC_URI="https://github.com/systemd/casync/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+fuse +udev man selinux test"
+RESTRICT="!test? ( test )"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+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)"
+ -Dudev="$(usex udev true false)"
+ )
+ meson_src_configure
+}
diff --git a/net-misc/casync/metadata.xml b/net-misc/casync/metadata.xml
index 5a566fd24bed..0a6e55e76e12 100644
--- a/net-misc/casync/metadata.xml
+++ b/net-misc/casync/metadata.xml
@@ -1,10 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>zoltan@sinustrom.info</email>
+ <name>Zoltan Puskas</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>hurikhan77+bgo@gmail.com</email>
+ <name>Kai Krakow</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<use>
- <flag name="fuse">Enable fuse support</flag>
- <flag name="man">Build and install man pages</flag>
+ <flag name="fuse">Enable fuse support</flag>
+ <flag name="man">Build and install man pages</flag>
</use>
<upstream>
<remote-id type="github">systemd/casync</remote-id>