* [gentoo-commits] repo/gentoo:master commit in: dev-perl/WattsUp-Daemon/
@ 2018-02-11 10:36 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-02-11 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 24a94c2900df791e7ede1d32ae7b5a08f2d273ac
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:31:55 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:35:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a94c29
dev-perl/WattsUp-Daemon: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
dev-perl/WattsUp-Daemon/metadata.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-perl/WattsUp-Daemon/metadata.xml b/dev-perl/WattsUp-Daemon/metadata.xml
index 90dd686ffd4..8f06a55af7e 100644
--- a/dev-perl/WattsUp-Daemon/metadata.xml
+++ b/dev-perl/WattsUp-Daemon/metadata.xml
@@ -3,9 +3,8 @@
<pkgmetadata>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
- <description>Upstream author</description>
</maintainer>
-<maintainer type="project">
+ <maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/WattsUp-Daemon/
@ 2019-07-08 16:09 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2019-07-08 16:09 UTC (permalink / raw
To: gentoo-commits
commit: bf6c71f99b8eb1787de4ebb248a165bc6cb0c909
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 8 16:08:47 2019 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 8 16:09:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6c71f9
dev-perl/WattsUp-Daemon: Fix unsorted keywords
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4-r1.ebuild b/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4-r1.ebuild
index c93b0805ce7..332b4d28d6a 100644
--- a/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4-r1.ebuild
+++ b/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~robbat2/wattsup-daemon/${P}.tar.gz"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="dev-perl/Device-SerialPort
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/WattsUp-Daemon/
@ 2021-10-02 22:08 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-10-02 22:08 UTC (permalink / raw
To: gentoo-commits
commit: 9b84ea3c4064b34e72221b25ce0234672045fb5b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 2 21:37:13 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 2 22:07:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b84ea3c
dev-perl/WattsUp-Daemon: Remove old
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../WattsUp-Daemon/WattsUp-Daemon-0.4-r1.ebuild | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4-r1.ebuild b/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4-r1.ebuild
deleted file mode 100644
index 332b4d28d6a..00000000000
--- a/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Watt's Up Monitoring Daemon"
-HOMEPAGE="https://dev.gentoo.org/~robbat2/wattsup-daemon/"
-SRC_URI="https://dev.gentoo.org/~robbat2/wattsup-daemon/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-perl/Device-SerialPort
- dev-perl/Time-TAI64
- virtual/perl-Time-HiRes"
-RDEPEND="${DEPEND}"
-
-mydoc="AUTHORS doc/wattsup_spec_v442.txt"
-#myconf="INSTALLSCRIPT=/usr/sbin/"
-
-src_install() {
- perl-module_src_install
- newinitd gentoo/wattsup-daemon.initd wattsup-daemon
- newconfd gentoo/wattsup-daemon.confd wattsup-daemon
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-02 22:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-02 22:08 [gentoo-commits] repo/gentoo:master commit in: dev-perl/WattsUp-Daemon/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2019-07-08 16:09 Kent Fredric
2018-02-11 10:36 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox