Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/
Date: Fri, 04 Oct 2019 18:17:13
Message-Id: 1570213022.ef3637a87809a30fc7c072f7ec0c3c9a7b50dfd2.dilfridge@gentoo
1 commit: ef3637a87809a30fc7c072f7ec0c3c9a7b50dfd2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 4 18:14:06 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 4 18:17:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3637a8
7
8 app-admin/swatchdog: move from perl-app to perl-module.eclass
9
10 Package-Manager: Portage-2.3.70, Repoman-2.3.17
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
17 index c572801b8f3..d6766029f57 100644
18 --- a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
19 +++ b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
20 @@ -1,10 +1,9 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 -GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
28 -inherit perl-app
29 +inherit perl-module
30
31 DESCRIPTION="Simple log watcher"
32 HOMEPAGE="https://sourceforge.net/projects/swatch/"