diff options
author | Yixun Lan <dlan@gentoo.org> | 2016-02-18 15:42:13 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-02-18 15:43:31 +0800 |
commit | 1c9034e30acdfc4cfa9da6eb7012ce5bbb1b5e22 (patch) | |
tree | 0549baabaf9ab90de8fa4b4a934d99b61eadc6bd /dev-util/lttng-tools | |
parent | dev-util/lttng-ust: drop old (diff) | |
download | gentoo-1c9034e30acdfc4cfa9da6eb7012ce5bbb1b5e22.tar.gz gentoo-1c9034e30acdfc4cfa9da6eb7012ce5bbb1b5e22.tar.bz2 gentoo-1c9034e30acdfc4cfa9da6eb7012ce5bbb1b5e22.zip |
dev-util/lttng-tools: drop old
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-util/lttng-tools')
-rw-r--r-- | dev-util/lttng-tools/Manifest | 3 | ||||
-rw-r--r-- | dev-util/lttng-tools/lttng-tools-2.5.0.ebuild | 38 | ||||
-rw-r--r-- | dev-util/lttng-tools/lttng-tools-2.5.2.ebuild | 38 | ||||
-rw-r--r-- | dev-util/lttng-tools/lttng-tools-2.6.0_rc3.ebuild | 38 |
4 files changed, 0 insertions, 117 deletions
diff --git a/dev-util/lttng-tools/Manifest b/dev-util/lttng-tools/Manifest index 5d846121cebc..cd63a29eb1c2 100644 --- a/dev-util/lttng-tools/Manifest +++ b/dev-util/lttng-tools/Manifest @@ -1,5 +1,2 @@ -DIST lttng-tools-2.5.0.tar.bz2 867879 SHA256 dad8b8f9d7209dcf91b2bf6ec34a0b31d1cf3c6a81698492a6e9cff2d11e1ca7 SHA512 91ccdcd2f02999c97bb218147aab28a4e8c5e6b4813e97c690da965f8f54c312fc1e0487a200558e2101938096f2ba3e22f09fbbcd6b7abcdd800215f328dfd5 WHIRLPOOL d9af3d5c4267acaadb5296db42322e7a475e1366f4ff7f83b3dcfe7fa5507261eb938920c2bdc95395eff528a1022cee33665f1781a2172958b4e57d96ab764c -DIST lttng-tools-2.5.2.tar.bz2 876344 SHA256 1f52d342fb5b56a6675748f0b8e8557ec7c4e90732c3d8f5732bd10b920b233d SHA512 c556b54d1b571f9f5e3b95b729536ada179d899227b6fd0f0fb3482572ca775d4d8212aab4782d6048587df225846d90ba947730e1ca0101f4c54de0819f421d WHIRLPOOL e0552e68a2c3b4c50cefafd600c1dd6e5e586e16eb1c64d5b0b6749e197a754a982f2e8a3915ab5f76f92295cb4bcb9a20266a32a178bfbc4adc4c14a3ec3206 -DIST lttng-tools-2.6.0-rc3.tar.bz2 913287 SHA256 c11d6158d8865b6329d9e1eabc938fc81f33b18634d7c9a2a27a82cea1c63f2d SHA512 db40ee1fe0ec7d93a7e35a742f945cbb89399f56c406f276512e5f9a44907ce0dd195c5f6d763adb13015c8beef74e09019ca3535d7be619dd072e5cf5650dab WHIRLPOOL aa331e76cd4f9b035a50a2b65778cf602f9c7f34d318338d2ad20baa95cb798a9077518966fc4a14b5e288be21246ec9ac403c2fca2b37e277e26d0091bb0e48 DIST lttng-tools-2.6.1.tar.bz2 956120 SHA256 70ec8e24f8ea12f593d77c6bdc5348e4124dcb4897e8c0eb6fba25048fd31137 SHA512 7b2de0a42975e3c8ced67ed877417684892322c477a35a310c13ddbf84fcf125ee87156bae56b802eacec7757a927388d764e917ce8da8e57bfd33fdae3da469 WHIRLPOOL 22596b4572ffddd025c89c51eb234096105526614e2c5616bdc0f0ee97c83aab03852cd02af6890c2cb590b6c003dcd8a02ab87c849d792763624442f45c3b00 DIST lttng-tools-2.7.1.tar.bz2 984351 SHA256 0c799fb21dfa42475feaa1507ded934608b2e531039b46c40e944a5b81c7b21c SHA512 b0cafa5b74182a077232dbe2b73ed4e2267a921a62163367f0e7e14463e176d4538fc6ec27b8737f55fc417734677e5d22efc65685f885fa5f892f7900ee0e2d WHIRLPOOL cfe0db0679e128888dfe0061bfaeb5b8b337900a1b1e84cf1aaafec230638e67744cc0873f2959456f3cc1c91e6c9c9458f64a10c2fe835e34af4bf2778b956b diff --git a/dev-util/lttng-tools/lttng-tools-2.5.0.ebuild b/dev-util/lttng-tools/lttng-tools-2.5.0.ebuild deleted file mode 100644 index b2fdfcd49ec0..000000000000 --- a/dev-util/lttng-tools/lttng-tools-2.5.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit linux-info - -MY_P="${P/_rc/-rc}" -DESCRIPTION="Linux Trace Toolkit - next generation" -HOMEPAGE="http://lttng.org" -SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+ust" - -DEPEND="dev-libs/userspace-rcu - dev-libs/popt - dev-libs/libxml2 - ust? ( dev-util/lttng-ust ) -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -pkg_pretend() { - if kernel_is -lt 2 6 27; then - ewarn "${PN} require Linux kernel >= 2.6.27" - ewarn " pipe2(), epoll_create1() and SOCK_CLOEXEC are needed to run" - ewarn " the session daemon. There were introduce in the 2.6.27" - fi -} - -src_configure() { - econf $(use_enable ust lttng-ust) -} diff --git a/dev-util/lttng-tools/lttng-tools-2.5.2.ebuild b/dev-util/lttng-tools/lttng-tools-2.5.2.ebuild deleted file mode 100644 index b2fdfcd49ec0..000000000000 --- a/dev-util/lttng-tools/lttng-tools-2.5.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit linux-info - -MY_P="${P/_rc/-rc}" -DESCRIPTION="Linux Trace Toolkit - next generation" -HOMEPAGE="http://lttng.org" -SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+ust" - -DEPEND="dev-libs/userspace-rcu - dev-libs/popt - dev-libs/libxml2 - ust? ( dev-util/lttng-ust ) -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -pkg_pretend() { - if kernel_is -lt 2 6 27; then - ewarn "${PN} require Linux kernel >= 2.6.27" - ewarn " pipe2(), epoll_create1() and SOCK_CLOEXEC are needed to run" - ewarn " the session daemon. There were introduce in the 2.6.27" - fi -} - -src_configure() { - econf $(use_enable ust lttng-ust) -} diff --git a/dev-util/lttng-tools/lttng-tools-2.6.0_rc3.ebuild b/dev-util/lttng-tools/lttng-tools-2.6.0_rc3.ebuild deleted file mode 100644 index b2fdfcd49ec0..000000000000 --- a/dev-util/lttng-tools/lttng-tools-2.6.0_rc3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit linux-info - -MY_P="${P/_rc/-rc}" -DESCRIPTION="Linux Trace Toolkit - next generation" -HOMEPAGE="http://lttng.org" -SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+ust" - -DEPEND="dev-libs/userspace-rcu - dev-libs/popt - dev-libs/libxml2 - ust? ( dev-util/lttng-ust ) -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -pkg_pretend() { - if kernel_is -lt 2 6 27; then - ewarn "${PN} require Linux kernel >= 2.6.27" - ewarn " pipe2(), epoll_create1() and SOCK_CLOEXEC are needed to run" - ewarn " the session daemon. There were introduce in the 2.6.27" - fi -} - -src_configure() { - econf $(use_enable ust lttng-ust) -} |