public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/
Date: Thu, 14 Jul 2022 09:26:39 +0000 (UTC)	[thread overview]
Message-ID: <1657790743.bcef84cc6d15fe121665ba0326540cc721a679a2.sam@gentoo> (raw)

commit:     bcef84cc6d15fe121665ba0326540cc721a679a2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 08:50:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 09:25:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcef84cc

app-misc/plod: update EAPI 6 -> 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../plod/{plod-1.9-r2.ebuild => plod-1.9-r3.ebuild}   | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-misc/plod/plod-1.9-r2.ebuild b/app-misc/plod/plod-1.9-r3.ebuild
similarity index 64%
rename from app-misc/plod/plod-1.9-r2.ebuild
rename to app-misc/plod/plod-1.9-r3.ebuild
index 10ebf32c09e9..5c24b32bc242 100644
--- a/app-misc/plod/plod-1.9-r2.ebuild
+++ b/app-misc/plod/plod-1.9-r3.ebuild
@@ -1,29 +1,30 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="A tool to help administrators keep track of daily activities"
-HOMEPAGE="http://www.deer-run.com/~hal/"
+HOMEPAGE="https://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"
+BDEPEND="dev-lang/perl"
 
 src_unpack() {
 	default
 
-	# Bug 619934. Change directories first to ensure that "unpack" outputs
+	# Bug #619934. Change directories first to ensure that "unpack" outputs
 	# to ${S} and not to ${WORKDIR}.
 	cd "${S}" || die
-	unpack "${S}/${PN}.1.gz"
+	unpack "${S}"/${PN}.1.gz
 }
 
 src_prepare() {
 	default
+
 	sed -i -e 's#/usr/local#/usr#' "${PN}" || die
 }
 
@@ -32,11 +33,11 @@ src_compile() {
 }
 
 src_install() {
-	dobin "${PN}"
-	doman "${PN}.1"
+	dobin ${PN}
+	doman ${PN}.1
 
 	insinto /etc
-	doins "${FILESDIR}/${PN}rc"
+	doins "${FILESDIR}"/${PN}rc
 
 	dodoc README TODO
 }


             reply	other threads:[~2022-07-14  9:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-14  9:26 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-20 22:11 [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/ Conrad Kostecki
2017-11-22 13:09 Michael Orlitzky
2017-11-20 15:17 Manuel Rüger
2017-11-14  9:10 Sergei Trofimovich
2017-11-07 17:57 Thomas Deutschmann
2017-07-24 21:57 Michael Orlitzky
2017-05-13 21:21 Patrice Clement
2017-04-10 23:41 Patrice Clement
2017-04-10 23:41 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1657790743.bcef84cc6d15fe121665ba0326540cc721a679a2.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox