summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-30 21:56:28 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-30 22:36:57 +0200
commit2c3d58d29074533b2f2da4d857c90c568da61ad7 (patch)
tree6790851e0c193cc2c6ac8fb6e682d220d486b8bc /dev-libs/btparser/btparser-0.24.ebuild
parentdev-lang/vala: remove old (diff)
downloadgentoo-2c3d58d29074533b2f2da4d857c90c568da61ad7.tar.gz
gentoo-2c3d58d29074533b2f2da4d857c90c568da61ad7.tar.bz2
gentoo-2c3d58d29074533b2f2da4d857c90c568da61ad7.zip
dev-libs/btparser: remove old
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/btparser/btparser-0.24.ebuild')
-rw-r--r--dev-libs/btparser/btparser-0.24.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-libs/btparser/btparser-0.24.ebuild b/dev-libs/btparser/btparser-0.24.ebuild
deleted file mode 100644
index 0a4b57a12dea..000000000000
--- a/dev-libs/btparser/btparser-0.24.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-DESCRIPTION="Parser and analyzer for backtraces produced by gdb"
-HOMEPAGE="https://fedorahosted.org/btparser/"
-SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.xz"
-
-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}
- app-arch/xz-utils"
-
-src_configure() {
- export PYTHON_CFLAGS=$(python_get_CFLAGS)
- export PYTHON_LIBS=$(python_get_LIBS)
-
- econf \
- $(use_enable static-libs static) \
- --disable-maintainer-mode
-}
-
-src_install() {
- default
- prune_libtool_files --modules
-}