* [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/
@ 2017-04-10 23:41 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-04-10 23:41 UTC (permalink / raw
To: gentoo-commits
commit: ab3cf1bb2888cef7fdc948573b79fa0a67078877
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 23:41:22 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 23:41:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3cf1bb
app-misc/plod: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-misc/plod/plod-1.9.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/app-misc/plod/plod-1.9.ebuild b/app-misc/plod/plod-1.9.ebuild
deleted file mode 100644
index 2b53aacdbc8..00000000000
--- a/app-misc/plod/plod-1.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
-
- # Get rid of this nasty /usr/local paths
- einfo "Patching paths"
- sed -e 's#/usr/local#/usr#' -i plod
-}
-
-src_install() {
- dobin plod
- dodoc README
- doman plod.1.gz
-
- insinto /etc
- doins "${FILESDIR}"/plodrc
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/
@ 2017-04-10 23:41 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-04-10 23:41 UTC (permalink / raw
To: gentoo-commits
commit: a7a1615973204381a7e2b762453a71452bf655ce
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 23:40:56 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 23:41:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a16159
app-misc/plod: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-misc/plod/plod-1.9-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/app-misc/plod/plod-1.9-r1.ebuild b/app-misc/plod/plod-1.9-r1.ebuild
new file mode 100644
index 00000000000..645191a637e
--- /dev/null
+++ b/app-misc/plod/plod-1.9-r1.ebuild
@@ -0,0 +1,34 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/
@ 2017-05-13 21:21 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-05-13 21:21 UTC (permalink / raw
To: gentoo-commits
commit: bf2480319e1a57996c929a85c2c984a0ae7dbef5
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 21:18:45 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat May 13 21:18:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf248031
app-misc/plod: stable for all.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-misc/plod/plod-1.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/plod/plod-1.9-r1.ebuild b/app-misc/plod/plod-1.9-r1.ebuild
index 645191a637e..b5d7f762b84 100644
--- a/app-misc/plod/plod-1.9-r1.ebuild
+++ b/app-misc/plod/plod-1.9-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.far2wise.net/plod/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
DEPEND="dev-lang/perl"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/
@ 2017-07-24 21:57 Michael Orlitzky
0 siblings, 0 replies; 10+ messages in thread
From: Michael Orlitzky @ 2017-07-24 21:57 UTC (permalink / raw
To: gentoo-commits
commit: ab1d95634b38a4de0117e94bca6f6e9da492d532
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 21:56:54 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 21:56:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1d9563
app-misc/plod: new revision that unpacks its man page.
Gentoo-Bug: 619934
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-misc/plod/plod-1.9-r2.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/app-misc/plod/plod-1.9-r2.ebuild b/app-misc/plod/plod-1.9-r2.ebuild
new file mode 100644
index 00000000000..3bb385546ef
--- /dev/null
+++ b/app-misc/plod/plod-1.9-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A tool to help administrators keep track of 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"
+
+src_unpack() {
+ default
+
+ # Bug 619934. Change directories first to ensure that "unpack" outputs
+ # to ${S} and not to ${WORKDIR}.
+ cd "${S}" || die
+ unpack "${S}/${PN}.1.gz"
+}
+
+src_prepare() {
+ default
+ sed -i -e 's#/usr/local#/usr#' "${PN}" || die
+}
+
+src_compile() {
+ :;
+}
+
+src_install() {
+ dobin "${PN}"
+ doman "${PN}.1"
+
+ insinto /etc
+ doins "${FILESDIR}/${PN}rc"
+
+ dodoc README TODO
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/
@ 2017-11-07 17:57 Thomas Deutschmann
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2017-11-07 17:57 UTC (permalink / raw
To: gentoo-commits
commit: dfe5c08c85ce925fa6ec501896e298689b75aee4
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 7 15:06:21 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Nov 7 17:57:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe5c08c
app-misc/plod: x86 stable (bug #626098)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
app-misc/plod/plod-1.9-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/plod/plod-1.9-r2.ebuild b/app-misc/plod/plod-1.9-r2.ebuild
index 3bb385546ef..525085dec18 100644
--- a/app-misc/plod/plod-1.9-r2.ebuild
+++ b/app-misc/plod/plod-1.9-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.far2wise.net/plod/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
DEPEND="dev-lang/perl"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/
@ 2017-11-14 9:10 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2017-11-14 9:10 UTC (permalink / raw
To: gentoo-commits
commit: e088f0de77fb5c6f02dbfd6bb62416b264200237
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 09:10:17 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 09:10:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e088f0de
app-misc/plod: stable 1.9-r2 for ppc, bug #626098
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc"
app-misc/plod/plod-1.9-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/plod/plod-1.9-r2.ebuild b/app-misc/plod/plod-1.9-r2.ebuild
index 525085dec18..1250dc80a70 100644
--- a/app-misc/plod/plod-1.9-r2.ebuild
+++ b/app-misc/plod/plod-1.9-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.far2wise.net/plod/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
DEPEND="dev-lang/perl"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/
@ 2017-11-20 15:17 Manuel Rüger
0 siblings, 0 replies; 10+ messages in thread
From: Manuel Rüger @ 2017-11-20 15:17 UTC (permalink / raw
To: gentoo-commits
commit: cf7fd1d1a87598a58d157217360f26bf50d231d1
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 15:16:49 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 15:16:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7fd1d1
app-misc/plod: Stable on amd64
Package-Manager: Portage-2.3.14, Repoman-2.3.6
app-misc/plod/plod-1.9-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/plod/plod-1.9-r2.ebuild b/app-misc/plod/plod-1.9-r2.ebuild
index 1250dc80a70..10ebf32c09e 100644
--- a/app-misc/plod/plod-1.9-r2.ebuild
+++ b/app-misc/plod/plod-1.9-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.far2wise.net/plod/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
DEPEND="dev-lang/perl"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/
@ 2017-11-22 13:09 Michael Orlitzky
0 siblings, 0 replies; 10+ messages in thread
From: Michael Orlitzky @ 2017-11-22 13:09 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/
@ 2022-07-14 9:26 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-07-14 9:26 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/
@ 2022-07-20 22:11 Conrad Kostecki
0 siblings, 0 replies; 10+ messages in thread
From: Conrad Kostecki @ 2022-07-20 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 7b18318bb5fc504e331921466a66617ad066834b
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 19 19:39:54 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 22:10:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b18318b
app-misc/plod: update HOMEPAGE, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Portage 3.0.32 / pkgdev 0.2.1 / pkgcheck 0.10.11
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-misc/plod/plod-1.9-r3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-misc/plod/plod-1.9-r3.ebuild b/app-misc/plod/plod-1.9-r3.ebuild
index 5c24b32bc242..21263f3367a2 100644
--- a/app-misc/plod/plod-1.9-r3.ebuild
+++ b/app-misc/plod/plod-1.9-r3.ebuild
@@ -3,11 +3,11 @@
EAPI=8
-DESCRIPTION="A tool to help administrators keep track of daily activities"
-HOMEPAGE="https://www.deer-run.com/~hal/"
+DESCRIPTION="Tool to help administrators keep track of daily activities"
+HOMEPAGE="https://deer-run.com/users/hal/"
SRC_URI="http://www.far2wise.net/plod/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
+LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="amd64 ppc x86"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-07-20 22:11 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-22 13:09 [gentoo-commits] repo/gentoo:master commit in: app-misc/plod/ Michael Orlitzky
-- strict thread matches above, loose matches on Subject: below --
2022-07-20 22:11 Conrad Kostecki
2022-07-14 9:26 Sam James
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox