From 28ae20b25fc0873fdd0020db32b2063769d5e395 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 22 Jul 2019 11:09:09 +0200 Subject: app-text/referencer: Add missing PYTHON_DEPS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-text/referencer/referencer-1.2.2-r1.ebuild | 52 ++++++++++++++++++++++++++ app-text/referencer/referencer-1.2.2.ebuild | 51 ------------------------- 2 files changed, 52 insertions(+), 51 deletions(-) create mode 100644 app-text/referencer/referencer-1.2.2-r1.ebuild delete mode 100644 app-text/referencer/referencer-1.2.2.ebuild (limited to 'app-text') diff --git a/app-text/referencer/referencer-1.2.2-r1.ebuild b/app-text/referencer/referencer-1.2.2-r1.ebuild new file mode 100644 index 000000000000..6e6d213af97b --- /dev/null +++ b/app-text/referencer/referencer-1.2.2-r1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +PYTHON_COMPAT=( python2_7 ) + +inherit xdg python-single-r1 flag-o-matic + +DESCRIPTION="Application to organise documents or references, and to generate BibTeX files" +HOMEPAGE="https://launchpad.net/referencer" +SRC_URI="https://launchpad.net/${PN}/1./${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + >=app-text/poppler-0.12.3-r3[cairo] + >=dev-cpp/gtkmm-2.8:2.4 + >=dev-cpp/libglademm-2.6.0 + >=dev-cpp/gconfmm-2.14.0 + >=dev-libs/boost-1.52.0-r4:=" + +DEPEND=" + ${RDEPEND} + >=app-text/gnome-doc-utils-0.3.2 + virtual/pkgconfig + >=dev-lang/perl-5.8.1 + dev-perl/libxml-perl + dev-util/intltool + app-text/rarian + test? ( app-text/docbook-xml-dtd:4.1.2 + app-text/docbook-xml-dtd:4.5 + app-text/scrollkeeper-dtd:1.0 )" + +PATCHES=( ${FILESDIR}/${PN}-${PV}-lib_path.patch ) + +src_prepare () { + default + python_fix_shebang plugins +} + +src_configure() { + append-cxxflags -std=gnu++11 + econf \ + --disable-update-mime-database \ + --enable-python +} diff --git a/app-text/referencer/referencer-1.2.2.ebuild b/app-text/referencer/referencer-1.2.2.ebuild deleted file mode 100644 index 6ab870156554..000000000000 --- a/app-text/referencer/referencer-1.2.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python2_7 ) - -inherit xdg python-single-r1 flag-o-matic - -DESCRIPTION="Application to organise documents or references, and to generate BibTeX files" -HOMEPAGE="https://launchpad.net/referencer" -SRC_URI="https://launchpad.net/${PN}/1./${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - >=app-text/poppler-0.12.3-r3[cairo] - >=dev-cpp/gtkmm-2.8:2.4 - >=dev-cpp/libglademm-2.6.0 - >=dev-cpp/gconfmm-2.14.0 - >=dev-libs/boost-1.52.0-r4:=" - -DEPEND=" - ${RDEPEND} - >=app-text/gnome-doc-utils-0.3.2 - virtual/pkgconfig - >=dev-lang/perl-5.8.1 - dev-perl/libxml-perl - dev-util/intltool - app-text/rarian - test? ( app-text/docbook-xml-dtd:4.1.2 - app-text/docbook-xml-dtd:4.5 - app-text/scrollkeeper-dtd:1.0 )" - -PATCHES=( ${FILESDIR}/${PN}-${PV}-lib_path.patch ) - -src_prepare () { - default - python_fix_shebang plugins -} - -src_configure() { - append-cxxflags -std=gnu++11 - econf \ - --disable-update-mime-database \ - --enable-python -} -- cgit v1.2.3-65-gdbad