commit: cf2dce28094346273570bba3de3d5364491d2157
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 11:47:23 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 11:47:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2dce28
dev-perl/Text-BibTeX: Remove old
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Text-BibTeX/Manifest | 1 -
dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild | 43 -------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-perl/Text-BibTeX/Manifest b/dev-perl/Text-BibTeX/Manifest
index bdafaf790b9..d6f15ec689d 100644
--- a/dev-perl/Text-BibTeX/Manifest
+++ b/dev-perl/Text-BibTeX/Manifest
@@ -1,2 +1 @@
-DIST Text-BibTeX-0.80.tar.gz 296711 BLAKE2B
65e4402337a25a0f4ee0399d9c6c73a02eb0cfa38a911e824fba934b3075b2e801dbc38dac4c872dc200af78bff99151eebbd24563d00ea0b0640d8488a61658
SHA512
5fe2840ddd644578a5c4757ddaff9f6b0c943c54b5c74a8bbcbf4e9d58a9e204cdba38736251ddb89c1702a524d511651cd016b4cb3d4a714bb389ccf8366b6f
DIST Text-BibTeX-0.85.tar.gz 299430 BLAKE2B
bec61d93a4a0814bf1a6f357481da5ba337dd2ec4699ead948c9d4a48062664e77781babb82279582d04e3aee2ba26eab6c6a5b31af3008a076612c6f8cc4261
SHA512
e9ed337bde11b26626fc43c03bead2be54c0724194e19b4f543923634533220bbd68588f6349892eba0e6df6d305a51350fe82cfcb6cd24ea154284e4819b841
diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild
b/dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild
deleted file mode 100644
index f8b38236bb7..00000000000
--- a/dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=AMBS
-DIST_VERSION=0.80
-DIST_EXAMPLES=( "examples/*" "scripts/*" )
-
-inherit perl-module
-
-DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="test"
-
-RDEPEND="
- !dev-libs/btparse
- virtual/perl-Encode
- virtual/perl-Scalar-List-Utils
- virtual/perl-Unicode-Normalize
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Config-AutoConf-0.160.0
- >=dev-perl/ExtUtils-LibBuilder-0.20.0
- >=virtual/perl-ExtUtils-CBuilder-0.270.0
- >=dev-perl/Module-Build-0.360.300
- test? (
- >=dev-perl/Capture-Tiny-0.60.0
- )
-"
-src_prepare() {
- sed -i -e "/#include <stdio.h>/a #include <string.h>"\
- btparse/tests/{tex,purify,postprocess,name,macro}_test.c || die
- perl-module_src_prepare
-}
-
-src_install() {
- perl-module_src_install
- doheader btparse/src/btparse.h
- doheader btparse/src/bt_config.h
-}