From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27D58139083 for ; Wed, 22 Nov 2017 13:09:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D4A1E0BE6; Wed, 22 Nov 2017 13:09:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08179E0BE6 for ; Wed, 22 Nov 2017 13:09:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A79C33BE68 for ; Wed, 22 Nov 2017 13:09:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE810A3A5 for ; Wed, 22 Nov 2017 13:09:44 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1511356010.c3579f35bc8fe7c0c80aae4791b3c5e67ad23428.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/plod/Manifest app-misc/plod/plod-1.9-r1.ebuild X-VCS-Directories: app-misc/plod/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: c3579f35bc8fe7c0c80aae4791b3c5e67ad23428 X-VCS-Branch: master Date: Wed, 22 Nov 2017 13:09:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 91f6ed51-fd72-46d9-a69c-ed6d524f4b07 X-Archives-Hash: 0142c3228567cd39070284ef4fe8d93d commit: c3579f35bc8fe7c0c80aae4791b3c5e67ad23428 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Nov 22 13:06:50 2017 +0000 Commit: Michael Orlitzky gentoo 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 -}