diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-02-25 00:31:20 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-02-25 00:33:54 +0200 |
commit | 43f5562efc59a1c2dac167e67e8eb9c365a2ae64 (patch) | |
tree | 72809f3d14ba724cfcaa033c54adddea1012e2cc /net-libs/phodav | |
parent | gnome-extra/gucharmap: remove old (diff) | |
download | gentoo-43f5562efc59a1c2dac167e67e8eb9c365a2ae64.tar.gz gentoo-43f5562efc59a1c2dac167e67e8eb9c365a2ae64.tar.bz2 gentoo-43f5562efc59a1c2dac167e67e8eb9c365a2ae64.zip |
net-libs/phodav: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs/phodav')
-rw-r--r-- | net-libs/phodav/Manifest | 1 | ||||
-rw-r--r-- | net-libs/phodav/files/phodav-2.0-slot.patch | 39 | ||||
-rw-r--r-- | net-libs/phodav/phodav-2.0-r1.ebuild | 75 |
3 files changed, 0 insertions, 115 deletions
diff --git a/net-libs/phodav/Manifest b/net-libs/phodav/Manifest index 4a563ebd888c..4ed4e95a2385 100644 --- a/net-libs/phodav/Manifest +++ b/net-libs/phodav/Manifest @@ -1,2 +1 @@ -DIST phodav-2.0.tar.xz 277672 SHA256 53b42faf2d6edfb0072dbbbe9b8360d8603cca2cacd142df8d1781b9ba0cb9ed SHA512 4da0f3ef7ce2ffd89e43569ad00456f9580f4005a6830a8cc36a7787cc9e06d285326376373a0d690a1868b1c10da0f3ba49b4eb8dcff3042f5c64cbe1fe0aba WHIRLPOOL 5d1ba19f502a72a86e7dbf47ca43cd5d711241fcdb936364c98de88df57cb49db88cdd0768c133bb936c40be98107f06d8b6d8f8cb1b51d2a05e33b83d36f8a4 DIST phodav-2.1.tar.xz 293128 SHA256 da6073440b4cfd63f4d65b17e1a2a35ff501c7c940591da4533a03c2233ab898 SHA512 e43bd4c9ed97b7454e8452246c37211905b4cff430e91f3d2d36182736e1b8924d6ad477f58f110c98b85f02c085cd12c099020a0bea8abb19e65a9d52e1f4a8 WHIRLPOOL 4091fb0ac23b6a57c385054afa66a61eb038a37593167d888755dad38894898b45d7fcab6fa6d7582e4e2c5f0879e1ac782df2efc03e7e4372ac0a3341a4b10d diff --git a/net-libs/phodav/files/phodav-2.0-slot.patch b/net-libs/phodav/files/phodav-2.0-slot.patch deleted file mode 100644 index afbefe55c3c6..000000000000 --- a/net-libs/phodav/files/phodav-2.0-slot.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 65b410ddd9b6a797eb54c865e6365365604bc847 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@gmail.com> -Date: Tue, 24 Feb 2015 22:41:39 +0100 -Subject: [PATCH] Add version prefix to gettext and doc directories - ---- - configure.ac | 2 +- - doc/reference/Makefile.am | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 0fe907e..d87524e 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -55,7 +55,7 @@ gl_WARN_ADD([-Wno-sign-compare]) - gl_WARN_ADD([-Wno-unused-parameter]) - gl_WARN_ADD([-Wno-missing-field-initializers]) - --GETTEXT_PACKAGE=phodav -+GETTEXT_PACKAGE=phodav-2.0 - AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"], [Define to the Gettext package name]) - AC_SUBST(GETTEXT_PACKAGE) - IT_PROG_INTLTOOL([0.40.0]) -diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am -index dfad455..c89ab35 100644 ---- a/doc/reference/Makefile.am -+++ b/doc/reference/Makefile.am -@@ -1,7 +1,7 @@ - NULL = - AUTOMAKE_OPTIONS = 1.6 - --DOC_MODULE = phodav -+DOC_MODULE = phodav-2.0 - DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml - DOC_SOURCE_DIR = $(top_srcdir)/libphodav - --- -2.4.3 - diff --git a/net-libs/phodav/phodav-2.0-r1.ebuild b/net-libs/phodav/phodav-2.0-r1.ebuild deleted file mode 100644 index c7d8bc1bcf75..000000000000 --- a/net-libs/phodav/phodav-2.0-r1.ebuild +++ /dev/null @@ -1,75 +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 autotools 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_prepare() { - # Make doc parallel installable - cd "${S}"/doc/reference - sed -e "s/\(<book.*name=\"\)${PN}/\1${PN}-${SLOT}/" \ - -i html/${PN}.devhelp2 || die - mv ${PN}-docs{,-${SLOT}}.sgml || die - mv ${PN}-overrides{,-${SLOT}}.txt || die - mv ${PN}-sections{,-${SLOT}}.txt || die - mv html/${PN}{,-${SLOT}}.devhelp2 - cd "${S}" - - # Fix locale slottability, from master - epatch "${FILESDIR}"/${P}-slot.patch - eautoreconf - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - --program-suffix=-${SLOT} \ - $(use_with zeroconf avahi) \ - --with-udevdir=$(get_udevdir) \ - --with-systemdsystemunitdir=$(systemd_get_unitdir) - - 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_unitdir)" || die - fi - else - rm -r "${D}"{/usr/sbin,$(get_udevdir),$(systemd_get_unitdir)} || die - fi -} |