]> Pileus Git - ~andy/sunrise/commitdiff
dev-util/lttngtop: New ebuild for bug #431364, thanks floppym and Tommy[D]
authorLan Yixun (dlan) <dennis.yxun@gmail.com>
Thu, 16 Aug 2012 02:37:10 +0000 (10:37 +0800)
committerLan Yixun (dlan) <dennis.yxun@gmail.com>
Thu, 16 Aug 2012 02:37:10 +0000 (10:37 +0800)
dev-util/lttngtop/ChangeLog [new file with mode: 0644]
dev-util/lttngtop/Manifest [new file with mode: 0644]
dev-util/lttngtop/lttngtop-0.2.ebuild [new file with mode: 0644]
dev-util/lttngtop/lttngtop-9999.ebuild [new file with mode: 0644]
dev-util/lttngtop/metadata.xml [new file with mode: 0644]

diff --git a/dev-util/lttngtop/ChangeLog b/dev-util/lttngtop/ChangeLog
new file mode 100644 (file)
index 0000000..7c16719
--- /dev/null
@@ -0,0 +1,11 @@
+# ChangeLog for dev-util/lttngtop
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*lttngtop-9999 (16 Aug 2012)
+*lttngtop-0.2 (16 Aug 2012)
+
+  16 Aug 2012; Lan Yixun (dlan) <dennis.yxun@gmail.com> +lttngtop-0.2.ebuild,
+  +lttngtop-9999.ebuild, +metadata.xml:
+  New ebuild for bug #431364, thanks floppym and Tommy[D]
+
diff --git a/dev-util/lttngtop/Manifest b/dev-util/lttngtop/Manifest
new file mode 100644 (file)
index 0000000..7562a32
--- /dev/null
@@ -0,0 +1,5 @@
+DIST lttngtop-0.2.tar.bz2 275733 SHA256 3f0dbdd29416c681f8be1b3216be8a7f355bdc23d84802e0af344d33a310bc43 SHA512 75c7efd232445a2bfa4f750b390ba3bfa2e6366ec2d652f071b5bfca42818f94e554862f60f63d60a02e4e982215b08d64999fe1cc1240f3626216f8d7536e37 WHIRLPOOL e2a7a6d252fd3b6d9c0704db24af29aa522a54c94edfa43899d8d491ae81b483fe34a7b2593a90ee45098c77384c18bf303ae78d9622c630f4203c1f4b0b0735
+EBUILD lttngtop-0.2.ebuild 496 SHA256 d13b9112f4a6f1801ec2fcd16b6206fd52c21db526621589a9bf2019348163ca SHA512 332ab3b74dab118c54d4162916d7d3d6ef2bc6926a97687f846f9c974081c01262241b6a8709f007ad4419474c95d7d339f9a34d5eba0d2912a571b1e98b7428 WHIRLPOOL 1f60124698e0843eff62807b668846deb6993d52dd3f6914c32924b6419eb878567e85460a6770d4551aeaea8d9aa921ae79856641db90edf8a4da76ef2f796e
+EBUILD lttngtop-9999.ebuild 524 SHA256 ebcbce8ceeb4cb1df26e4ffe9ee42586a523bb489363082624c6ee1f76886e7e SHA512 7fce0fb5ad90e04dcd423838f2e6f5e3a638e4e865e3b7f160faea4ed30e6ed2da401026c9f97a67ed1ccf21b2870c4779124c7fed0e33d8b3b588a013a35ebe WHIRLPOOL 76e6fc4eaf8c2d9c736cdf0c30593914ef254673ae0d7ca3525a13346e18f13f8d95cf097f25b30d9c6a7486b20c6ad902a69f65d446b7167dfc573e7f309b2e
+MISC ChangeLog 353 SHA256 7429017fd10fd19c77fd7bc070ba7521a7fa322bf2344c9376ac03415cef5f4c SHA512 30071184af49e5ed01d84644a8bd4316e2f83eff2e1a87ee91bfbc0094c68e2470d47b2c8db874c2df27aeccf25362be6fa2c76f76681f236ae4bfd849a25cd3 WHIRLPOOL 601f422b2bd1a4c0cad0685edeae46613c0896394f6ba57ec0a237b3aba8a0420aabf86492339acc28809e96125f26ea550e6f52617ee28a3c05ef9fd2383439
+MISC metadata.xml 318 SHA256 2f2bc62009eff72ea12ee53bf799801aeff720ecd481ff679d5a4e220b6a170e SHA512 69b2dd50e9d414d4789787cc258b33874a54c99507d348a8c5f09843f0706f98b8bf1ee225a0dd0ae635c95be3ea1a8f9fc36abb0e3053735061579edfaaf53d WHIRLPOOL 828545dcaf80cd7c5b4fe8bece40436197091494d516fd34fc42702d293604424bbcf50dff8e0ecadce39b722446c8254ad2954f2385f6f9bfb6cc3743648c0e
diff --git a/dev-util/lttngtop/lttngtop-0.2.ebuild b/dev-util/lttngtop/lttngtop-0.2.ebuild
new file mode 100644 (file)
index 0000000..0210696
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit eutils
+
+DESCRIPTION="Linux Trace Toolkit - a top-like performance analyze utility"
+HOMEPAGE="http://lttng.org"
+SRC_URI="http://lttng.org/files/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="dev-libs/userspace-rcu
+       dev-libs/glib:2
+       dev-util/babeltrace
+       dev-libs/popt
+       sys-libs/ncurses
+       sys-apps/util-linux
+"
+RDEPEND="${DEPEND}"
diff --git a/dev-util/lttngtop/lttngtop-9999.ebuild b/dev-util/lttngtop/lttngtop-9999.ebuild
new file mode 100644 (file)
index 0000000..5da2395
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools git-2
+
+DESCRIPTION="Linux Trace Toolkit - a top-like performance analyze utility"
+HOMEPAGE="http://lttng.org"
+EGIT_REPO_URI="git://git.lttng.org/${PN}.git"
+EGIT_BOOTSTRAP="eautoreconf"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-libs/userspace-rcu
+       dev-libs/glib:2
+       dev-util/babeltrace
+       dev-libs/popt
+       sys-libs/ncurses
+       sys-apps/util-linux
+"
+RDEPEND="${DEPEND}"
diff --git a/dev-util/lttngtop/metadata.xml b/dev-util/lttngtop/metadata.xml
new file mode 100644 (file)
index 0000000..1ba4c53
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <longdescription>
+               A top-like, ncurses-based utility to analyze trace information
+       </longdescription>
+       <maintainer>
+               <email>maintainer-wanted@gentoo.org</email>
+       </maintainer>
+</pkgmetadata>