Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcaldav/
Date: Wed, 29 May 2019 18:07:37
Message-Id: 1559153228.1534c5a225a535b5cf7041f72f9d9d412e4e6f22.asturm@gentoo
1 commit: 1534c5a225a535b5cf7041f72f9d9d412e4e6f22
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 16 19:01:40 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 18:07:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1534c5a2
7
8 dev-libs/libcaldav: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/libcaldav/libcaldav-0.6.2.ebuild | 31 -------------------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/dev-libs/libcaldav/libcaldav-0.6.2.ebuild b/dev-libs/libcaldav/libcaldav-0.6.2.ebuild
17 deleted file mode 100644
18 index bac33cb7be7..00000000000
19 --- a/dev-libs/libcaldav/libcaldav-0.6.2.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -inherit base
28 -
29 -DESCRIPTION="C library implementing client support for CalDAV"
30 -HOMEPAGE="http://libcaldav.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/libcaldav/${P}.tar.gz"
32 -
33 -LICENSE="GPL-3+"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="doc"
37 -
38 -RDEPEND="
39 - dev-libs/glib
40 - net-misc/curl[ssl,gnutls(+),curl_ssl_gnutls(+)]
41 -"
42 -DEPEND="${RDEPEND}
43 - doc? (
44 - app-doc/doxygen
45 - virtual/latex-base
46 - dev-texlive/texlive-latexextra
47 - )
48 -"
49 -
50 -src_configure() {
51 - econf $(use_enable doc)
52 -}