mrueg 15/05/30 13:45:16 Modified: ChangeLog Added: Text-BibTeX-0.710.0.ebuild Removed: Text-BibTeX-0.700.0.ebuild Log: Version bump. Remove old. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.6 dev-perl/Text-BibTeX/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-BibTeX/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-BibTeX/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-BibTeX/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-BibTeX/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 8 Sep 2014 21:13:17 -0000 1.5 +++ ChangeLog 30 May 2015 13:45:16 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Text-BibTeX -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-BibTeX/ChangeLog,v 1.5 2014/09/08 21:13:17 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-BibTeX/ChangeLog,v 1.6 2015/05/30 13:45:16 mrueg Exp $ + +*Text-BibTeX-0.710.0 (30 May 2015) + + 30 May 2015; Manuel RĂ¼ger <[email protected]> +Text-BibTeX-0.710.0.ebuild, + -Text-BibTeX-0.700.0.ebuild: + Version bump. Remove old. *Text-BibTeX-0.700.0 (08 Sep 2014) 1.1 dev-perl/Text-BibTeX/Text-BibTeX-0.710.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-BibTeX/Text-BibTeX-0.710.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-BibTeX/Text-BibTeX-0.710.0.ebuild?rev=1.1&content-type=text/plain Index: Text-BibTeX-0.710.0.ebuild =================================================================== # Copyright 1999-2015 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.710.0.ebuild,v 1.1 2015/05/30 13:45:16 mrueg Exp $ EAPI=5 MODULE_AUTHOR="AMBS" MODULE_VERSION=0.71 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 }
