Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 565710 Details for
Bug 677514
app-text/referencer-1.2.2: missing REQUIRED_USE="${PYTHON_REQUIRED_USE}"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
referencer-1.2.2.ebuild
referencer-1.2.2.ebuild (text/plain), 1.24 KB, created by
Dominik Kriegner
on 2019-02-18 12:33:25 UTC
(
hide
)
Description:
referencer-1.2.2.ebuild
Filename:
MIME Type:
Creator:
Dominik Kriegner
Created:
2019-02-18 12:33:25 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI="6" > >PYTHON_COMPAT=( python2_7 ) > >inherit xdg gnome2-utils eutils 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" >IUSE="test" >REQUIRED_USE="${PYTHON_REQUIRED_USE}" >KEYWORDS="~amd64 ~x86" > >RDEPEND=" > >=app-text/poppler-0.12.3-r3[cairo] > >=dev-cpp/gtkmm-2.8:* > >=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 >} > >pkg_postinst() { > xdg_postinst > gnome2_icon_cache_update >} > >pkg_postrm() { > xdg_postrm > gnome2_icon_cache_update >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 677514
:
565710
|
566204