Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/btparser/
Date: Sat, 30 Mar 2019 20:37:49
Message-Id: 1553978217.2c3d58d29074533b2f2da4d857c90c568da61ad7.leio@gentoo
1 commit: 2c3d58d29074533b2f2da4d857c90c568da61ad7
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 19:56:28 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 20:36:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3d58d2
7
8 dev-libs/btparser: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/btparser/Manifest | 2 --
14 dev-libs/btparser/btparser-0.24.ebuild | 37 ------------------------------
15 dev-libs/btparser/btparser-0.25.ebuild | 41 ----------------------------------
16 3 files changed, 80 deletions(-)
17
18 diff --git a/dev-libs/btparser/Manifest b/dev-libs/btparser/Manifest
19 index 6a7bf86a918..e5fd63b2801 100644
20 --- a/dev-libs/btparser/Manifest
21 +++ b/dev-libs/btparser/Manifest
22 @@ -1,3 +1 @@
23 -DIST btparser-0.24.tar.xz 353700 BLAKE2B b025dd9701505d5791350ea1b5125ff5ae1ac2185271811eb9fb8f5ad2acca2b5c8999d913a4f6b8f4999fd395e767a6040d4e37b4f6098cc6abd47e388ee4a8 SHA512 3aee4a8cbc8cda7017cc7203b670ba30443b5f302d728ecb7ce06a9569367543669c9c02d10a71b2bbf0bbc65cb927c0e25a53a422fc3be5e4a2ee51e5495198
24 -DIST btparser-0.25.tar.xz 355736 BLAKE2B 8793739a832e6361a06ef7506296ac12f1dc9e06943345b1440d0b95cf72d4fde4d573f125c384c327c64df6ba0446f8ff6598a8cf6abc8c6ba08df5ea3efd25 SHA512 fc3f1f440fdf19eba8d698bdde9b1f197cbf663b7f8a53dea98c9fa6ffe4cd23a12b8d46d211fcff30dd4adbd3998723f7a2afb19c6c5d73da34156bc7877b56
25 DIST btparser-0.26.tar.gz 564940 BLAKE2B 979b530764d0ebb413c670c44aeb05bc3ac6dfbce54d35ff62ca851aa671a58aa223972ad3a6880e0d8f2e9c849ff60ee3adbc35cfae0f996aa085e771383375 SHA512 c5520f0aae3217482b97eac7c9cc5ae9be596df936ce958d84cb8e46a67c4b97a9184f9cd4bcab185d35c64f5ea98acd6cfb6f98512b9fa492a3aa9931d6668c
26
27 diff --git a/dev-libs/btparser/btparser-0.24.ebuild b/dev-libs/btparser/btparser-0.24.ebuild
28 deleted file mode 100644
29 index 0a4b57a12de..00000000000
30 --- a/dev-libs/btparser/btparser-0.24.ebuild
31 +++ /dev/null
32 @@ -1,37 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="5"
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit eutils python-single-r1
40 -
41 -DESCRIPTION="Parser and analyzer for backtraces produced by gdb"
42 -HOMEPAGE="https://fedorahosted.org/btparser/"
43 -SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.xz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0/2"
47 -KEYWORDS="amd64 x86"
48 -IUSE="static-libs"
49 -
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -RDEPEND="${PYTHON_DEPS}
53 - >=dev-libs/glib-2.21:2"
54 -DEPEND="${RDEPEND}
55 - app-arch/xz-utils"
56 -
57 -src_configure() {
58 - export PYTHON_CFLAGS=$(python_get_CFLAGS)
59 - export PYTHON_LIBS=$(python_get_LIBS)
60 -
61 - econf \
62 - $(use_enable static-libs static) \
63 - --disable-maintainer-mode
64 -}
65 -
66 -src_install() {
67 - default
68 - prune_libtool_files --modules
69 -}
70
71 diff --git a/dev-libs/btparser/btparser-0.25.ebuild b/dev-libs/btparser/btparser-0.25.ebuild
72 deleted file mode 100644
73 index 63dba67842c..00000000000
74 --- a/dev-libs/btparser/btparser-0.25.ebuild
75 +++ /dev/null
76 @@ -1,41 +0,0 @@
77 -# Copyright 1999-2015 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI="5"
81 -GCONF_DEBUG="no"
82 -GNOME2_LA_PUNT="yes"
83 -PYTHON_COMPAT=( python2_7 )
84 -
85 -inherit autotools gnome2 python-single-r1
86 -
87 -DESCRIPTION="Parser and analyzer for backtraces produced by gdb"
88 -HOMEPAGE="https://fedorahosted.org/btparser/"
89 -SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.xz"
90 -
91 -LICENSE="GPL-2"
92 -SLOT="0/2"
93 -KEYWORDS="amd64 x86"
94 -
95 -IUSE="static-libs"
96 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
97 -
98 -RDEPEND="${PYTHON_DEPS}
99 - >=dev-libs/glib-2.21:2
100 -"
101 -DEPEND="${RDEPEND}"
102 -
103 -# Incomplete tarball for tests
104 -RESTRICT="test"
105 -
106 -src_prepare() {
107 - eautoreconf # to prevent maintainer mode
108 - gnome2_src_prepare
109 -}
110 -
111 -src_configure() {
112 - export PYTHON_CFLAGS=$(python_get_CFLAGS)
113 - export PYTHON_LIBS=$(python_get_LIBS)
114 -
115 - gnome2_src_configure \
116 - $(use_enable static-libs static)
117 -}