Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/davl/
Date: Sun, 08 Apr 2018 22:42:33
Message-Id: 1523227317.caf3a2e001974748bf8c0b0228ab764e30b0434b.monsieurp@gentoo
1 commit: caf3a2e001974748bf8c0b0228ab764e30b0434b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 16:52:04 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 22:41:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf3a2e0
7
8 sys-fs/davl: remove old.
9
10 sys-fs/davl/davl-1.2.4-r1.ebuild | 35 -----------------------------------
11 1 file changed, 35 deletions(-)
12
13 diff --git a/sys-fs/davl/davl-1.2.4-r1.ebuild b/sys-fs/davl/davl-1.2.4-r1.ebuild
14 deleted file mode 100644
15 index 7075c9b71cf..00000000000
16 --- a/sys-fs/davl/davl-1.2.4-r1.ebuild
17 +++ /dev/null
18 @@ -1,35 +0,0 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=5
23 -inherit eutils toolchain-funcs
24 -
25 -DESCRIPTION="Visualizes the fragmentation status of ext2/3 filesystems"
26 -HOMEPAGE="http://davl.sourceforge.net/"
27 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
28 -
29 -LICENSE="GPL-2"
30 -SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 -IUSE=""
33 -
34 -RDEPEND=">=x11-libs/gtk+-2.6:2"
35 -DEPEND="${RDEPEND}
36 - >=sys-fs/e2fsprogs-1.41.7-r1
37 - virtual/pkgconfig"
38 -
39 -src_prepare() {
40 - epatch \
41 - "${FILESDIR}"/${PN}-1.2.1-asneeded.patch \
42 - "${FILESDIR}"/${P}-fragment.patch
43 -}
44 -
45 -src_compile() {
46 - emake CC="$(tc-getCC)"
47 -}
48 -
49 -src_install() {
50 - dobin src/{cdavl/cdavl,gdavl/gdavl}
51 - dodoc README
52 - doman doc/*.8
53 -}