From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8F28138334 for ; Fri, 4 Oct 2019 18:17:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFABBE0849; Fri, 4 Oct 2019 18:17:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91942E081B for ; Fri, 4 Oct 2019 18:17:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E25B834B90C for ; Fri, 4 Oct 2019 18:17:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AE957E7 for ; Fri, 4 Oct 2019 18:17:07 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1570213022.ef3637a87809a30fc7c072f7ec0c3c9a7b50dfd2.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild X-VCS-Directories: app-admin/swatchdog/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: ef3637a87809a30fc7c072f7ec0c3c9a7b50dfd2 X-VCS-Branch: master Date: Fri, 4 Oct 2019 18:17:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: abeaf8a4-e0e6-4dc3-9e5c-4ea3d48f7568 X-Archives-Hash: bf98c41663117003427cb5fffb5b6baa commit: ef3637a87809a30fc7c072f7ec0c3c9a7b50dfd2 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Oct 4 18:14:06 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Oct 4 18:17:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3637a8 app-admin/swatchdog: move from perl-app to perl-module.eclass Package-Manager: Portage-2.3.70, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel gentoo.org> app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild index c572801b8f3..d6766029f57 100644 --- a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild +++ b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -GENTOO_DEPEND_ON_PERL_SUBSLOT=yes -inherit perl-app +inherit perl-module DESCRIPTION="Simple log watcher" HOMEPAGE="https://sourceforge.net/projects/swatch/"