[gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/

2023-03-18 Thread Sam James
commit: cd25dba2787287e20262d715509b795788347165
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 19 01:51:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 01:51:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd25dba2

app-misc/timestamp: fix configure w/ clang 16

Closes: https://bugs.gentoo.org/900481
Signed-off-by: Sam James  gentoo.org>

 .../{timestamp-1.1-r2.ebuild => timestamp-1.1-r3.ebuild}  | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/app-misc/timestamp/timestamp-1.1-r2.ebuild 
b/app-misc/timestamp/timestamp-1.1-r3.ebuild
similarity index 73%
rename from app-misc/timestamp/timestamp-1.1-r2.ebuild
rename to app-misc/timestamp/timestamp-1.1-r3.ebuild
index 07b5a018..e5086f9fa791 100644
--- a/app-misc/timestamp/timestamp-1.1-r2.ebuild
+++ b/app-misc/timestamp/timestamp-1.1-r3.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+inherit autotools
+
 DESCRIPTION="A text filtering pipe that marks each line with a timestamp"
 HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95";
 SRC_URI="http://math.smsu.edu/~erik/files/${P}.tar.gz";
@@ -12,3 +14,10 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
 RDEPEND="!sys-apps/moreutils"
+
+src_prepare() {
+   default
+
+   # Clang 16, bug #900481
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/

2022-07-31 Thread David Seifert
commit: 389194d2e4027e60420f5227ebf7e07e30609b45
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:36 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389194d2

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

Signed-off-by: David Seifert  gentoo.org>

 .../{timestamp-1.1-r1.ebuild => timestamp-1.1-r2.ebuild}   | 14 +++---
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/app-misc/timestamp/timestamp-1.1-r1.ebuild 
b/app-misc/timestamp/timestamp-1.1-r2.ebuild
similarity index 63%
rename from app-misc/timestamp/timestamp-1.1-r1.ebuild
rename to app-misc/timestamp/timestamp-1.1-r2.ebuild
index b0cd6f1496f3..07b5a018 100644
--- a/app-misc/timestamp/timestamp-1.1-r1.ebuild
+++ b/app-misc/timestamp/timestamp-1.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="A text filtering pipe that marks each line with a timestamp"
 HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95";
@@ -11,12 +11,4 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
-DEPEND="!sys-apps/moreutils"
-RDEPEND="${DEPEND}"
-
-DOCS=( ChangeLog )
-
-src_install() {
-   emake DESTDIR="${D}" install
-   einstalldocs
-}
+RDEPEND="!sys-apps/moreutils"



[gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/

2018-04-29 Thread Patrice Clement
commit: 917d2b87d9aca981b1ef3194c43a314ceff4dca3
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Apr 29 11:42:35 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Apr 29 11:43:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917d2b87

app-misc/timestamp: clean up old.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-misc/timestamp/timestamp-1.1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/app-misc/timestamp/timestamp-1.1.ebuild 
b/app-misc/timestamp/timestamp-1.1.ebuild
deleted file mode 100644
index 124854a3311..000
--- a/app-misc/timestamp/timestamp-1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="A text filtering pipe that marks each line with a timestamp"
-HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95";
-SRC_URI="http://math.smsu.edu/~erik/files/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND="!sys-apps/moreutils"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   make DESTDIR="${D}" install || die "make install failed"
-   dodoc ChangeLog || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/

2018-04-07 Thread Sergei Trofimovich
commit: 9a9f07eccb379f0a65d122f3edb5aab8061a16ef
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 21:06:20 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 21:09:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9f07ec

app-misc/timestamp: stable 1.1-r1 for ppc, bug #647398

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 app-misc/timestamp/timestamp-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/timestamp/timestamp-1.1-r1.ebuild 
b/app-misc/timestamp/timestamp-1.1-r1.ebuild
index abb385021b5..b0cd6f1496f 100644
--- a/app-misc/timestamp/timestamp-1.1-r1.ebuild
+++ b/app-misc/timestamp/timestamp-1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://math.smsu.edu/~erik/files/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 DEPEND="!sys-apps/moreutils"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/

2018-02-12 Thread Thomas Deutschmann
commit: 69d48a0c5419ec32c835bec9e37dfe25220a4988
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 12 21:34:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 12 21:34:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d48a0c

app-misc/timestamp: x86 stable (bug #647398)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/timestamp/timestamp-1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/timestamp/timestamp-1.1-r1.ebuild 
b/app-misc/timestamp/timestamp-1.1-r1.ebuild
index ee19c78f56a..82d8717a12f 100644
--- a/app-misc/timestamp/timestamp-1.1-r1.ebuild
+++ b/app-misc/timestamp/timestamp-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="http://math.smsu.edu/~erik/files/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 DEPEND="!sys-apps/moreutils"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/

2017-02-14 Thread Patrice Clement
commit: 10d5a4ec791351e8daf83ca2b05e4a76e208683a
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Feb 14 22:46:10 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb 14 22:46:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d5a4ec

app-misc/timestamp: EAPI 6 bump.

Package-Manager: portage-2.3.3

 app-misc/timestamp/timestamp-1.1-r1.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/app-misc/timestamp/timestamp-1.1-r1.ebuild 
b/app-misc/timestamp/timestamp-1.1-r1.ebuild
new file mode 100644
index 00..892128bd89
--- /dev/null
+++ b/app-misc/timestamp/timestamp-1.1-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A text filtering pipe that marks each line with a timestamp"
+HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95";
+SRC_URI="http://math.smsu.edu/~erik/files/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="!sys-apps/moreutils"
+RDEPEND="${DEPEND}"
+
+DOCS=( ChangeLog )
+
+src_install() {
+   emake DESTDIR="${D}" install
+   einstalldocs
+}