* [gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/
@ 2017-02-14 22:46 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2017-02-14 22:46 UTC (permalink / raw
To: gentoo-commits
commit: 10d5a4ec791351e8daf83ca2b05e4a76e208683a
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 22:46:10 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 22:46:10 2017 +0000
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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/
@ 2018-02-12 21:36 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-02-12 21:36 UTC (permalink / raw
To: gentoo-commits
commit: 69d48a0c5419ec32c835bec9e37dfe25220a4988
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 21:34:24 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 21:34:24 2018 +0000
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}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/
@ 2018-04-07 21:09 Sergei Trofimovich
0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2018-04-07 21:09 UTC (permalink / raw
To: gentoo-commits
commit: 9a9f07eccb379f0a65d122f3edb5aab8061a16ef
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 21:06:20 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 21:09:40 2018 +0000
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}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/
@ 2018-04-29 11:44 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-04-29 11:44 UTC (permalink / raw
To: gentoo-commits
commit: 917d2b87d9aca981b1ef3194c43a314ceff4dca3
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 11:42:35 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 11:43:25 2018 +0000
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..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/
@ 2022-07-31 20:03 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2022-07-31 20:03 UTC (permalink / raw
To: gentoo-commits
commit: 389194d2e4027e60420f5227ebf7e07e30609b45
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 20:03:36 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 20:03:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389194d2
app-misc/timestamp: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> 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..07b66665a018 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"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/
@ 2023-03-19 2:10 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-03-19 2:10 UTC (permalink / raw
To: gentoo-commits
commit: cd25dba2787287e20262d715509b795788347165
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 01:51:19 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 01:51:19 2023 +0000
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 <sam <AT> 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 07b66665a018..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
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-03-19 2:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-07 21:09 [gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2023-03-19 2:10 Sam James
2022-07-31 20:03 David Seifert
2018-04-29 11:44 Patrice Clement
2018-02-12 21:36 Thomas Deutschmann
2017-02-14 22:46 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox