net-libs/phodav: Drop old

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Pacho Ramos
2016-06-22 21:59:12 +02:00
parent fc5e2cd290
commit 9a97107f72
2 changed files with 0 additions and 56 deletions

View File

@@ -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

View File

@@ -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
}