diff options
author | Patrick Lauer <patrick@gentoo.org> | 2017-10-27 13:10:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2017-10-28 06:05:58 +0000 |
commit | 3fe2be4ab2491b97339164a7231a5d9afabd7bf0 (patch) | |
tree | 5a28fff0854fe56b1ad0cc98210f1ce3d3576c92 /sys-process/tiptop | |
parent | dev-ruby/rake: add 12.2.1 (diff) | |
download | gentoo-3fe2be4ab2491b97339164a7231a5d9afabd7bf0.tar.gz gentoo-3fe2be4ab2491b97339164a7231a5d9afabd7bf0.tar.bz2 gentoo-3fe2be4ab2491b97339164a7231a5d9afabd7bf0.zip |
sys-process/tiptop: Bump
Package-Manager: Portage-2.3.12, Repoman-2.3.4
Diffstat (limited to 'sys-process/tiptop')
-rw-r--r-- | sys-process/tiptop/Manifest | 1 | ||||
-rw-r--r-- | sys-process/tiptop/tiptop-2.3.1.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/sys-process/tiptop/Manifest b/sys-process/tiptop/Manifest index b01391d6ff81..ef8fdd8674b1 100644 --- a/sys-process/tiptop/Manifest +++ b/sys-process/tiptop/Manifest @@ -1,2 +1,3 @@ DIST tiptop-2.2.tar.gz 99602 SHA256 965cb99b16cb59df78363d83b62877ce8501b0aac1116a86bed8a16aa96b171d SHA512 533624a134fcab5e30126412b32bd6a484851ba192ef452877a2199ee3c083fe0222af28c556a8f0769457b5ee7229769b163b8d07e13d03f9f14e192a541d34 WHIRLPOOL 8eb390197404c94070b67384345100e515e3d91677133adec1539736e1a28f55430e5db0c6a99b2c2cd6663d4fb4129a02487a6b6f5ae25f74736c9e1ce29ee5 +DIST tiptop-2.3.1.tar.gz 100993 SHA256 51c4449c95bba34f16b429729c2f58431490665d8093efaa8643b2e1d1084182 SHA512 73d275bc3957583524c872b401cf4fa773de7b4e7b7177f1787851f43e7c4aeefd953eb50b2dbce3babfc7a1c46707370ba4ad06998260177994b2eafb91395b WHIRLPOOL 2445271669dee3dc9b0f39a6656e246d11e4ab10a075eb1619b60e76d10ce16e0b0f60c11429c39487fe07cdac9c51ffd0aae884b94f3cd0e4fc0839b633dc78 DIST tiptop-2.3.tar.gz 101006 SHA256 3f07e958b40acaeab98e9eb1326c9f91b0be0a782c1cc2bd7a9e18d31fab18ca SHA512 e09ad1fd7063c9b8b7351b5c114cfa1f8e1737b1cfb73c4c869612c3887b060a838c33bdee330349225b48cd73d295fef24cd36c6eb36b566d20adff2dae53d5 WHIRLPOOL 11be7aa8cbd35186d402fb2453fc0969763058d6b6aaef43028bb74af5deacf5ede40b837c2e5277cdf905717862bf62ec1b23342ea7d874eda021bece520c43 diff --git a/sys-process/tiptop/tiptop-2.3.1.ebuild b/sys-process/tiptop/tiptop-2.3.1.ebuild new file mode 100644 index 000000000000..0f5fd18600fe --- /dev/null +++ b/sys-process/tiptop/tiptop-2.3.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="top for performance counters" +HOMEPAGE="http://tiptop.gforge.inria.fr/" +SRC_URI="http://${PN}.gforge.inria.fr/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="sys-libs/ncurses + dev-libs/libxml2" +DEPEND="${RDEPEND}" |