Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 421083 - sys-apps/watchdog-5.12 version bump
Summary: sys-apps/watchdog-5.12 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-14 10:42 UTC by Malte Starostik
Modified: 2012-06-15 04:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malte Starostik 2012-06-14 10:42:17 UTC
Bump to latest version.  The single remaining patch has been included upstream.

Reproducible: Always




--- sys-apps/watchdog/watchdog-5.9-r1.ebuild    2011-06-09 03:36:47.000000000 +0200
+++ sys-apps/watchdog/watchdog-5.12.ebuild      2012-06-14 12:30:53.146919694 +0200
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.9-r1.ebuild,v 1.1 2011/06/09 01:36:47 vapier Exp $

-EAPI="2"
+EAPI="4"

 inherit eutils toolchain-funcs flag-o-matic

@@ -18,10 +18,6 @@
 DEPEND="nfs? ( net-libs/libtirpc )"
 RDEPEND="${DEPEND}"

-src_prepare() {
-       epatch "${FILESDIR}"/${P}-nfs.patch #370655
-}
-
 src_configure() {
        if use nfs ; then
                append-cppflags $($(tc-getPKG_CONFIG) libtirpc --cflags)
@@ -31,7 +27,7 @@
 }

 src_install() {
-       emake DESTDIR="${D}" install || die
+       emake DESTDIR="${D}" install

        newconfd "${FILESDIR}"/${PN}-conf.d ${PN}
        newinitd "${FILESDIR}"/${PN}-init.d ${PN}
Comment 1 SpanKY gentoo-dev 2012-06-15 04:36:55 UTC
please don't post patches as comments.  bugzilla corrupts them.

the EAPI=4 conversion is also a bit incomplete as it misses $ED and default usage.  but i can take care of that.
Comment 2 SpanKY gentoo-dev 2012-06-15 04:39:26 UTC
should be all set now in the tree; thanks for the report!

Commit message: Version bump and update to EAPI=4
http://sources.gentoo.org/sys-apps/watchdog/watchdog-5.12.ebuild?rev=1.1