summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-12-25 22:18:57 +0200
committerMart Raudsepp <leio@gentoo.org>2019-12-25 22:27:50 +0200
commita218b39aa1b9cfd8c3f2989e9de1bfc2d63ac60e (patch)
tree12eee8793d311ebb1c4c9c2e5b9e67b12d8bb1eb /dev-libs/btparser/btparser-0.26.ebuild
parentsys-devel/autogen: stable 5.18.16-r1 for ia64, bug #703632 (diff)
downloadgentoo-a218b39aa1b9cfd8c3f2989e9de1bfc2d63ac60e.tar.gz
gentoo-a218b39aa1b9cfd8c3f2989e9de1bfc2d63ac60e.tar.bz2
gentoo-a218b39aa1b9cfd8c3f2989e9de1bfc2d63ac60e.zip
dev-libs/btparser: remove last-rited package
Closes: https://bugs.gentoo.org/700380 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/btparser/btparser-0.26.ebuild')
-rw-r--r--dev-libs/btparser/btparser-0.26.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-libs/btparser/btparser-0.26.ebuild b/dev-libs/btparser/btparser-0.26.ebuild
deleted file mode 100644
index 797e437f244b..000000000000
--- a/dev-libs/btparser/btparser-0.26.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools gnome2 python-single-r1
-
-DESCRIPTION="Parser and analyzer for backtraces produced by GDB"
-HOMEPAGE="https://github.com/abrt/btparser"
-SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0/2"
-KEYWORDS="amd64 x86"
-
-IUSE="static-libs"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=dev-libs/glib-2.21:2
-"
-DEPEND="${RDEPEND}"
-
-# Incomplete tarball for tests
-RESTRICT="test"
-
-src_prepare() {
- eautoreconf # to prevent maintainer mode
- gnome2_src_prepare
-}
-
-src_configure() {
- export PYTHON_CFLAGS=$(python_get_CFLAGS)
- export PYTHON_LIBS=$(python_get_LIBS)
-
- gnome2_src_configure \
- $(use_enable static-libs static)
-}