From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/datefudge/
Date: Wed, 31 Jan 2024 10:22:25 +0000 (UTC) [thread overview]
Message-ID: <1706696507.133c21f8eda091b6d94602177a8660b8f6b4ec16.dlan@gentoo> (raw)
commit: 133c21f8eda091b6d94602177a8660b8f6b4ec16
Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Mon Jan 22 01:19:32 2024 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 31 10:21:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133c21f8
app-misc/datefudge: add 1.26
Closes: https://github.com/gentoo/gentoo/pull/34952
Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-misc/datefudge/Manifest | 1 +
app-misc/datefudge/datefudge-1.26.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/app-misc/datefudge/Manifest b/app-misc/datefudge/Manifest
index 90fffe75a16b..88439c45d3f3 100644
--- a/app-misc/datefudge/Manifest
+++ b/app-misc/datefudge/Manifest
@@ -1 +1,2 @@
DIST datefudge_1.24.tar.xz 14152 BLAKE2B c0a386193e6761abade4643e2f56520738baf4bb739d4c94cec3e47a8feb5ebdf32a6e8b4a0c3dbb9584136b9855abcc68f5134e082083dfb61e977ae45c0bc7 SHA512 cd548a7e8ff10189e101fa339b2845cdd19a59354e43b02cf47e466855ec192dc2084951f7663a94da56a580dd24524047651d8bcb41aa478fe94b24dffaedeb
+DIST datefudge_1.26.tar.xz 14872 BLAKE2B fb8edc9ccf86af1357b49b2fd0b19c5b6a75a49c317baeb2915c56f9c1fa561d69cd37c8f3702cbe543f2747eab5bd1a1908788e3a8f29feb30bb42ec9a55636 SHA512 04255dcf3b8c552d14434fa9022c5970063a5d42d2b9526398894c3d926d91b380ef729565c72391b03981cabacdc9eb7eac29dc8cd6b462a9483b01e8a64d71
diff --git a/app-misc/datefudge/datefudge-1.26.ebuild b/app-misc/datefudge/datefudge-1.26.ebuild
new file mode 100644
index 000000000000..1cfd453e0b94
--- /dev/null
+++ b/app-misc/datefudge/datefudge-1.26.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A program (and preload library) to fake system date"
+HOMEPAGE="https://packages.qa.debian.org/d/datefudge.html"
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+src_prepare() {
+ default
+
+ sed -i \
+ -e '/dpkg-parsechangelog/d' \
+ Makefile || die
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" libdir="/usr/$(get_libdir)" VERSION="${PV}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" CC="$(tc-getCC)" libdir="/usr/$(get_libdir)" install
+ einstalldocs
+}
next reply other threads:[~2024-01-31 10:22 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-31 10:22 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-15 13:48 [gentoo-commits] repo/gentoo:master commit in: app-misc/datefudge/ Petr Vaněk
2025-03-08 16:56 Sam James
2025-03-08 15:03 Arthur Zamarin
2025-03-08 14:58 Arthur Zamarin
2025-03-08 14:25 Sam James
2025-03-08 14:09 Sam James
2024-11-23 9:28 Joonas Niilola
2024-10-18 15:52 Arthur Zamarin
2024-10-15 5:22 Sam James
2024-10-13 11:06 Sam James
2024-10-13 11:06 Sam James
2024-10-13 11:06 Sam James
2024-10-13 11:06 Sam James
2022-05-14 6:21 WANG Xuerui
2022-05-13 20:04 Sam James
2021-07-28 18:41 Marek Szuba
2021-03-11 11:36 Sam James
2021-01-06 13:19 Fabian Groffen
2020-12-13 23:23 Sam James
2020-09-18 6:41 Sergei Trofimovich
2020-09-09 21:59 Sergei Trofimovich
2020-09-07 17:39 Sergei Trofimovich
2020-09-06 13:44 Sergei Trofimovich
2020-09-06 1:57 Sam James
2020-09-05 23:50 Sam James
2020-09-05 22:33 Thomas Deutschmann
2020-09-05 21:39 Thomas Deutschmann
2020-03-21 10:12 Mikle Kolyada
2020-03-21 10:12 Mikle Kolyada
2019-12-24 14:39 Mikle Kolyada
2019-11-28 10:57 Agostino Sarubbo
2019-11-28 10:55 Agostino Sarubbo
2019-11-28 10:44 Agostino Sarubbo
2019-11-28 10:42 Agostino Sarubbo
2019-11-26 12:27 Agostino Sarubbo
2019-11-25 7:30 Sergei Trofimovich
2019-11-24 4:05 Aaron Bauman
2017-06-12 8:25 Michael Palimaka
2017-01-29 14:59 Fabian Groffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1706696507.133c21f8eda091b6d94602177a8660b8f6b4ec16.dlan@gentoo \
--to=dlan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox