diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-04-07 14:18:02 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-04-07 14:18:02 +0000 |
commit | 4e1767d0b57c5ae2f80286e0ea1c665d74afc700 (patch) | |
tree | 84e769485b73964151a6dbe5cd4a1c63f523e4aa /dev-perl | |
parent | Drop old (diff) | |
download | gentoo-2-4e1767d0b57c5ae2f80286e0ea1c665d74afc700.tar.gz gentoo-2-4e1767d0b57c5ae2f80286e0ea1c665d74afc700.tar.bz2 gentoo-2-4e1767d0b57c5ae2f80286e0ea1c665d74afc700.zip |
Drop old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WattsUp-Daemon/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild | 29 |
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-perl/WattsUp-Daemon/ChangeLog b/dev-perl/WattsUp-Daemon/ChangeLog index 8c0e4f3b64bf..80869524a4d1 100644 --- a/dev-perl/WattsUp-Daemon/ChangeLog +++ b/dev-perl/WattsUp-Daemon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WattsUp-Daemon -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WattsUp-Daemon/ChangeLog,v 1.3 2013/08/27 11:07:23 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WattsUp-Daemon/ChangeLog,v 1.4 2014/04/07 14:18:02 zlogene Exp $ + + 07 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> -WattsUp-Daemon-0.4.ebuild: + Drop old. *WattsUp-Daemon-0.4-r1 (27 Aug 2013) diff --git a/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild b/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild deleted file mode 100644 index d47adf173c50..000000000000 --- a/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WattsUp-Daemon/WattsUp-Daemon-0.4.ebuild,v 1.1 2007/12/02 10:08:01 robbat2 Exp $ - -inherit perl-module - -DESCRIPTION="Watt's Up Monitoring Daemon" -HOMEPAGE="http://dev.gentoo.org/~robbat2/wattsup-daemon/" -SRC_URI="http://dev.gentoo.org/~robbat2/wattsup-daemon/${P}.tar.gz" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86 ~ppc" - -DEPEND="dev-perl/Device-SerialPort - dev-perl/Time-TAI64 - virtual/perl-Time-HiRes" - -mydoc="AUTHORS doc/wattsup_spec_v442.txt" -myconf="INSTALLSCRIPT=/usr/sbin/" - -src_install() { - perl-module_src_install - cd "${S}" - newinitd gentoo/wattsup-daemon.initd wattsup-daemon - newconfd gentoo/wattsup-daemon.confd wattsup-daemon -} |