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:52
Message-Id: 1632396571.7d66d784dd3a70d90f2020254eae09b7f9383db1.dilfridge@gentoo
1 commit: 7d66d784dd3a70d90f2020254eae09b7f9383db1
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 11:27:51 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 11:29:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d66d784
7
8 dev-perl/Text-BibTeX: Remove old
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 dev-perl/Text-BibTeX/Manifest | 1 -
14 dev-perl/Text-BibTeX/Text-BibTeX-0.850.0.ebuild | 44 -------------------------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/dev-perl/Text-BibTeX/Manifest b/dev-perl/Text-BibTeX/Manifest
18 index 1d3d6bcb902..4d4c18c78a1 100644
19 --- a/dev-perl/Text-BibTeX/Manifest
20 +++ b/dev-perl/Text-BibTeX/Manifest
21 @@ -1,2 +1 @@
22 -DIST Text-BibTeX-0.85.tar.gz 299430 BLAKE2B bec61d93a4a0814bf1a6f357481da5ba337dd2ec4699ead948c9d4a48062664e77781babb82279582d04e3aee2ba26eab6c6a5b31af3008a076612c6f8cc4261 SHA512 e9ed337bde11b26626fc43c03bead2be54c0724194e19b4f543923634533220bbd68588f6349892eba0e6df6d305a51350fe82cfcb6cd24ea154284e4819b841
23 DIST Text-BibTeX-0.88.tar.gz 301812 BLAKE2B 8a8249a95ef6a8af29346ba647543ebfb7cc24f18271fb79f2bb5b427b6e1fdc38c4e485ee7fba33b22f061c075533871fe6f6e226f6825313618d70632726c8 SHA512 63425590feb479b43b70605144edad400650471ddefbc3dc40f5bd1b6c78e5e50eabaf60501e469de520e36221bebd1806eae8d45124b59feef9446fc3257d18
24
25 diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.850.0.ebuild b/dev-perl/Text-BibTeX/Text-BibTeX-0.850.0.ebuild
26 deleted file mode 100644
27 index 81c624b7a60..00000000000
28 --- a/dev-perl/Text-BibTeX/Text-BibTeX-0.850.0.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DIST_AUTHOR=AMBS
37 -DIST_VERSION=0.85
38 -DIST_EXAMPLES=( "examples/*" "scripts/*" )
39 -
40 -inherit perl-module
41 -
42 -DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files"
43 -
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 x86"
46 -IUSE="test"
47 -RESTRICT="!test? ( test )"
48 -
49 -RDEPEND="
50 - !dev-libs/btparse
51 - virtual/perl-Encode
52 - virtual/perl-Scalar-List-Utils
53 - virtual/perl-Unicode-Normalize
54 -"
55 -DEPEND="${RDEPEND}
56 - >=dev-perl/Config-AutoConf-0.160.0
57 - >=dev-perl/ExtUtils-LibBuilder-0.20.0
58 - >=virtual/perl-ExtUtils-CBuilder-0.270.0
59 - >=dev-perl/Module-Build-0.360.300
60 - test? (
61 - >=dev-perl/Capture-Tiny-0.60.0
62 - )
63 -"
64 -src_prepare() {
65 - sed -i -e "/#include <stdio.h>/a #include <string.h>"\
66 - btparse/tests/{tex,purify,postprocess,name,macro}_test.c || die
67 - perl-module_src_prepare
68 -}
69 -
70 -src_install() {
71 - perl-module_src_install
72 - doheader btparse/src/btparse.h
73 - doheader btparse/src/bt_config.h
74 -}