summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-11-22 08:06:50 -0500
committerMichael Orlitzky <mjo@gentoo.org>2017-11-22 08:06:50 -0500
commitc3579f35bc8fe7c0c80aae4791b3c5e67ad23428 (patch)
tree4675f440c64b8bc19f0e6cdd226a39e6d06ad2e6 /app-misc
parentsys-auth/docker_auth: Remove old (diff)
downloadgentoo-c3579f35bc8fe7c0c80aae4791b3c5e67ad23428.tar.gz
gentoo-c3579f35bc8fe7c0c80aae4791b3c5e67ad23428.tar.bz2
gentoo-c3579f35bc8fe7c0c80aae4791b3c5e67ad23428.zip
app-misc/plod: remove unused plod-1.9-r1.ebuild.
Closes: https://bugs.gentoo.org/626098 Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/plod/Manifest2
-rw-r--r--app-misc/plod/plod-1.9-r1.ebuild34
2 files changed, 1 insertions, 35 deletions
diff --git a/app-misc/plod/Manifest b/app-misc/plod/Manifest
index ba155b1d7930..afe658af7b72 100644
--- a/app-misc/plod/Manifest
+++ b/app-misc/plod/Manifest
@@ -1 +1 @@
-DIST plod-1.9.tar.gz 29551 SHA256 e8f33c1d039ea52593365877ece67013438f7888a80306012ed89666ab8e2535 SHA512 0cf1365963ee0f5a8db445c16ce37890429a4c951ce547560e845316950b4f485ecdc0885e2d35cb240bf9d7bec587c0d913774b05cfca8a145c1837281cad88 WHIRLPOOL 32918454f2c4f8ee4335a8cb49ee19e7f7dcdbed83fad45f831e36b35866bd4d67804143017dce6f97433ead1103e125a9f1368d2c12a8b6b9abbd80caa6a9fc
+DIST plod-1.9.tar.gz 29551 BLAKE2B 6aa0a5857ab1f29263393c63d8b122d6197c75abaa1579ceea5709a61a62e007238caee9aa0513e1e7ee50d0c34e5d478c8ff4014fa47e7b2f27dc05123f590f SHA512 0cf1365963ee0f5a8db445c16ce37890429a4c951ce547560e845316950b4f485ecdc0885e2d35cb240bf9d7bec587c0d913774b05cfca8a145c1837281cad88
diff --git a/app-misc/plod/plod-1.9-r1.ebuild b/app-misc/plod/plod-1.9-r1.ebuild
deleted file mode 100644
index b5d7f762b84c..000000000000
--- a/app-misc/plod/plod-1.9-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A tool designed to help administrators keep track of their daily activities"
-HOMEPAGE="http://www.deer-run.com/~hal/"
-SRC_URI="http://www.far2wise.net/plod/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="dev-lang/perl"
-
-DOCS=( README )
-
-src_prepare() {
- default
- sed -i -e 's#/usr/local#/usr#' "${PN}" || die
-}
-
-src_compile() {
- :;
-}
-
-src_install() {
- dobin "${PN}"
- doman "${PN}.1.gz"
-
- insinto /etc
- doins "${FILESDIR}/${PN}rc"
- einstalldocs
-}