Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 474016 Details for
Bug 467726
dev-libs/libreport version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libreport-2.9.1.ebuild
libreport-2.9.1.ebuild (text/plain), 1.63 KB, created by
Pacho Ramos
on 2017-05-24 11:31:36 UTC
(
hide
)
Description:
libreport-2.9.1.ebuild
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2017-05-24 11:31:36 UTC
Size:
1.63 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=6 >PYTHON_COMPAT=( python3_{4,5,6} ) > >inherit autotools ltprune python-r1 user > >DESCRIPTION="Generic library for reporting software bugs" >HOMEPAGE="https://github.com/abrt/libreport" >SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 x86" > >IUSE="+gtk" >REQUIRED_USE="${PYTHON_REQUIRED_USE}" > >COMMON_DEPEND="${PYTHON_DEPS} > app-admin/augeas > >=dev-libs/glib-2.21:2 > dev-libs/satyr > dev-libs/json-c:= > dev-libs/libtar > dev-libs/libxml2:2 > dev-libs/newt:= > dev-libs/xmlrpc-c:= > net-libs/libproxy:= > net-misc/curl:=[ssl] > sys-apps/dbus > sys-apps/systemd > gtk? ( >=x11-libs/gtk+-3.3.12:3 ) > x11-misc/xdg-utils >" >RDEPEND="${COMMON_DEPEND}" > >DEPEND="${COMMON_DEPEND} > app-text/asciidoc > app-text/xmlto > >=dev-util/intltool-0.3.50 > >=sys-devel/gettext-0.17 > virtual/pkgconfig >" > ># Tests require python-meh, which is highly redhat-specific. >RESTRICT="test" > >pkg_setup() { > enewgroup abrt > enewuser abrt -1 -1 -1 abrt >} > >src_prepare() { > default > ./gen-version || die # Needed to be run before autoreconf > eautoreconf > python_copy_sources >} > >src_configure() { > python_foreach_impl run_in_build_dir \ > econf \ > --localstatedir="${EPREFIX}/var" \ > --without-bugzilla \ > --without-mantisbt \ > --with-ureport >} > >src_compile() { > python_foreach_impl run_in_build_dir default >} > >src_install() { > python_foreach_impl run_in_build_dir default > > # Need to set correct ownership for use by app-admin/abrt > diropts -o abrt -g abrt > keepdir /var/spool/abrt > > prune_libtool_files --modules >}
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 467726
: 474016