commit:     e50556f4a5795ad84a80c3012e37b4fdbf0ce93f
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 09:11:34 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 23:16:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50556f4

net-misc/owncloud-client: drop old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-misc/owncloud-client/Manifest                  |  2 -
 .../owncloud-client/owncloud-client-2.3.4.ebuild   | 98 ----------------------
 .../owncloud-client/owncloud-client-2.4.0.ebuild   | 98 ----------------------
 3 files changed, 198 deletions(-)

diff --git a/net-misc/owncloud-client/Manifest 
b/net-misc/owncloud-client/Manifest
index e795f529d98..1bdbc8f3748 100644
--- a/net-misc/owncloud-client/Manifest
+++ b/net-misc/owncloud-client/Manifest
@@ -1,3 +1 @@
-DIST owncloudclient-2.3.4.tar.xz 33796736 BLAKE2B 
3792be4f534c3424a58e83bfacef30a20d089df55de79dbaa51cfc9d20e7558ab65b65bda4ebf691276de050436253ffdb69dcdf7bad397c3dd4a074124e3053
 SHA512 
2a66182c1f679f4bb6d13c8b21d280dd6b530b8ef82e71a4fa0fecfed9a3f1a55f181ae3d96b24ff040a6f3c0b12777df035ee951264186ad3409e66da05b87b
-DIST owncloudclient-2.4.0.tar.xz 15385568 BLAKE2B 
616c4d5ca58a5c7fb4900a7b46df81a13f477c623e590e74be3b14fae2bf51f3f00154707aebb22fe839cba896c41caa6c71aa9d0f481bb8cf2b2b79dc648060
 SHA512 
b2e8bcc12e4f087d868244e1e453d7d81ab076dfe8b14965d37ef9e4cb05f2237254edd2c261a28bd5ddd9534bd80f0491d476844f4f0a5a69dd42ec52f450f0
 DIST owncloudclient-2.4.1.tar.xz 15403164 BLAKE2B 
0ab1ffbe2179fe04efc7977972d5941a32bc20cd73e310fa72e2a3cf341f7223911fd430f4d34f7e265819acb68d8576e2687a7bfe4ab7140b4c9e9381ea863b
 SHA512 
5b0ceea299078efbc92c1abe22210a93df44bf98094bf4cf8a0c5138f0b69a6719fdc88ef2d5674d49c0ec18ffb12493319eb84616c3e4b8666171cb1a52f0b7

diff --git a/net-misc/owncloud-client/owncloud-client-2.3.4.ebuild 
b/net-misc/owncloud-client/owncloud-client-2.3.4.ebuild
deleted file mode 100644
index d8fb3b873c2..00000000000
--- a/net-misc/owncloud-client/owncloud-client-2.3.4.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Synchronize files from ownCloud Server with your computer"
-HOMEPAGE="http://owncloud.org/";
-SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz";
-
-LICENSE="CC-BY-3.0 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc dolphin nautilus samba +sftp shibboleth test"
-
-COMMON_DEPEND=">=dev-db/sqlite-3.4:3
-       dev-libs/qtkeychain[qt5(+)]
-       dev-qt/qtconcurrent:5
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtnetwork:5[ssl]
-       dev-qt/qtsql:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtxml:5
-       sys-fs/inotify-tools
-       virtual/libiconv
-       dolphin? (
-               kde-frameworks/kcoreaddons:5
-               kde-frameworks/kio:5
-       )
-       nautilus? ( dev-python/nautilus-python )
-       samba? ( >=net-fs/samba-3.5 )
-       sftp? ( >=net-libs/libssh-0.5 )
-       shibboleth? ( dev-qt/qtwebkit:5 )
-"
-RDEPEND="${COMMON_DEPEND}
-       !net-misc/ocsync
-       !net-misc/nextcloud-client
-"
-DEPEND="${COMMON_DEPEND}
-       dev-qt/linguist-tools:5
-       doc? (
-               dev-python/sphinx
-               dev-tex/latexmk
-               dev-texlive/texlive-latexextra
-               virtual/latex-base
-       )
-       dolphin? ( kde-frameworks/extra-cmake-modules )
-       test? (
-               dev-util/cmocka
-               dev-qt/qttest:5
-       )
-"
-
-S=${WORKDIR}/${P/-}
-
-src_prepare() {
-       # Keep tests in ${T}
-       sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die "sed failed"
-
-       if ! use nautilus; then
-               pushd shell_integration > /dev/null || die
-               cmake_comment_add_subdirectory nautilus
-               popd > /dev/null || die
-       fi
-       cmake-utils_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-               -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-               -DWITH_ICONV=ON
-               -DWITH_DOC=$(usex doc)
-               -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
-               -DBUILD_WITH_QT4=OFF
-               -DCMAKE_DISABLE_FIND_PACKAGE_Libsmbclient=$(usex !samba)
-               -DCMAKE_DISABLE_FIND_PACKAGE_LibSSH=$(usex !sftp)
-               -DNO_SHIBBOLETH=$(usex !shibboleth)
-               -DUNIT_TESTING=$(usex test)
-       )
-
-       cmake-utils_src_configure
-}
-
-pkg_postinst() {
-       if ! use doc ; then
-               elog "Documentation and man pages not installed"
-               elog "Enable doc USE-flag to generate them"
-       fi
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}

diff --git a/net-misc/owncloud-client/owncloud-client-2.4.0.ebuild 
b/net-misc/owncloud-client/owncloud-client-2.4.0.ebuild
deleted file mode 100644
index d8fb3b873c2..00000000000
--- a/net-misc/owncloud-client/owncloud-client-2.4.0.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Synchronize files from ownCloud Server with your computer"
-HOMEPAGE="http://owncloud.org/";
-SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz";
-
-LICENSE="CC-BY-3.0 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc dolphin nautilus samba +sftp shibboleth test"
-
-COMMON_DEPEND=">=dev-db/sqlite-3.4:3
-       dev-libs/qtkeychain[qt5(+)]
-       dev-qt/qtconcurrent:5
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtnetwork:5[ssl]
-       dev-qt/qtsql:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtxml:5
-       sys-fs/inotify-tools
-       virtual/libiconv
-       dolphin? (
-               kde-frameworks/kcoreaddons:5
-               kde-frameworks/kio:5
-       )
-       nautilus? ( dev-python/nautilus-python )
-       samba? ( >=net-fs/samba-3.5 )
-       sftp? ( >=net-libs/libssh-0.5 )
-       shibboleth? ( dev-qt/qtwebkit:5 )
-"
-RDEPEND="${COMMON_DEPEND}
-       !net-misc/ocsync
-       !net-misc/nextcloud-client
-"
-DEPEND="${COMMON_DEPEND}
-       dev-qt/linguist-tools:5
-       doc? (
-               dev-python/sphinx
-               dev-tex/latexmk
-               dev-texlive/texlive-latexextra
-               virtual/latex-base
-       )
-       dolphin? ( kde-frameworks/extra-cmake-modules )
-       test? (
-               dev-util/cmocka
-               dev-qt/qttest:5
-       )
-"
-
-S=${WORKDIR}/${P/-}
-
-src_prepare() {
-       # Keep tests in ${T}
-       sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die "sed failed"
-
-       if ! use nautilus; then
-               pushd shell_integration > /dev/null || die
-               cmake_comment_add_subdirectory nautilus
-               popd > /dev/null || die
-       fi
-       cmake-utils_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-               -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-               -DWITH_ICONV=ON
-               -DWITH_DOC=$(usex doc)
-               -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
-               -DBUILD_WITH_QT4=OFF
-               -DCMAKE_DISABLE_FIND_PACKAGE_Libsmbclient=$(usex !samba)
-               -DCMAKE_DISABLE_FIND_PACKAGE_LibSSH=$(usex !sftp)
-               -DNO_SHIBBOLETH=$(usex !shibboleth)
-               -DUNIT_TESTING=$(usex test)
-       )
-
-       cmake-utils_src_configure
-}
-
-pkg_postinst() {
-       if ! use doc ; then
-               elog "Documentation and man pages not installed"
-               elog "Enable doc USE-flag to generate them"
-       fi
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}

Reply via email to