public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/
Date: Mon, 12 Jun 2017 19:38:38 +0000 (UTC)	[thread overview]
Message-ID: <1497296309.6de73b0f2faa26f9db6a2fb20887d8bb315f4aed.nimiux@gentoo> (raw)

commit:     6de73b0f2faa26f9db6a2fb20887d8bb315f4aed
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 19:38:29 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 19:38:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de73b0f

app-admin/swatchdog: Avoid installing perl localpod and fixes packlist paths

Fixes bug #620886

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild | 35 +++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
new file mode 100644
index 00000000000..0d70a7a30b2
--- /dev/null
+++ b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
+inherit perl-app
+
+DESCRIPTION="Simple log watcher"
+HOMEPAGE="https://sourceforge.net/projects/swatch/"
+SRC_URI="mirror://sourceforge/swatch/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/Date-Manip
+		dev-perl/Date-Calc
+		dev-perl/File-Tail
+		dev-perl/TimeDate
+		>=virtual/perl-Time-HiRes-1.12
+		!app-admin/swatch"
+
+src_install() {
+	emake install
+	newinitd "${FILESDIR}/${PN}-init" "${PN}"
+	newconfd "${FILESDIR}/${PN}-confd" "${PN}"
+	insinto /etc
+	doins "${FILESDIR}/${PN}rc"
+
+	# Clean up perl localpod and packlist (bug #620886)
+	perl_delete_localpod
+	perl_fix_packlist
+}


             reply	other threads:[~2017-06-12 19:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-12 19:38 José María Alonso [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-10-04 18:17 [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/ Andreas K. Hüttel
2017-10-23 20:06 José María Alonso
2017-10-23 18:42 Thomas Deutschmann
2017-10-19 13:03 Manuel Rüger
2017-10-02 13:24 Sergei Trofimovich
2017-01-04 17:09 Agostino Sarubbo
2016-12-21 11:28 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1497296309.6de73b0f2faa26f9db6a2fb20887d8bb315f4aed.nimiux@gentoo \
    --to=nimiux@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox