diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-30 21:56:28 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-30 22:36:57 +0200 |
commit | 2c3d58d29074533b2f2da4d857c90c568da61ad7 (patch) | |
tree | 6790851e0c193cc2c6ac8fb6e682d220d486b8bc /dev-libs/btparser | |
parent | dev-lang/vala: remove old (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-libs/btparser/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/btparser/btparser-0.24.ebuild | 37 | ||||
-rw-r--r-- | dev-libs/btparser/btparser-0.25.ebuild | 41 |
3 files changed, 0 insertions, 80 deletions
diff --git a/dev-libs/btparser/Manifest b/dev-libs/btparser/Manifest index 6a7bf86a9180..e5fd63b2801b 100644 --- a/dev-libs/btparser/Manifest +++ b/dev-libs/btparser/Manifest @@ -1,3 +1 @@ -DIST btparser-0.24.tar.xz 353700 BLAKE2B b025dd9701505d5791350ea1b5125ff5ae1ac2185271811eb9fb8f5ad2acca2b5c8999d913a4f6b8f4999fd395e767a6040d4e37b4f6098cc6abd47e388ee4a8 SHA512 3aee4a8cbc8cda7017cc7203b670ba30443b5f302d728ecb7ce06a9569367543669c9c02d10a71b2bbf0bbc65cb927c0e25a53a422fc3be5e4a2ee51e5495198 -DIST btparser-0.25.tar.xz 355736 BLAKE2B 8793739a832e6361a06ef7506296ac12f1dc9e06943345b1440d0b95cf72d4fde4d573f125c384c327c64df6ba0446f8ff6598a8cf6abc8c6ba08df5ea3efd25 SHA512 fc3f1f440fdf19eba8d698bdde9b1f197cbf663b7f8a53dea98c9fa6ffe4cd23a12b8d46d211fcff30dd4adbd3998723f7a2afb19c6c5d73da34156bc7877b56 DIST btparser-0.26.tar.gz 564940 BLAKE2B 979b530764d0ebb413c670c44aeb05bc3ac6dfbce54d35ff62ca851aa671a58aa223972ad3a6880e0d8f2e9c849ff60ee3adbc35cfae0f996aa085e771383375 SHA512 c5520f0aae3217482b97eac7c9cc5ae9be596df936ce958d84cb8e46a67c4b97a9184f9cd4bcab185d35c64f5ea98acd6cfb6f98512b9fa492a3aa9931d6668c 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 -} diff --git a/dev-libs/btparser/btparser-0.25.ebuild b/dev-libs/btparser/btparser-0.25.ebuild deleted file mode 100644 index 63dba67842c2..000000000000 --- a/dev-libs/btparser/btparser-0.25.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# 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://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}" - -# 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) -} |