commit:     9a97107f72db28251fd5585c535cbbbe9be324ac
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 19:59:12 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 20:00:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a97107f

net-libs/phodav: Drop old

Package-Manager: portage-2.3.0_rc1

 net-libs/phodav/Manifest          |  1 -
 net-libs/phodav/phodav-0.4.ebuild | 55 ---------------------------------------
 2 files changed, 56 deletions(-)

diff --git a/net-libs/phodav/Manifest b/net-libs/phodav/Manifest
index 9588534..e190627 100644
--- a/net-libs/phodav/Manifest
+++ b/net-libs/phodav/Manifest
@@ -1,2 +1 @@
-DIST phodav-0.4.tar.xz 272476 SHA256 
5d14bfd4d733f680fca6875586308879b78a3c4892bd95a2d8dc4aabd24614b6 SHA512 
f6d624fb3df945e1b5fad1d31e849949a8c784a9f48adcf35b4714605a7f181c53b878bce307f8ca868d9a66425adddb0341db21294f7f25777b62dca7a1c662
 WHIRLPOOL 
767b3888f870e3e4739c9432cb162cb2e595ac4ac2582abc3174b4220455adbbfdeed8f70f39477ca3557c1f93af6bb8c03d62277fca7ffe6a14d0a83ae8f1d3
 DIST phodav-2.0.tar.xz 277672 SHA256 
53b42faf2d6edfb0072dbbbe9b8360d8603cca2cacd142df8d1781b9ba0cb9ed SHA512 
4da0f3ef7ce2ffd89e43569ad00456f9580f4005a6830a8cc36a7787cc9e06d285326376373a0d690a1868b1c10da0f3ba49b4eb8dcff3042f5c64cbe1fe0aba
 WHIRLPOOL 
5d1ba19f502a72a86e7dbf47ca43cd5d711241fcdb936364c98de88df57cb49db88cdd0768c133bb936c40be98107f06d8b6d8f8cb1b51d2a05e33b83d36f8a4

diff --git a/net-libs/phodav/phodav-0.4.ebuild 
b/net-libs/phodav/phodav-0.4.ebuild
deleted file mode 100644
index 88c6c37..0000000
--- a/net-libs/phodav/phodav-0.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-GCONF_DEBUG="no"
-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="1.0"
-KEYWORDS="alpha amd64 arm ppc ppc64 x86"
-IUSE="avahi spice systemd"
-
-RDEPEND="
-       dev-libs/glib:2
-       net-libs/libsoup:2.4
-       dev-libs/libxml2
-       avahi? ( net-dns/avahi )"
-DEPEND="${RDEPEND}
-       >=dev-util/intltool-0.40.0
-       >=dev-util/gtk-doc-am-1.10
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-static \
-               $(use_with avahi) \
-               --with-udevdir=$(get_udevdir) \
-               --with-systemdsystemunitdir=$(systemd_get_unitdir)
-
-       if ! use avahi ; 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_unitdir)" || die
-               fi
-       else
-               rm -r "${D}"{/usr/sbin,$(get_udevdir),$(systemd_get_unitdir)} 
|| die
-       fi
-}

Reply via email to