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-process/ftop/
Date: Sun, 07 Jan 2018 20:44:10
Message-Id: 1515357839.89c73dce44605d7e70d30e65fe2cc779e1cb9853.monsieurp@gentoo
1 commit: 89c73dce44605d7e70d30e65fe2cc779e1cb9853
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 20:43:44 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 20:43:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c73dce
7
8 sys-process/ftop: update HOMEPAGE and SRC_URI.
9
10 Closes: https://bugs.gentoo.org/638834
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 sys-process/ftop/ftop-1.0-r1.ebuild | 27 +++++++++++++++++++++++++++
14 1 file changed, 27 insertions(+)
15
16 diff --git a/sys-process/ftop/ftop-1.0-r1.ebuild b/sys-process/ftop/ftop-1.0-r1.ebuild
17 new file mode 100644
18 index 00000000000..60b20fc1727
19 --- /dev/null
20 +++ b/sys-process/ftop/ftop-1.0-r1.ebuild
21 @@ -0,0 +1,27 @@
22 +# Copyright 1999-2018 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +inherit autotools
28 +
29 +DESCRIPTION="Monitor open files and filesystems"
30 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
31 +SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.bz2"
32 +
33 +LICENSE="GPL-3"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~hppa ~x86"
36 +
37 +DEPEND="sys-libs/ncurses:0="
38 +RDEPEND="${DEPEND}"
39 +
40 +PATCHES=(
41 + "${FILESDIR}"/${P}-overflow.patch
42 + "${FILESDIR}"/${P}-tinfo.patch
43 +)
44 +
45 +src_prepare() {
46 + default
47 + eautoreconf
48 +}