summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 23:37:13 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-03 00:07:43 +0200
commit9b84ea3c4064b34e72221b25ce0234672045fb5b (patch)
tree270d8f5273dd3849dafb8c27a911ae2ee6326c47 /dev-perl/WattsUp-Daemon
parentdev-perl/VM-EC2-Security-CredentialCache: EAPI=8 bump (diff)
downloadgentoo-9b84ea3c4064b34e72221b25ce0234672045fb5b.tar.gz
gentoo-9b84ea3c4064b34e72221b25ce0234672045fb5b.tar.bz2
gentoo-9b84ea3c4064b34e72221b25ce0234672045fb5b.zip
dev-perl/WattsUp-Daemon: Remove old
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/WattsUp-Daemon')
-rw-r--r--dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4-r1.ebuild29
1 files changed, 0 insertions, 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 332b4d28d6aa..000000000000
--- 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
-}