summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2021-04-22 16:19:06 +0800
committerYixun Lan <dlan@gentoo.org>2021-04-22 16:20:40 +0800
commit72430c5faa71892b8dd0d002c843dae4f2aa3083 (patch)
treeadb3f70331feef397bb4af2d735f83c7790e4d55 /dev-util/babeltrace/babeltrace-1.2.4.ebuild
parentwww-client/chromium: amd64 stable, bug #784554 (diff)
downloadgentoo-72430c5faa71892b8dd0d002c843dae4f2aa3083.tar.gz
gentoo-72430c5faa71892b8dd0d002c843dae4f2aa3083.tar.bz2
gentoo-72430c5faa71892b8dd0d002c843dae4f2aa3083.zip
dev-util/babeltrace: drop old
cleanup EAPI=5 Bug: https://bugs.gentoo.org/783939 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/babeltrace/babeltrace-1.2.4.ebuild')
-rw-r--r--dev-util/babeltrace/babeltrace-1.2.4.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-util/babeltrace/babeltrace-1.2.4.ebuild b/dev-util/babeltrace/babeltrace-1.2.4.ebuild
deleted file mode 100644
index ea601ae1411d..000000000000
--- a/dev-util/babeltrace/babeltrace-1.2.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit ltprune
-
-DESCRIPTION="A command-line tool and library to read and convert trace files"
-HOMEPAGE="https://lttng.org"
-SRC_URI="https://lttng.org/files/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/glib:2
- dev-libs/popt
- sys-apps/util-linux
- "
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex
- "
-src_configure() {
- econf $(use_enable test glibtest)
-}
-
-src_install() {
- default
- prune_libtool_files --all
-}