commit:     c3579f35bc8fe7c0c80aae4791b3c5e67ad23428
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 13:06:50 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 13:06:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3579f35

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

 app-misc/plod/Manifest           |  2 +-
 app-misc/plod/plod-1.9-r1.ebuild | 34 ----------------------------------
 2 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/app-misc/plod/Manifest b/app-misc/plod/Manifest
index ba155b1d793..afe658af7b7 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 b5d7f762b84..00000000000
--- 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
-}

Reply via email to