summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2019-10-23 17:41:16 +0800
committerYixun Lan <dlan@gentoo.org>2019-10-23 17:41:16 +0800
commit8e0d6cf0439dc925099cfd1c29176aad7be816af (patch)
treea629eceeeee3e9af03530d0453d40bdb7cd01a7d /dev-util/lttng-ust/lttng-ust-2.7.4.ebuild
parentdev-util/lttng-ust: version bump, 2.10.6 (diff)
downloadgentoo-8e0d6cf0439dc925099cfd1c29176aad7be816af.tar.gz
gentoo-8e0d6cf0439dc925099cfd1c29176aad7be816af.tar.bz2
gentoo-8e0d6cf0439dc925099cfd1c29176aad7be816af.zip
dev-util/lttng-ust: drop old
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/lttng-ust/lttng-ust-2.7.4.ebuild')
-rw-r--r--dev-util/lttng-ust/lttng-ust-2.7.4.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/lttng-ust/lttng-ust-2.7.4.ebuild b/dev-util/lttng-ust/lttng-ust-2.7.4.ebuild
deleted file mode 100644
index c20c8f8b88d4..000000000000
--- a/dev-util/lttng-ust/lttng-ust-2.7.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools versionator
-
-MY_P="${P/_rc/-rc}"
-MY_SLOT="$(get_version_component_range 1-2)"
-
-DESCRIPTION="Linux Trace Toolkit - UST library"
-HOMEPAGE="http://lttng.org"
-SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0/${MY_SLOT}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="examples"
-
-DEPEND="dev-libs/userspace-rcu:="
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- if ! use examples; then
- sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die
- fi
- eautoreconf
-}