From 0c764edfecb7e9e124d4669acd98bed09e23b6c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 1 Aug 2022 03:14:33 +0100 Subject: gentoo auto-resync : 01:08:2022 - 03:14:32 --- app-misc/timestamp/Manifest | 2 +- app-misc/timestamp/timestamp-1.1-r1.ebuild | 22 ---------------------- app-misc/timestamp/timestamp-1.1-r2.ebuild | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 23 deletions(-) delete mode 100644 app-misc/timestamp/timestamp-1.1-r1.ebuild create mode 100644 app-misc/timestamp/timestamp-1.1-r2.ebuild (limited to 'app-misc/timestamp') diff --git a/app-misc/timestamp/Manifest b/app-misc/timestamp/Manifest index 7eec98cd0b00..d0d0bf68d96c 100644 --- a/app-misc/timestamp/Manifest +++ b/app-misc/timestamp/Manifest @@ -1,3 +1,3 @@ DIST timestamp-1.1.tar.gz 61578 BLAKE2B dd33dc27a7353f25ffaeb01cc2fb6af25288e03021b097783fa2a659bd8abe0fd3cff1e9dad7858f16529253e1573bec7f1883ab6f37a462f51374bae591f3dc SHA512 38952f40938e45e178e310dfc3b974c1974485614f4da7617790642f8594a4583e97ec056cb2f4fe2761d86d04595bc0d387312803bf95add929d48863fd6b9b -EBUILD timestamp-1.1-r1.ebuild 484 BLAKE2B 1076e54410064f16fc82ada6daf163229ca03645ae1ae82d70a7974a3afdc00cf52349e2659d7e39a4d15eadc322d3c678c8615cc5704f9deccc3714eb52a1bf SHA512 94eebdcfca66816fb907fdbb10755283178495270e2b6e867a9800a15d03826d7ac1e6d127f5c66a233d5bcdde9fa8e95d1702d24a5043fbc94b33e2e7f7bf05 +EBUILD timestamp-1.1-r2.ebuild 379 BLAKE2B ae19dc59d25a21257ef1a8a6a483a31ce117c5d844385f2a8419214cbaef8b5fc1022557fe065622a7740b7bde1374a9e3f59588b59a10cdac1462725de27fea SHA512 8af02a043ae14148910eba0526bcc0dd78c0f6ef62d05f7a6ed77b51640ebac04362ac55aed901e2d980a1e1d0030e62a74c5c89477bf793b2f7030db89a94e1 MISC metadata.xml 266 BLAKE2B 74ac06b4ea12603c8713e69cbff9ce6874266fc48ee5c846f0ac3d50bf577c3edb1e4b6690ec44fc4dd51e55e96dd5c2478831c9f754b04661fe7700d8baf66f SHA512 b996554131284e3556af42d2c5032c5b1635de67d48983096991935e7ee04c32aadc93e48cae5160861e86d64eb6fd4abafc40d9dd8b85ddc032b042a77677cb diff --git a/app-misc/timestamp/timestamp-1.1-r1.ebuild b/app-misc/timestamp/timestamp-1.1-r1.ebuild deleted file mode 100644 index b0cd6f1496f3..000000000000 --- a/app-misc/timestamp/timestamp-1.1-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -} diff --git a/app-misc/timestamp/timestamp-1.1-r2.ebuild b/app-misc/timestamp/timestamp-1.1-r2.ebuild new file mode 100644 index 000000000000..07b66665a018 --- /dev/null +++ b/app-misc/timestamp/timestamp-1.1-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" + +RDEPEND="!sys-apps/moreutils" -- cgit v1.2.3