From ef9e4219ab49bf9b8ff610743c21305c0eb0b306 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Mon, 1 Jan 2018 18:34:27 +0100 Subject: net-misc/ocsync: remove after last rites Closes: https://bugs.gentoo.org/501228 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- net-misc/ocsync/Manifest | 1 - net-misc/ocsync/metadata.xml | 11 ------- net-misc/ocsync/ocsync-0.90.4.ebuild | 60 ------------------------------------ 3 files changed, 72 deletions(-) delete mode 100644 net-misc/ocsync/Manifest delete mode 100644 net-misc/ocsync/metadata.xml delete mode 100644 net-misc/ocsync/ocsync-0.90.4.ebuild (limited to 'net-misc') diff --git a/net-misc/ocsync/Manifest b/net-misc/ocsync/Manifest deleted file mode 100644 index 93835bed69fb..000000000000 --- a/net-misc/ocsync/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ocsync-0.90.4.tar.bz2 4630698 BLAKE2B 11900f09a9de683f5251cec00984dc0f02a24f066bb696ea11278442eeea9d2555ba9307887e0f3374079deb438262cb464ec78eb9d3e46780be3444672f33ec SHA512 74bf6b083ae4d4c09e3915d777d916a04ebb19aefb21a5a14a49e2079e02c5c60f1f274aa0cab5c227147883eaf1a5f91b6c0546b818c960cc3575cdcdd93d57 diff --git a/net-misc/ocsync/metadata.xml b/net-misc/ocsync/metadata.xml deleted file mode 100644 index 4ce4054df697..000000000000 --- a/net-misc/ocsync/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - voyageur@gentoo.org - Bernard Cafarelli - - - Enable sftp transfer support via net-libs/libssh - - diff --git a/net-misc/ocsync/ocsync-0.90.4.ebuild b/net-misc/ocsync/ocsync-0.90.4.ebuild deleted file mode 100644 index 37369a8f2f4a..000000000000 --- a/net-misc/ocsync/ocsync-0.90.4.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="A file synchronizer especially designed for you, the normal user" -HOMEPAGE="http://csync.org/" -SRC_URI="http://download.owncloud.com/download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc iconv samba +sftp test" - -RESTRICT="test" - -RDEPEND=" - dev-db/sqlite:3 - >=dev-libs/iniparser-3.1:0 - net-libs/neon[ssl] - iconv? ( virtual/libiconv ) - samba? ( net-fs/samba ) - sftp? ( net-libs/libssh ) - !net-misc/csync - !>=net-misc/owncloud-client-1.5.1 -" -DEPEND="${DEPEND} - app-text/asciidoc - doc? ( app-doc/doxygen ) - test? ( dev-libs/check dev-util/cmocka ) -" - -src_prepare() { - cmake-utils_src_prepare - - sed -e "s/__FUNCTION__/__func__/" -i \ - src/csync_log.h src/httpbf/src/httpbf.c \ - tests/csync_tests/check_csync_log.c || die - # proper docdir - sed -e "s:/doc/ocsync:/doc/${PF}:" \ - -i doc/CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs=( - $(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 -} - -src_install() { - cmake-utils_src_install - mv "${D}/usr/etc/ocsync" "${D}/etc/" - rm -r "${D}/usr/etc/" -} -- cgit v1.2.3-65-gdbad