Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 356644 Details for
Bug 482026
net-analyzer/mk-livestatus-1.2.2_p2 version bump, migrate to python-r1.eclass
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mk-livestatus-1.2.0_p2-1.2.2_p2.ebuild.diff
mk-livestatus-1.2.0_p2-1.2.2_p2.ebuild.diff (text/plain), 3.41 KB, created by
Bertrand Jacquin
on 2013-08-21 21:03:42 UTC
(
hide
)
Description:
mk-livestatus-1.2.0_p2-1.2.2_p2.ebuild.diff
Filename:
MIME Type:
Creator:
Bertrand Jacquin
Created:
2013-08-21 21:03:42 UTC
Size:
3.41 KB
patch
obsolete
>--- net-analyzer/mk-livestatus/mk-livestatus-1.2.0_p2.ebuild 2012-12-22 19:31:22.000000000 +0100 >+++ net-analyzer/mk-livestatus/mk-livestatus-1.2.2_p2.ebuild 2013-08-21 22:59:59.000000000 +0200 >@@ -1,50 +1,50 @@ >-# Copyright 1999-2012 Gentoo Foundation >+# Copyright 1999-2013 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mk-livestatus/mk-livestatus-1.2.0_p2.ebuild,v 1.2 2012/12/22 18:24:19 ago Exp $ >+# $Header: $ > >-EAPI=3 >+EAPI=5 > >-GENTOO_DEPEND_ON_PERL=no > PERL_EXPORT_PHASE_FUNCTIONS=no >+PYTHON_COMPAT=( python{2_6,2_7} ) >+ >+inherit autotools perl-module python-r1 eutils > > MY_PV="${PV/_p/p}" > MY_P="${PN}-${MY_PV}" > >-inherit perl-module python eutils >- > DESCRIPTION="Nagios/Icinga event broker module that allows quick/direct access to your status data" > HOMEPAGE="http://mathias-kettner.de/checkmk_livestatus.html" > SRC_URI="http://mathias-kettner.de/download/${MY_P}.tar.gz" > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~amd64 ~ppc ~x86" >+KEYWORDS="~amd64" > IUSE="examples perl python test" > > RDEPEND="perl? ( >- dev-lang/perl >- virtual/perl-Digest-MD5 >- virtual/perl-Thread-Queue >- virtual/perl-Time-HiRes >- virtual/perl-Encode >- dev-perl/JSON-XS >+ dev-lang/perl:0 >+ virtual/perl-Digest-MD5:0 >+ virtual/perl-Scalar-List-Utils:0 >+ >=virtual/perl-Thread-Queue-2.11:0 >+ virtual/perl-Encode:0 >+ dev-perl/JSON-XS:0 > )" > DEPEND="${RDEPEND} > perl? ( >- dev-perl/Module-Install >- virtual/perl-ExtUtils-MakeMaker >- virtual/perl-File-Path >- virtual/perl-File-Spec >- virtual/perl-File-Temp >+ dev-perl/Module-Install:0 >+ virtual/perl-ExtUtils-MakeMaker:0 >+ virtual/perl-File-Path:0 >+ virtual/perl-File-Spec:0 >+ virtual/perl-File-Temp:0 > test? ( >- dev-perl/File-Copy-Recursive >- dev-perl/Test-Pod >- dev-perl/Test-Perl-Critic >- dev-perl/Test-Pod-Coverage >- dev-perl/Perl-Critic >- dev-perl/Perl-Critic-Policy-Dynamic-NoIndirect >- dev-perl/Perl-Critic-Deprecated >- dev-perl/Perl-Critic-Nits >+ dev-perl/File-Copy-Recursive:0 >+ dev-perl/Test-Pod:0 >+ dev-perl/Test-Perl-Critic:0 >+ dev-perl/Test-Pod-Coverage:0 >+ dev-perl/Perl-Critic:0 >+ dev-perl/Perl-Critic-Policy-Dynamic-NoIndirect:0 >+ dev-perl/Perl-Critic-Deprecated:0 >+ dev-perl/Perl-Critic-Nits:0 > ) > )" > >@@ -62,7 +62,10 @@ > perl-module_src_prepare > fi > >- sed -i -e 's:$(LDFLAGS) -s:$(LDFLAGS):' src/Makefile.in || die >+ epatch "${FILESDIR}/${P}-no-strip.diff" >+ epatch "${FILESDIR}/${P}-test-RequireRcsKeywords.diff" >+ >+ eautoreconf > } > > src_configure() { >@@ -75,7 +78,7 @@ > } > > src_compile() { >- emake || die >+ emake > > if use perl; then > cd api/perl >@@ -93,7 +96,7 @@ > } > > src_install() { >- emake -C src/ DESTDIR="${D}" install-binPROGRAMS install-data-local || die >+ emake -C src/ DESTDIR="${ED}" install-binPROGRAMS install-data-local > > if use perl; then > cd api/perl >@@ -102,18 +105,18 @@ > > if use examples; then > docinto examples/ >- dodoc api/perl/examples/dump.pl || die >+ dodoc api/perl/examples/dump.pl > fi > fi >+ > if use python; then >- insinto $(python_get_sitedir) >- doins api/python/livestatus.py || die >+ python_foreach_impl python_domodule api/python/livestatus.py > > if use examples; then >- newdoc api/python/README README.python || die >+ newdoc api/python/README > > docinto examples/ >- dodoc api/python/{example,example_multisite,make_nagvis_map}.py || die >+ dodoc api/python/{example,example_multisite,make_nagvis_map}.py > fi > fi > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 482026
:
356638
|
356640
|
356642
| 356644