* [gentoo-commits] repo/gentoo:master commit in: net-misc/csync/
@ 2015-12-18 13:46 Bernard Cafarelli
0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2015-12-18 13:46 UTC (permalink / raw
To: gentoo-commits
commit: fdc5f34e97671aeabf0b8a79ddb4722ec09e31db
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 13:45:43 2015 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 13:46:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc5f34e
net-misc/csync: fix compilation with gcc-5
Bug #568478 by Toralf Förster <toralf.foerster <AT> gmx.de>
Package-Manager: portage-2.2.26
net-misc/csync/csync-0.50.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-misc/csync/csync-0.50.0.ebuild b/net-misc/csync/csync-0.50.0.ebuild
index 6031896..15e6dd5 100644
--- a/net-misc/csync/csync-0.50.0.ebuild
+++ b/net-misc/csync/csync-0.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -29,6 +29,8 @@ DEPEND="${RDEPEND}
src_prepare() {
cmake-utils_src_prepare
+ sed -e "s/__FUNCTION__/__func__/" -i \
+ src/csync_log.h tests/csync_tests/check_csync_log.c || die
# proper docdir
sed -e "s:/doc/${PN}:/doc/${PF}:" \
-i doc/CMakeLists.txt || die
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/csync/
@ 2020-11-27 16:28 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-11-27 16:28 UTC (permalink / raw
To: gentoo-commits
commit: a692f52ca05cb9dbdd2212dfd63e55dfd2a14671
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 16:05:51 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 16:28:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a692f52c
net-misc/csync: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-misc/csync/csync-0.50.0.ebuild | 49 --------------------------------------
1 file changed, 49 deletions(-)
diff --git a/net-misc/csync/csync-0.50.0.ebuild b/net-misc/csync/csync-0.50.0.ebuild
deleted file mode 100644
index 188fcabcab5..00000000000
--- a/net-misc/csync/csync-0.50.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="lightweight file synchronizer utility"
-HOMEPAGE="https://www.csync.org/"
-SRC_URI="https://open.cryptomilk.org/attachments/download/27/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc iconv samba +sftp test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-db/sqlite-3.4:3
- net-libs/neon[ssl]
- iconv? ( virtual/libiconv )
- samba? ( >=net-fs/samba-3.5 )
- sftp? ( >=net-libs/libssh-0.5 )
- !net-misc/ocsync"
-DEPEND="${RDEPEND}
- app-text/asciidoc
- doc? ( app-doc/doxygen )
- test? ( dev-util/cmocka )"
-
-src_prepare() {
- cmake-utils_src_prepare
-
- sed -e "s/__FUNCTION__/__func__/" -i \
- src/csync_log.h tests/csync_tests/check_csync_log.c || die
- # proper docdir
- sed -e "s:/doc/${PN}:/doc/${PF}:" \
- -i doc/CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
- $(cmake-utils_use_with iconv ICONV)
- $(cmake-utils_use test UNIT_TESTING)
- $(cmake-utils_use_find_package doc Doxygen)
- $(cmake-utils_use_find_package samba Libsmbclient)
- $(cmake-utils_use_find_package sftp LibSSH)
- )
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/csync/
@ 2021-11-06 22:37 Bernard Cafarelli
0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2021-11-06 22:37 UTC (permalink / raw
To: gentoo-commits
commit: 133fceeda2c2a14c8d2df59e6e1459489c8abc58
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 6 22:37:08 2021 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Nov 6 22:37:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133fceed
net-misc/csync: sftp requires libssh with USE=sftp
Closes: https://bugs.gentoo.org/821976
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
net-misc/csync/csync-0.50.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/csync/csync-0.50.0-r2.ebuild b/net-misc/csync/csync-0.50.0-r2.ebuild
index 54a643702ef..d749dab20f3 100644
--- a/net-misc/csync/csync-0.50.0-r2.ebuild
+++ b/net-misc/csync/csync-0.50.0-r2.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=dev-db/sqlite-3.4:3
net-libs/neon[ssl]
iconv? ( virtual/libiconv )
samba? ( >=net-fs/samba-3.5 )
- sftp? ( >=net-libs/libssh-0.5 )
+ sftp? ( >=net-libs/libssh-0.5[sftp] )
!net-misc/ocsync"
DEPEND="${RDEPEND}
app-text/asciidoc
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/csync/
@ 2021-11-06 22:37 Bernard Cafarelli
0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2021-11-06 22:37 UTC (permalink / raw
To: gentoo-commits
commit: c6a1afa8fd2c72d3bbf95fd6cad44faaf75b970b
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 6 22:37:33 2021 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Nov 6 22:37:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a1afa8
net-misc/csync: drop old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
net-misc/csync/csync-0.50.0-r1.ebuild | 48 -----------------------------------
1 file changed, 48 deletions(-)
diff --git a/net-misc/csync/csync-0.50.0-r1.ebuild b/net-misc/csync/csync-0.50.0-r1.ebuild
deleted file mode 100644
index 4439f480f68..00000000000
--- a/net-misc/csync/csync-0.50.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="lightweight file synchronizer utility"
-HOMEPAGE="https://www.csync.org/"
-SRC_URI="https://open.cryptomilk.org/attachments/download/27/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc iconv samba +sftp test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-db/sqlite-3.4:3
- net-libs/neon[ssl]
- iconv? ( virtual/libiconv )
- samba? ( >=net-fs/samba-3.5 )
- sftp? ( >=net-libs/libssh-0.5 )
- !net-misc/ocsync"
-DEPEND="${RDEPEND}
- app-text/asciidoc
- doc? ( app-doc/doxygen )
- test? ( dev-util/cmocka )"
-
-PATCHES=( "${FILESDIR}"/${P}-gcc_5_and_8.patch )
-src_prepare() {
- cmake-utils_src_prepare
-
- # proper docdir
- sed -e "s:/doc/${PN}:/doc/${PF}:" \
- -i doc/CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
- -DWITH_ICONV="$(usex iconv)"
- -DUNIT_TESTING="$(usex test)"
- $(cmake-utils_use_find_package doc Doxygen)
- $(cmake-utils_use_find_package samba SMBClient)
- $(cmake-utils_use_find_package sftp LibSSH)
- )
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-11-06 22:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-06 22:37 [gentoo-commits] repo/gentoo:master commit in: net-misc/csync/ Bernard Cafarelli
-- strict thread matches above, loose matches on Subject: below --
2021-11-06 22:37 Bernard Cafarelli
2020-11-27 16:28 Aaron Bauman
2015-12-18 13:46 Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox