From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43859138359 for ; Thu, 19 Nov 2020 16:16:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35B1EE07A7; Thu, 19 Nov 2020 16:16:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DFB4E07A7 for ; Thu, 19 Nov 2020 16:16:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC40D341158 for ; Thu, 19 Nov 2020 16:16:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C6A6456 for ; Thu, 19 Nov 2020 16:16:22 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1605802564.94b2c2e6c14c8efe5ea3c8f2d7a41e9d7ac17c5a.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/davix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/davix/Manifest net-libs/davix/davix-0.7.5.ebuild X-VCS-Directories: net-libs/davix/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 94b2c2e6c14c8efe5ea3c8f2d7a41e9d7ac17c5a X-VCS-Branch: master Date: Thu, 19 Nov 2020 16:16:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 31a7530c-ad1e-4f2f-afb2-a4f88fbc6dda X-Archives-Hash: f41be9790763bd8fdd8c0d25b76a728d commit: 94b2c2e6c14c8efe5ea3c8f2d7a41e9d7ac17c5a Author: Guilherme Amadio gentoo org> AuthorDate: Thu Nov 19 16:16:04 2020 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Nov 19 16:16:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b2c2e6 net-libs/davix: drop old version Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Guilherme Amadio gentoo.org> net-libs/davix/Manifest | 1 - net-libs/davix/davix-0.7.5.ebuild | 78 --------------------------------------- 2 files changed, 79 deletions(-) diff --git a/net-libs/davix/Manifest b/net-libs/davix/Manifest index cccedcc48ec..597a524ae88 100644 --- a/net-libs/davix/Manifest +++ b/net-libs/davix/Manifest @@ -1,2 +1 @@ -DIST davix-0.7.5.tar 4343329 BLAKE2B dfb71e0524e47a2378cd8a49fa4c7d209b8b658e8515f4f0750c9c98cb03073e2ff82a5fbdb2f7fb563f31671789cd7e9cb1656a16dfd0811934730961695db4 SHA512 4be448d6d28f315c0d098d9cf2ddf95bbd818659821935571d83dad1b2724b8f90b87be298ca8a7984cb57a88b18b0253e23f6e8cb192cd1792472993da36bcc DIST davix-0.7.6.tar 4338692 BLAKE2B 72a918f52993ea358f243df671823a4624ac5650753e06c8f70f75a800f10adfe7f6c63d9c8fdcefb94874e3c60c3909e7aa96969af1210347ea941a42f4b9df SHA512 3e379acc763e72e2e1684121e2688da6c617b2c1f52ffd7a2a2559998a64aba957f09f7b138c57f8f4d7a26caff4fef09952cca48585bb4f6aea1f071aa9a7b7 diff --git a/net-libs/davix/davix-0.7.5.ebuild b/net-libs/davix/davix-0.7.5.ebuild deleted file mode 100644 index 3d61be504ee..00000000000 --- a/net-libs/davix/davix-0.7.5.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -DESCRIPTION="High-performance file management over WebDAV/HTTP" -HOMEPAGE="https://dmc.web.cern.ch/projects/davix" -SRC_URI="http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/${PN}/${PV}/${P}.tar.gz -> ${P}.tar" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc ipv6 kernel_linux test tools" -RESTRICT="!test? ( test )" - -CDEPEND=" - dev-libs/libxml2:2= - dev-libs/openssl:0= - kernel_linux? ( sys-apps/util-linux ) -" - -DEPEND="${CDEPEND} - doc? ( - app-doc/doxygen[dot] - dev-python/sphinx - ) - virtual/pkgconfig -" - -RDEPEND="${CDEPEND}" - -REQUIRED_USE="test? ( tools )" - -src_prepare() { - cmake-utils_src_prepare - - for x in doc test; do - if ! use $x; then - sed -i -e "/add_subdirectory ($x)/d" CMakeLists.txt - fi - done -} - -src_configure() { - local mycmakeargs=( - -DDOC_INSTALL_DIR="${EPREFIX}/usr/share/doc/${P}" - -DENABLE_HTML_DOCS=$(usex doc) - -DENABLE_IPV6=$(usex ipv6) - -DENABLE_TOOLS=$(usex tools) - -DHTML_INSTALL_DIR="${EPREFIX}/usr/share/doc/${P}/html" - -DSOUND_INSTALL_DIR="${EPREFIX}/usr/share/${PN}/sounds" - -DSTATIC_LIBRARY=OFF - -DSYSCONF_INSTALL_DIR="${EPREFIX}/etc" - -DBUILD_TESTING=$(usex test) - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - if use doc; then - cmake-utils_src_compile doc - fi -} - -src_install() { - cmake-utils_src_install - - if ! use tools; then - rm -rf "${ED}/usr/share/man/man1" - fi - - if use test; then - rm -rf "${ED}/usr/bin/davix-unit-tests" - fi -}