diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-09-17 20:41:56 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-09-17 20:41:56 +0000 |
commit | 7a48a4e76de0162e20c795c43b1da8f7ddb22c5f (patch) | |
tree | 48fdedfbb3f4f3f94f89438081938dd2f06e814f /net-misc | |
parent | Version bump wrt bug 483696. Remove old. (diff) | |
download | gentoo-2-7a48a4e76de0162e20c795c43b1da8f7ddb22c5f.tar.gz gentoo-2-7a48a4e76de0162e20c795c43b1da8f7ddb22c5f.tar.bz2 gentoo-2-7a48a4e76de0162e20c795c43b1da8f7ddb22c5f.zip |
Drop old.
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/csync/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/csync/csync-0.70.6.ebuild | 60 | ||||
-rw-r--r-- | net-misc/csync/csync-0.70.7.ebuild | 60 | ||||
-rw-r--r-- | net-misc/csync/csync-0.80.0.ebuild | 60 | ||||
-rw-r--r-- | net-misc/csync/files/csync-0.60.2-removebadtest.patch | 9 |
5 files changed, 6 insertions, 190 deletions
diff --git a/net-misc/csync/ChangeLog b/net-misc/csync/ChangeLog index 9e8251a03898..059636410e0c 100644 --- a/net-misc/csync/ChangeLog +++ b/net-misc/csync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/csync # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/ChangeLog,v 1.18 2013/09/17 20:13:21 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/ChangeLog,v 1.19 2013/09/17 20:41:56 creffett Exp $ + + 17 Sep 2013; Chris Reffett <creffett@gentoo.org> -csync-0.70.6.ebuild, + -csync-0.70.7.ebuild, -csync-0.80.0.ebuild, + -files/csync-0.60.2-removebadtest.patch: + Drop old. *csync-0.90.0 (17 Sep 2013) diff --git a/net-misc/csync/csync-0.70.6.ebuild b/net-misc/csync/csync-0.70.6.ebuild deleted file mode 100644 index bf354493ed18..000000000000 --- a/net-misc/csync/csync-0.70.6.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.70.6.ebuild,v 1.1 2013/04/15 18:22:08 kensington Exp $ - -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/o${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc iconv samba +sftp test" - -RDEPEND=" - dev-db/sqlite:3 - >=dev-libs/iniparser-3.1 - net-libs/neon[ssl] - iconv? ( virtual/libiconv ) - samba? ( net-fs/samba ) - sftp? ( net-libs/libssh ) -" -DEPEND="${DEPEND} - app-text/asciidoc - doc? ( app-doc/doxygen ) - test? ( dev-libs/check dev-util/cmocka ) -" - -PATCHES=( - "${FILESDIR}/${PN}-0.60.2-removebadtest.patch" -) - -S="${WORKDIR}/o${P}" - -src_prepare() { - cmake-utils_src_prepare - - # 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/" -} diff --git a/net-misc/csync/csync-0.70.7.ebuild b/net-misc/csync/csync-0.70.7.ebuild deleted file mode 100644 index 8ee0d8705a7a..000000000000 --- a/net-misc/csync/csync-0.70.7.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.70.7.ebuild,v 1.1 2013/04/29 15:53:42 kensington Exp $ - -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/o${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc iconv samba +sftp test" - -RDEPEND=" - dev-db/sqlite:3 - >=dev-libs/iniparser-3.1 - net-libs/neon[ssl] - iconv? ( virtual/libiconv ) - samba? ( net-fs/samba ) - sftp? ( net-libs/libssh ) -" -DEPEND="${DEPEND} - app-text/asciidoc - doc? ( app-doc/doxygen ) - test? ( dev-libs/check dev-util/cmocka ) -" - -PATCHES=( - "${FILESDIR}/${PN}-0.60.2-removebadtest.patch" -) - -S="${WORKDIR}/o${P}" - -src_prepare() { - cmake-utils_src_prepare - - # 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/" -} diff --git a/net-misc/csync/csync-0.80.0.ebuild b/net-misc/csync/csync-0.80.0.ebuild deleted file mode 100644 index 89fa3646ea93..000000000000 --- a/net-misc/csync/csync-0.80.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.80.0.ebuild,v 1.1 2013/06/28 23:02:48 dastergon Exp $ - -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/o${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc iconv samba +sftp test" - -RDEPEND=" - dev-db/sqlite:3 - >=dev-libs/iniparser-3.1 - net-libs/neon[ssl] - iconv? ( virtual/libiconv ) - samba? ( net-fs/samba ) - sftp? ( net-libs/libssh ) -" -DEPEND="${DEPEND} - app-text/asciidoc - doc? ( app-doc/doxygen ) - test? ( dev-libs/check dev-util/cmocka ) -" - -PATCHES=( - "${FILESDIR}/${PN}-0.60.2-removebadtest.patch" -) - -S="${WORKDIR}/o${P}" - -src_prepare() { - cmake-utils_src_prepare - - # 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/" -} diff --git a/net-misc/csync/files/csync-0.60.2-removebadtest.patch b/net-misc/csync/files/csync-0.60.2-removebadtest.patch deleted file mode 100644 index 5b8a3a6e96b1..000000000000 --- a/net-misc/csync/files/csync-0.60.2-removebadtest.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/tests/vio_tests/check_vio.c -+++ b/tests/vio_tests/check_vio.c -@@ -505,7 +505,6 @@ - unit_test_setup_teardown(check_csync_vio_mkdirs_some_exist, setup_dir, teardown), - unit_test_setup_teardown(check_csync_vio_rmdir, setup, teardown), - unit_test_setup_teardown(check_csync_vio_opendir, setup_dir, teardown), -- unit_test_setup_teardown(check_csync_vio_opendir_perm, setup, teardown), - unit_test(check_csync_vio_closedir_null), - unit_test_setup_teardown(check_csync_vio_readdir, setup_dir, teardown), |