patrick 14/05/03 09:15:14 Modified: ChangeLog Added: python-bibtex-1.2.7.ebuild Log: Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.28 dev-python/python-bibtex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 4 May 2012 15:12:16 -0000 1.27 +++ ChangeLog 3 May 2014 09:15:14 -0000 1.28 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-bibtex -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.27 2012/05/04 15:12:16 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.28 2014/05/03 09:15:14 patrick Exp $ + +*python-bibtex-1.2.7 (03 May 2014) + + 03 May 2014; Patrick Lauer <[email protected]> +python-bibtex-1.2.7.ebuild: + Bump 04 May 2012; Patrick Lauer <[email protected]> python-bibtex-1.2.4.ebuild, python-bibtex-1.2.5.ebuild: @@ -111,4 +116,3 @@ Initial import. Thanks to John Steele Scott <[email protected]>, Jean-Luc Jox <[email protected]> and Ronny Haryanto <[email protected]>. This closes bug #20027. - 1.1 dev-python/python-bibtex/python-bibtex-1.2.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7.ebuild?rev=1.1&content-type=text/plain Index: python-bibtex-1.2.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7.ebuild,v 1.1 2014/05/03 09:15:14 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils DESCRIPTION="A Python extension to parse BibTeX files" HOMEPAGE="http://pybliographer.org/" SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=" dev-libs/glib:2 >=app-text/recode-3.6-r1" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { distutils_src_prepare # Disable tests during installation. sed -e "/self.run_command ('check')/d" -i setup.py } src_test() { testing() { "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" check } python_execute_function testing }
