* [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/
@ 2016-12-21 11:28 Tobias Klausmann
0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann @ 2016-12-21 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 185430c8f653494344ece1fd6245b470c3ddf957
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 11:10:17 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 11:28:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185430c8
app-admin/swatchdog-3.2.4-r0: stable on amd64
Gentoo-Bug: 598828
app-admin/swatchdog/swatchdog-3.2.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/swatchdog/swatchdog-3.2.4.ebuild b/app-admin/swatchdog/swatchdog-3.2.4.ebuild
index a5a3fe7..6a37459 100644
--- a/app-admin/swatchdog/swatchdog-3.2.4.ebuild
+++ b/app-admin/swatchdog/swatchdog-3.2.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/swatch/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-perl/Date-Manip
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/
@ 2017-01-04 17:09 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-01-04 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 2ec2eaaf663af5749c26f1bea93182c5421acaf0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 17:07:10 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 17:07:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec2eaaf
app-admin/swatchdog: x86 stable wrt bug #598828
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-admin/swatchdog/swatchdog-3.2.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/swatchdog/swatchdog-3.2.4.ebuild b/app-admin/swatchdog/swatchdog-3.2.4.ebuild
index 6a37459..d80feff 100644
--- a/app-admin/swatchdog/swatchdog-3.2.4.ebuild
+++ b/app-admin/swatchdog/swatchdog-3.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/swatch/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="dev-perl/Date-Manip
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/
@ 2017-06-12 19:38 José María Alonso
0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2017-06-12 19:38 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/
@ 2017-10-02 13:24 Sergei Trofimovich
0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2017-10-02 13:24 UTC (permalink / raw
To: gentoo-commits
commit: 76fe24fdcd39a9a1afca9b94fc82aff07b0189d8
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 2 12:41:58 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct 2 13:24:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fe24fd
app-admin/swatchdog: stable 3.2.4-r1 for ppc, bug #632233
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"
app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
index 0d70a7a30b2..c6fee4d4f14 100644
--- a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
+++ b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/swatch/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
IUSE=""
RDEPEND="dev-perl/Date-Manip
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/
@ 2017-10-19 13:03 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2017-10-19 13:03 UTC (permalink / raw
To: gentoo-commits
commit: f9fd5eab8b4bceba5a78ec513288d47f79cecd7c
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 13:03:31 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 13:03:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fd5eab
app-admin/swatchdog: Stable on amd64
Package-Manager: Portage-2.3.11, Repoman-2.3.3
app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
index c6fee4d4f14..025756396a7 100644
--- a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
+++ b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/swatch/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
IUSE=""
RDEPEND="dev-perl/Date-Manip
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/
@ 2017-10-23 18:42 Thomas Deutschmann
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2017-10-23 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 844b9e4786c15a268471645998c26cb54e96d705
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 18:27:40 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 18:42:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844b9e47
app-admin/swatchdog: x86 stable (bug #632233)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
index 025756396a7..c572801b8f3 100644
--- a/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
+++ b/app-admin/swatchdog/swatchdog-3.2.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/swatch/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="dev-perl/Date-Manip
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/
@ 2017-10-23 20:06 José María Alonso
0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2017-10-23 20:06 UTC (permalink / raw
To: gentoo-commits
commit: 3cbc172ab1952fb5e703e72d56d22073bd58090e
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 20:05:48 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 20:05:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbc172a
app-admin/swatchdog: Drops old version
Package-Manager: Portage-2.3.8, Repoman-2.3.3
app-admin/swatchdog/swatchdog-3.2.4.ebuild | 31 ------------------------------
1 file changed, 31 deletions(-)
diff --git a/app-admin/swatchdog/swatchdog-3.2.4.ebuild b/app-admin/swatchdog/swatchdog-3.2.4.ebuild
deleted file mode 100644
index 0dcfd1b8062..00000000000
--- a/app-admin/swatchdog/swatchdog-3.2.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/
@ 2019-10-04 18:17 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2019-10-04 18:17 UTC (permalink / raw
To: gentoo-commits
commit: ef3637a87809a30fc7c072f7ec0c3c9a7b50dfd2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 18:14:06 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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/"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-10-04 18:17 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-04 18:17 [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
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-06-12 19:38 José María Alonso
2017-01-04 17:09 Agostino Sarubbo
2016-12-21 11:28 Tobias Klausmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox