summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-07-10 04:03:42 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-07-10 04:03:42 +0000
commit80b7707d0ef4708c69e5e2e15ee991d5ca83cba1 (patch)
tree4ec20ee86ccc3583b526acfdb10e464db1889ef1 /sys-process/tiptop
parentVersion bump, add mac and wavpack use flags. (diff)
downloadgentoo-2-80b7707d0ef4708c69e5e2e15ee991d5ca83cba1.tar.gz
gentoo-2-80b7707d0ef4708c69e5e2e15ee991d5ca83cba1.tar.bz2
gentoo-2-80b7707d0ef4708c69e5e2e15ee991d5ca83cba1.zip
Bump
(Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-process/tiptop')
-rw-r--r--sys-process/tiptop/ChangeLog7
-rw-r--r--sys-process/tiptop/tiptop-2.3.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/sys-process/tiptop/ChangeLog b/sys-process/tiptop/ChangeLog
index 8d583389591d..1c950566ac45 100644
--- a/sys-process/tiptop/ChangeLog
+++ b/sys-process/tiptop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-process/tiptop
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/tiptop/ChangeLog,v 1.4 2015/04/01 18:24:29 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/tiptop/ChangeLog,v 1.5 2015/07/10 04:03:42 patrick Exp $
+
+*tiptop-2.3 (10 Jul 2015)
+
+ 10 Jul 2015; Patrick Lauer <patrick@gentoo.org> +tiptop-2.3.ebuild:
+ Bump
01 Apr 2015; Andreas Schuerch <nativemad@gentoo.org> tiptop-2.2.ebuild:
x86 stable, see bug 521334
diff --git a/sys-process/tiptop/tiptop-2.3.ebuild b/sys-process/tiptop/tiptop-2.3.ebuild
new file mode 100644
index 000000000000..d8a6cc6848fa
--- /dev/null
+++ b/sys-process/tiptop/tiptop-2.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/tiptop/tiptop-2.3.ebuild,v 1.1 2015/07/10 04:03:42 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}"