Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-BibTeX/
Date: Thu, 23 Sep 2021 11:29:51
Message-Id: 1632396574.f5616e68120885992445b246d7271f2600ad1915.dilfridge@gentoo
1 commit: f5616e68120885992445b246d7271f2600ad1915
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 11:28:46 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 11:29:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5616e68
7
8 dev-perl/Text-BibTeX: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{Text-BibTeX-0.880.0.ebuild => Text-BibTeX-0.880.0-r1.ebuild} | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0.ebuild b/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0-r1.ebuild
17 similarity index 93%
18 rename from dev-perl/Text-BibTeX/Text-BibTeX-0.880.0.ebuild
19 rename to dev-perl/Text-BibTeX/Text-BibTeX-0.880.0-r1.ebuild
20 index b76346db833..9203f64aa8c 100644
21 --- a/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0.ebuild
22 +++ b/dev-perl/Text-BibTeX/Text-BibTeX-0.880.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 DIST_AUTHOR=AMBS
31 DIST_VERSION=0.88
32 @@ -13,8 +13,6 @@ DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files"
33
34 SLOT="0"
35 KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38
39 RDEPEND="
40 !dev-libs/btparse
41 @@ -22,7 +20,7 @@ RDEPEND="
42 virtual/perl-Scalar-List-Utils
43 virtual/perl-Unicode-Normalize
44 "
45 -DEPEND="${RDEPEND}
46 +BDEPEND="${RDEPEND}
47 >=dev-perl/Config-AutoConf-0.160.0
48 >=dev-perl/ExtUtils-LibBuilder-0.20.0
49 >=virtual/perl-ExtUtils-CBuilder-0.270.0
50 @@ -31,6 +29,7 @@ DEPEND="${RDEPEND}
51 >=dev-perl/Capture-Tiny-0.60.0
52 )
53 "
54 +
55 src_prepare() {
56 sed -i -e "/#include <stdio.h>/a #include <string.h>"\
57 btparse/tests/{tex,purify,postprocess,name,macro}_test.c || die