summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-07-16 07:18:11 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-07-16 07:18:11 +0000
commitc5427dcaccbc6fd71ff2a818522e9904980bc953 (patch)
treea71c5eb8a161b9535ec51e7c5329e2964d10eda3 /sys-process
parentFix bug #516834 (diff)
downloadgentoo-2-c5427dcaccbc6fd71ff2a818522e9904980bc953.tar.gz
gentoo-2-c5427dcaccbc6fd71ff2a818522e9904980bc953.tar.bz2
gentoo-2-c5427dcaccbc6fd71ff2a818522e9904980bc953.zip
Initial import, ebuild by me
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/tiptop/ChangeLog9
-rw-r--r--sys-process/tiptop/Manifest3
-rw-r--r--sys-process/tiptop/metadata.xml8
-rw-r--r--sys-process/tiptop/tiptop-2.2.ebuild18
4 files changed, 38 insertions, 0 deletions
diff --git a/sys-process/tiptop/ChangeLog b/sys-process/tiptop/ChangeLog
new file mode 100644
index 000000000000..115421f6481d
--- /dev/null
+++ b/sys-process/tiptop/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sys-process/tiptop
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/tiptop/ChangeLog,v 1.1 2014/07/16 07:18:11 patrick Exp $
+
+*tiptop-2.2 (16 Jul 2014)
+
+ 16 Jul 2014; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
+ +tiptop-2.2.ebuild:
+ Initial import, ebuild by me
diff --git a/sys-process/tiptop/Manifest b/sys-process/tiptop/Manifest
new file mode 100644
index 000000000000..49b259215e29
--- /dev/null
+++ b/sys-process/tiptop/Manifest
@@ -0,0 +1,3 @@
+DIST tiptop-2.2.tar.gz 99602 SHA256 965cb99b16cb59df78363d83b62877ce8501b0aac1116a86bed8a16aa96b171d SHA512 533624a134fcab5e30126412b32bd6a484851ba192ef452877a2199ee3c083fe0222af28c556a8f0769457b5ee7229769b163b8d07e13d03f9f14e192a541d34 WHIRLPOOL 8eb390197404c94070b67384345100e515e3d91677133adec1539736e1a28f55430e5db0c6a99b2c2cd6663d4fb4129a02487a6b6f5ae25f74736c9e1ce29ee5
+EBUILD tiptop-2.2.ebuild 397 SHA256 ca6295c035951e70fd993e9494bb79782b4acfdb5e59bff5272ee3180d114a03 SHA512 51400c8bb39f9f5a4c4308b99837435f4eb7f839665e2c457c21ed2fd5ec9d193fd42f0064f03470119223c1341804d7f12b2859e8261f4f0b9c7b61eec3fb01 WHIRLPOOL 8a99c9ed8e817dbe50277a0274720feb36a81513d48e108d84956acaf0b82a0704bf215adf3d0be8f03465d2775ab6839ec1271a5c9e5dd1bd0ae0c0fa431586
+MISC metadata.xml 239 SHA256 57c79f6c1b1b06b8d90265f1cc0affe89b5548b63e811f0313bfb2a0a0aa201a SHA512 1898d4e8bb4f02ffdad555a095ee76f934bd6ee1f914564eac1932f0dd96f26a52f47047324ed0a81009516a84bf72e1b10922fa751f322abf17517f84f62156 WHIRLPOOL 7375ace29b0d9c7e945e141c09b70c79599780bc9d3478e59fbc85dc4330aeda6bf2bb54fde24d25feb181f88618e11e022a90674d1f26ff9ef692bd698ff754
diff --git a/sys-process/tiptop/metadata.xml b/sys-process/tiptop/metadata.xml
new file mode 100644
index 000000000000..6719fcd2bb35
--- /dev/null
+++ b/sys-process/tiptop/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>patrick@gentoo.org</email>
+ <name>Patrick Lauer</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/sys-process/tiptop/tiptop-2.2.ebuild b/sys-process/tiptop/tiptop-2.2.ebuild
new file mode 100644
index 000000000000..d91ad57953f9
--- /dev/null
+++ b/sys-process/tiptop/tiptop-2.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/tiptop/tiptop-2.2.ebuild,v 1.1 2014/07/16 07:18:11 patrick Exp $
+
+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}"