summaryrefslogtreecommitdiff
path: root/sys-process/tiptop/tiptop-2.3.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:44:59 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:44:59 +0000
commit0706fc6986773f4e4d391deff4ad5143c464ea4e (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /sys-process/tiptop/tiptop-2.3.1.ebuild
parentaa3411e241a201d53a2689766fe419f2756819f3 (diff)
Revert "gentoo resync : 24.03.2019"
This reverts commit aa3411e241a201d53a2689766fe419f2756819f3.
Diffstat (limited to 'sys-process/tiptop/tiptop-2.3.1.ebuild')
-rw-r--r--sys-process/tiptop/tiptop-2.3.1.ebuild21
1 files changed, 4 insertions, 17 deletions
diff --git a/sys-process/tiptop/tiptop-2.3.1.ebuild b/sys-process/tiptop/tiptop-2.3.1.ebuild
index fcbc8c638170..0f5fd18600fe 100644
--- a/sys-process/tiptop/tiptop-2.3.1.ebuild
+++ b/sys-process/tiptop/tiptop-2.3.1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-inherit autotools
+EAPI=5
DESCRIPTION="top for performance counters"
HOMEPAGE="http://tiptop.gforge.inria.fr/"
@@ -14,17 +12,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="
- sys-libs/ncurses:0=
- dev-libs/libxml2:=
-"
+RDEPEND="sys-libs/ncurses
+ dev-libs/libxml2"
DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.3.1-tinfo.patch #618124
-)
-
-src_prepare() {
- default
- eautoreconf #618124
-}