From 092617d68716dcd8c55d529251ff5aed7c332004 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 19 Feb 2017 11:49:50 +0100 Subject: dev-tex/crosstex: Add missing Python variables Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-tex/crosstex/crosstex-0.6-r1.ebuild | 39 ------------------------------ dev-tex/crosstex/crosstex-0.6-r2.ebuild | 42 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 39 deletions(-) delete mode 100644 dev-tex/crosstex/crosstex-0.6-r1.ebuild create mode 100644 dev-tex/crosstex/crosstex-0.6-r2.ebuild (limited to 'dev-tex/crosstex') diff --git a/dev-tex/crosstex/crosstex-0.6-r1.ebuild b/dev-tex/crosstex/crosstex-0.6-r1.ebuild deleted file mode 100644 index 75a820ffb6cd..000000000000 --- a/dev-tex/crosstex/crosstex-0.6-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="CrossTeX - object oriented BibTeX replacement" -HOMEPAGE="http://www.cs.cornell.edu/people/egs/crosstex/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -src_install() { - # NB: LIBDIR changed from site-packages to avoid installing .xtx - # files to top site-packages dir - emake \ - ROOT="${D}" \ - PREFIX="${EPREFIX}/usr" \ - LIBDIR="/lib/crosstex" \ - install - - python_fix_shebang "${ED%/}/usr/bin" - python_optimize "${ED%/}/usr/lib/crosstex" - - dodoc crosstex.pdf - if use examples; then - docinto examples - dodoc -r tests/. - fi -} diff --git a/dev-tex/crosstex/crosstex-0.6-r2.ebuild b/dev-tex/crosstex/crosstex-0.6-r2.ebuild new file mode 100644 index 000000000000..e39609043251 --- /dev/null +++ b/dev-tex/crosstex/crosstex-0.6-r2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 + +DESCRIPTION="CrossTeX - object oriented BibTeX replacement" +HOMEPAGE="http://www.cs.cornell.edu/people/egs/crosstex/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + dev-python/ply[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +src_install() { + # NB: LIBDIR changed from site-packages to avoid installing .xtx + # files to top site-packages dir + emake \ + ROOT="${D}" \ + PREFIX="${EPREFIX}/usr" \ + LIBDIR="/lib/crosstex" \ + install + + python_fix_shebang "${ED%/}/usr/bin" + python_optimize "${ED%/}/usr/lib/crosstex" + + dodoc crosstex.pdf + if use examples; then + docinto examples + dodoc -r tests/. + fi +} -- cgit v1.2.3-18-g5258