diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-08-03 20:46:54 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-08-03 20:46:54 +0000 |
commit | 6c1c8586e635d4f14b22d4bca44fab2a7d3bc737 (patch) | |
tree | 091e1e1e1c5b05f36573d1353c28cd7278ebb10c /dev-perl/Text-BibTeX | |
parent | ChangeLog update. (diff) | |
download | gentoo-2-6c1c8586e635d4f14b22d4bca44fab2a7d3bc737.tar.gz gentoo-2-6c1c8586e635d4f14b22d4bca44fab2a7d3bc737.tar.bz2 gentoo-2-6c1c8586e635d4f14b22d4bca44fab2a7d3bc737.zip |
Initial ebuild. Ebuild by Christopher Schwan, Michael Schindhelm and Markus Oehme. Fixes bug #386811
(Portage version: 2.1.13.3/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-perl/Text-BibTeX')
-rw-r--r-- | dev-perl/Text-BibTeX/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Text-BibTeX/Text-BibTeX-0.66.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/Text-BibTeX/metadata.xml | 25 |
3 files changed, 66 insertions, 0 deletions
diff --git a/dev-perl/Text-BibTeX/ChangeLog b/dev-perl/Text-BibTeX/ChangeLog new file mode 100644 index 000000000000..5866b420ab68 --- /dev/null +++ b/dev-perl/Text-BibTeX/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Text-BibTeX +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-BibTeX/ChangeLog,v 1.1 2013/08/03 20:46:54 mrueg Exp $ + +*Text-BibTeX-0.66 (03 Aug 2013) + + 03 Aug 2013; Manuel Rüger <mrueg@gentoo.org> +Text-BibTeX-0.66.ebuild, + +metadata.xml: + Initial ebuild. Ebuild by Christopher Schwan, Michael Schindhelm and Markus + Oehme. Fixes bug #386811 diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.66.ebuild b/dev-perl/Text-BibTeX/Text-BibTeX-0.66.ebuild new file mode 100644 index 000000000000..1f7ea8016dd9 --- /dev/null +++ b/dev-perl/Text-BibTeX/Text-BibTeX-0.66.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-BibTeX/Text-BibTeX-0.66.ebuild,v 1.1 2013/08/03 20:46:54 mrueg Exp $ + +EAPI=5 + +MODULE_AUTHOR="AMBS" +MODULE_SECTION="Text" + +inherit perl-module + +DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-perl/Config-AutoConf-0.16 + >=dev-perl/ExtUtils-LibBuilder-0.02 + >=virtual/perl-ExtUtils-CBuilder-0.27 + >=virtual/perl-Module-Build-0.36.03" +RDEPEND="!dev-libs/btparse + >=dev-perl/Capture-Tiny-0.06" + +SRC_TEST="do" + +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 +} diff --git a/dev-perl/Text-BibTeX/metadata.xml b/dev-perl/Text-BibTeX/metadata.xml new file mode 100644 index 000000000000..645ffd4e1722 --- /dev/null +++ b/dev-perl/Text-BibTeX/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>mrueg@gentoo.org</email> + <name>Manuel Rüger</name> + </maintainer> + <upstream> + <remote-id type="cpan">Text-BibTeX</remote-id> + <remote-id type="cpan-module">Text::BibTeX</remote-id> + <remote-id type="cpan-module">Text::BibTeX::BibEntry</remote-id> + <remote-id type="cpan-module">Text::BibTeX::BibFormat</remote-id> + <remote-id type="cpan-module">Text::BibTeX::BibSort</remote-id> + <remote-id type="cpan-module">Text::BibTeX::BibStructure</remote-id> + <remote-id type="cpan-module">Text::BibTeX::Entry</remote-id> + <remote-id type="cpan-module">Text::BibTeX::File</remote-id> + <remote-id type="cpan-module">Text::BibTeX::Name</remote-id> + <remote-id type="cpan-module">Text::BibTeX::NameFormat</remote-id> + <remote-id type="cpan-module">Text::BibTeX::SimpleValue</remote-id> + <remote-id type="cpan-module">Text::BibTeX::Structure</remote-id> + <remote-id type="cpan-module">Text::BibTeX::StructuredEntry</remote-id> + <remote-id type="cpan-module">Text::BibTeX::Value</remote-id> + </upstream> +</pkgmetadata> |