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 BBA2D1382C5 for ; Thu, 15 Mar 2018 01:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC325E08EE; Thu, 15 Mar 2018 01:50:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 99F98E08E5 for ; Thu, 15 Mar 2018 01:50:38 +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 84528335C75 for ; Thu, 15 Mar 2018 01:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BA1625D for ; Thu, 15 Mar 2018 01:50:34 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1521077598.ed521104e3c60fd0e603c96bb43814e026910129.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/phodav/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/phodav/Manifest net-libs/phodav/phodav-2.1.ebuild X-VCS-Directories: net-libs/phodav/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ed521104e3c60fd0e603c96bb43814e026910129 X-VCS-Branch: master Date: Thu, 15 Mar 2018 01:50:34 +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-Archives-Salt: 7f6bd67b-f3d9-487d-81cc-07c20e2ad38a X-Archives-Hash: 6f1a2ec6b6e09a875004102fc7cecb66 commit: ed521104e3c60fd0e603c96bb43814e026910129 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Mar 15 01:33:18 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Mar 15 01:33:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed521104 net-libs/phodav: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-libs/phodav/Manifest | 1 - net-libs/phodav/phodav-2.1.ebuild | 55 --------------------------------------- 2 files changed, 56 deletions(-) diff --git a/net-libs/phodav/Manifest b/net-libs/phodav/Manifest index 0d84bdc82f8..96718b331e3 100644 --- a/net-libs/phodav/Manifest +++ b/net-libs/phodav/Manifest @@ -1,2 +1 @@ -DIST phodav-2.1.tar.xz 293128 BLAKE2B bdb175812d742189b1efe5589f63a1fd50a18d7f1a59e0627a0eba0c8a82fd110bec1d434519c362a2d232680b3040c47768d9f960236c20dad0e036b7433529 SHA512 e43bd4c9ed97b7454e8452246c37211905b4cff430e91f3d2d36182736e1b8924d6ad477f58f110c98b85f02c085cd12c099020a0bea8abb19e65a9d52e1f4a8 DIST phodav-2.2.tar.xz 294216 BLAKE2B e7062f933f407dff339b050a8b735e733fa41634cc34b0a37556b283b941ff620ae59a2ed3b7bce41530195f33a9fb3113f89e37190bb046352d90d72a750468 SHA512 1d16716c1bda674a6695b651e9b1bcb4b7cfefd9b60291ed3f5691f4f6f45f68a970d99fc4820bed0484cf0a43c1bf32e4d208fcc239ac0c0b7a75bf779e8913 diff --git a/net-libs/phodav/phodav-2.1.ebuild b/net-libs/phodav/phodav-2.1.ebuild deleted file mode 100644 index 91ed0ed6f21..00000000000 --- a/net-libs/phodav/phodav-2.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_LA_PUNT="yes" - -inherit gnome2 systemd udev - -DESCRIPTION="WebDav server implementation using libsoup" -HOMEPAGE="https://wiki.gnome.org/phodav" - -LICENSE="LGPL-2.1+" -SLOT="2.0" -KEYWORDS="alpha amd64 arm ppc ppc64 x86" -IUSE="spice systemd zeroconf" - -RDEPEND=" - dev-libs/glib:2 - >=net-libs/libsoup-2.48:2.4 - dev-libs/libxml2 - zeroconf? ( net-dns/avahi ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.10 - >=dev-util/intltool-0.40.0 - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure \ - --disable-static \ - --program-suffix=-${SLOT} \ - $(use_with zeroconf avahi) \ - --with-udevdir=$(get_udevdir) \ - --with-systemdsystemunitdir=$(systemd_get_systemunitdir) - - if ! use zeroconf ; then - sed -i -e 's|avahi-daemon.service||' data/spice-webdavd.service || die - fi -} - -src_install() { - gnome2_src_install - - if use spice ; then - if ! use systemd ; then - newinitd "${FILESDIR}/spice-webdavd.initd" spice-webdavd - udev_dorules "${FILESDIR}/70-spice-webdavd.rules" - rm -r "${D}$(systemd_get_systemunitdir)" || die - fi - else - rm -r "${D}"{/usr/sbin,$(get_udevdir),$(systemd_get_systemunitdir)} || die - fi -}