public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/phodav/files/, net-libs/phodav/
@ 2017-02-24 23:04 Mart Raudsepp
  0 siblings, 0 replies; only message in thread
From: Mart Raudsepp @ 2017-02-24 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     43f5562efc59a1c2dac167e67e8eb9c365a2ae64
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 22:31:20 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 22:33:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f5562e

net-libs/phodav: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/phodav/Manifest                    |  1 -
 net-libs/phodav/files/phodav-2.0-slot.patch | 39 ---------------
 net-libs/phodav/phodav-2.0-r1.ebuild        | 75 -----------------------------
 3 files changed, 115 deletions(-)

diff --git a/net-libs/phodav/Manifest b/net-libs/phodav/Manifest
index 4a563ebd88..4ed4e95a23 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 afbefe55c3..0000000000
--- 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 c7d8bc1bcf..0000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-24 23:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-24 23:04 [gentoo-commits] repo/gentoo:master commit in: net-libs/phodav/files/, net-libs/phodav/ Mart Raudsepp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox