From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/phodav/
Date: Thu, 15 Mar 2018 01:50:34 +0000 (UTC) [thread overview]
Message-ID: <1521077598.ed521104e3c60fd0e603c96bb43814e026910129.leio@gentoo> (raw)
commit: ed521104e3c60fd0e603c96bb43814e026910129
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 01:33:18 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 01:33:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed521104
net-libs/phodav: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
net-libs/phodav/Manifest | 1 -
net-libs/phodav/phodav-2.1.ebuild | 55 ---------------------------------------
2 files changed, 56 deletions(-)
diff --git a/net-libs/phodav/Manifest b/net-libs/phodav/Manifest
index 0d84bdc82f8..96718b331e3 100644
--- a/net-libs/phodav/Manifest
+++ b/net-libs/phodav/Manifest
@@ -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
index 91ed0ed6f21..00000000000
--- a/net-libs/phodav/phodav-2.1.ebuild
+++ /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
-}
next reply other threads:[~2018-03-15 1:50 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-15 1:50 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-10 15:39 [gentoo-commits] repo/gentoo:master commit in: net-libs/phodav/ Yixun Lan
2022-12-22 11:13 Arthur Zamarin
2022-12-17 6:45 Arthur Zamarin
2022-12-16 20:57 Arthur Zamarin
2022-12-16 20:37 Arthur Zamarin
2022-11-16 0:27 Yixun Lan
2022-10-31 14:28 Matt Turner
2022-10-09 22:43 Matt Turner
2022-10-09 22:43 Matt Turner
2022-06-17 17:45 Matt Turner
2021-06-02 3:04 Matt Turner
2021-05-31 2:00 Matt Turner
2021-05-29 15:27 Sam James
2021-05-29 9:02 Sam James
2021-05-29 6:09 Sam James
2021-05-28 19:20 Sam James
2021-05-28 19:11 Sam James
2019-09-23 9:22 Mart Raudsepp
2019-08-04 19:26 Aaron Bauman
2018-03-14 21:41 Sergei Trofimovich
2018-03-14 21:09 Markus Meier
2018-03-06 21:37 Tobias Klausmann
2018-03-04 20:48 Sergei Trofimovich
2018-01-27 0:41 Thomas Deutschmann
2018-01-18 2:53 Mikle Kolyada
2017-04-23 22:40 Mart Raudsepp
2017-02-24 21:29 Michael Weber
2017-02-24 14:07 Agostino Sarubbo
2017-02-21 9:16 Tobias Klausmann
2017-02-20 2:23 Mart Raudsepp
2017-01-15 16:44 Pacho Ramos
2017-01-15 16:44 Pacho Ramos
2016-06-22 20:00 Pacho Ramos
2015-11-12 11:07 Agostino Sarubbo
2015-10-03 8:44 Markus Meier
2015-09-28 4:44 Jeroen Roovers
2015-09-16 8:43 Tobias Klausmann
2015-09-07 21:11 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1521077598.ed521104e3c60fd0e603c96bb43814e026910129.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox