net-libs/phodav: remove old
authorMart Raudsepp <leio@gentoo.org>
Thu, 15 Mar 2018 01:33:18 +0000 (03:33 +0200)
committerMart Raudsepp <leio@gentoo.org>
Thu, 15 Mar 2018 01:33:18 +0000 (03:33 +0200)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

net-libs/phodav/Manifest
net-libs/phodav/phodav-2.1.ebuild [deleted file]

index 0d84bdc82f8a16db9ed689f5d326c5d56196ee27..96718b331e3de52d6f0128b4a9bc265c63a2948b 100644 (file)
@@ -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 (file)
index 91ed0ed..0000000
+++ /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
-}