diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-03-15 16:33:56 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-03-15 16:33:56 +0100 |
commit | 4bc7fb05c7ccbd9b17844f7d5f1b78a2565ba1ee (patch) | |
tree | 97a4cec807c2ee797fabd340a89250ae6a2ff04e /dev-perl/Text-BibTeX | |
parent | dev-perl/Text-BibTeX: Version bump to 0.790.0 (diff) | |
download | gentoo-4bc7fb05c7ccbd9b17844f7d5f1b78a2565ba1ee.tar.gz gentoo-4bc7fb05c7ccbd9b17844f7d5f1b78a2565ba1ee.tar.bz2 gentoo-4bc7fb05c7ccbd9b17844f7d5f1b78a2565ba1ee.zip |
dev-perl/Text-BibTeX: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Text-BibTeX')
-rw-r--r-- | dev-perl/Text-BibTeX/Text-BibTeX-0.780.0.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.780.0.ebuild b/dev-perl/Text-BibTeX/Text-BibTeX-0.780.0.ebuild deleted file mode 100644 index 4b555eb9dca8..000000000000 --- a/dev-perl/Text-BibTeX/Text-BibTeX-0.780.0.ebuild +++ /dev/null @@ -1,37 +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.78 -DIST_EXAMPLES=( "examples/*" "scripts/*" ) - -inherit perl-module - -DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files" - -SLOT="0" -KEYWORDS="~amd64" -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 -} |