Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/treesize/
Date: Mon, 08 Oct 2018 11:59:27
Message-Id: 1538999948.958b7aed7ec5f7fe104170da0b12227af7979055.zlogene@gentoo
1 commit: 958b7aed7ec5f7fe104170da0b12227af7979055
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 8 11:59:08 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 8 11:59:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958b7aed
7
8 sys-fs/treesize: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 sys-fs/treesize/treesize-0.54.1.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/sys-fs/treesize/treesize-0.54.1.ebuild b/sys-fs/treesize/treesize-0.54.1.ebuild
17 deleted file mode 100644
18 index 22a73312bac..00000000000
19 --- a/sys-fs/treesize/treesize-0.54.1.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2011 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="2"
26 -
27 -inherit autotools base
28 -
29 -DESCRIPTION="A disk consumption analyzing tool"
30 -HOMEPAGE="http://treesize.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}-src.tbz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="x11-libs/gtk+:2"
39 -DEPEND="${RDEPEND}"
40 -
41 -PATCHES=( "${FILESDIR}/${PV}-amd64.patch" )
42 -
43 -src_prepare() {
44 - eautoreconf
45 - base_src_prepare
46 -}
47 -
48 -src_install() {
49 - emake DESTDIR="${D}" install || die "installation failed"
50 - dodoc NEWS README TODO ChangeLog || die "nothing to read"
51 -}