Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/
Date: Sun, 31 Jul 2022 20:03:58
Message-Id: 1659297816.389194d2e4027e60420f5227ebf7e07e30609b45.soap@gentoo
1 commit: 389194d2e4027e60420f5227ebf7e07e30609b45
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 20:03:36 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 20:03:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389194d2
7
8 app-misc/timestamp: update EAPI 6 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../{timestamp-1.1-r1.ebuild => timestamp-1.1-r2.ebuild} | 14 +++-----------
13 1 file changed, 3 insertions(+), 11 deletions(-)
14
15 diff --git a/app-misc/timestamp/timestamp-1.1-r1.ebuild b/app-misc/timestamp/timestamp-1.1-r2.ebuild
16 similarity index 63%
17 rename from app-misc/timestamp/timestamp-1.1-r1.ebuild
18 rename to app-misc/timestamp/timestamp-1.1-r2.ebuild
19 index b0cd6f1496f3..07b66665a018 100644
20 --- a/app-misc/timestamp/timestamp-1.1-r1.ebuild
21 +++ b/app-misc/timestamp/timestamp-1.1-r2.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 DESCRIPTION="A text filtering pipe that marks each line with a timestamp"
31 HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95"
32 @@ -11,12 +11,4 @@ LICENSE="BSD"
33 SLOT="0"
34 KEYWORDS="amd64 ppc x86"
35
36 -DEPEND="!sys-apps/moreutils"
37 -RDEPEND="${DEPEND}"
38 -
39 -DOCS=( ChangeLog )
40 -
41 -src_install() {
42 - emake DESTDIR="${D}" install
43 - einstalldocs
44 -}
45 +RDEPEND="!sys-apps/moreutils"