Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/dav/
Date: Fri, 08 Feb 2019 16:25:33
Message-Id: 1549643117.4d5d633b294dc923c6a16fc66f9bf7377bc370d2.zlogene@gentoo
1 commit: 4d5d633b294dc923c6a16fc66f9bf7377bc370d2
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 8 16:25:17 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 8 16:25:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5d633b
7
8 app-editors/dav: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-editors/dav/dav-0.8.5-r1.ebuild | 40 -------------------------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/app-editors/dav/dav-0.8.5-r1.ebuild b/app-editors/dav/dav-0.8.5-r1.ebuild
17 deleted file mode 100644
18 index 5483b1ddd02..00000000000
19 --- a/app-editors/dav/dav-0.8.5-r1.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="A minimal console text editor"
29 -HOMEPAGE="http://dav-text.sourceforge.net/"
30 -
31 -# The maintainer does not keep sourceforge's mirrors up-to-date,
32 -# so we point to the website's store of files.
33 -SRC_URI="http://dav-text.sourceforge.net/files/${P}.tar.gz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
38 -
39 -RDEPEND="sys-libs/ncurses:0="
40 -DEPEND="
41 - ${RDEPEND}
42 - virtual/pkgconfig
43 -"
44 -
45 -src_prepare() {
46 - epatch \
47 - "${FILESDIR}"/${P}-asneeded.patch \
48 - "${FILESDIR}"/${P}-davrc-buffer-overflow.patch
49 -}
50 -
51 -# Makefile only
52 -src_configure() { :; }
53 -
54 -src_compile() {
55 - emake \
56 - CC="$(tc-getCC)" \
57 - CFLAGS="${CFLAGS}" \
58 - LDFLAGS="${LDFLAGS} $( $(tc-getPKG_CONFIG) --libs ncurses)"
59 -}
60 -
61 -DOCS=( README )