Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/
Date: Mon, 23 Oct 2017 20:06:05
Message-Id: 1508789148.3cbc172ab1952fb5e703e72d56d22073bd58090e.nimiux@gentoo
1 commit: 3cbc172ab1952fb5e703e72d56d22073bd58090e
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 20:05:48 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 20:05:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbc172a
7
8 app-admin/swatchdog: Drops old version
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-admin/swatchdog/swatchdog-3.2.4.ebuild | 31 ------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/app-admin/swatchdog/swatchdog-3.2.4.ebuild b/app-admin/swatchdog/swatchdog-3.2.4.ebuild
16 deleted file mode 100644
17 index 0dcfd1b8062..00000000000
18 --- a/app-admin/swatchdog/swatchdog-3.2.4.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
27 -inherit perl-app
28 -
29 -DESCRIPTION="Simple log watcher"
30 -HOMEPAGE="https://sourceforge.net/projects/swatch/"
31 -SRC_URI="mirror://sourceforge/swatch/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc x86"
36 -IUSE=""
37 -
38 -RDEPEND="dev-perl/Date-Manip
39 - dev-perl/Date-Calc
40 - dev-perl/File-Tail
41 - dev-perl/TimeDate
42 - >=virtual/perl-Time-HiRes-1.12
43 - !app-admin/swatch"
44 -
45 -src_install() {
46 - emake install
47 - newinitd "${FILESDIR}/${PN}-init" "${PN}"
48 - newconfd "${FILESDIR}/${PN}-confd" "${PN}"
49 - insinto /etc
50 - doins "${FILESDIR}/${PN}rc"
51 -}