From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C522015807B for ; Sat, 9 Nov 2024 16:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0663BE0870; Sat, 9 Nov 2024 16:46:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E20E1E086A for ; Sat, 9 Nov 2024 16:46:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C5A0335D77 for ; Sat, 9 Nov 2024 16:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A8F218DD for ; Sat, 9 Nov 2024 16:46:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1731170796.ac19b932d5954f5ce774cd809ef19b82b7182ba5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/time64-prep/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/time64-prep/Manifest app-portage/time64-prep/metadata.xml app-portage/time64-prep/time64-prep-1.ebuild X-VCS-Directories: app-portage/time64-prep/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac19b932d5954f5ce774cd809ef19b82b7182ba5 X-VCS-Branch: master Date: Sat, 9 Nov 2024 16:46:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07bdb99a-365d-4a9a-aa7f-bd81c821fa2d X-Archives-Hash: b8bf5f248fd2aeaeb2a67ffc026d9550 commit: ac19b932d5954f5ce774cd809ef19b82b7182ba5 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 9 16:32:31 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 9 16:46:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac19b932 app-portage/time64-prep: Add package, v1 This is the helper package for transitioning 32-bit systems to 64-bit time_t. Signed-off-by: Michał Górny gentoo.org> app-portage/time64-prep/Manifest | 1 + app-portage/time64-prep/metadata.xml | 11 +++++++++ app-portage/time64-prep/time64-prep-1.ebuild | 37 ++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/app-portage/time64-prep/Manifest b/app-portage/time64-prep/Manifest new file mode 100644 index 000000000000..7548505bd552 --- /dev/null +++ b/app-portage/time64-prep/Manifest @@ -0,0 +1 @@ +DIST time64-prep-1.gh.tar.gz 11439 BLAKE2B 0848d97bb5b6f0df7b7346f5e55670d5b13b6b09fd9427dcbcb67802e5206e440c75f170fd2025b81659fcb4adc0ddb60712fdb726f8e006c0e78012fb51f010 SHA512 ff6c12cf1487695a395c364ba4efde81d9b821cbcf954a705bc38e3908fcc835da77409276fdbfd590562d9778b1f85e7b519904d204d73d44632e6a497e0865 diff --git a/app-portage/time64-prep/metadata.xml b/app-portage/time64-prep/metadata.xml new file mode 100644 index 000000000000..e61bfb232b74 --- /dev/null +++ b/app-portage/time64-prep/metadata.xml @@ -0,0 +1,11 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + projg2/time64-prep + + diff --git a/app-portage/time64-prep/time64-prep-1.ebuild b/app-portage/time64-prep/time64-prep-1.ebuild new file mode 100644 index 000000000000..007fb9be8685 --- /dev/null +++ b/app-portage/time64-prep/time64-prep-1.ebuild @@ -0,0 +1,37 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) + +inherit python-single-r1 + +DESCRIPTION="A tool to prepare for (comparatively) safe time64 transition" +HOMEPAGE="https://github.com/projg2/time64-prep/" +SRC_URI=" + https://github.com/projg2/time64-prep/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + dev-util/patchelf + $(python_gen_cond_dep ' + dev-python/pyelftools[${PYTHON_USEDEP}] + sys-apps/portage[${PYTHON_USEDEP}] + ') +" +BDEPEND=" + ${PYTHON_DEPS} +" + +src_install() { + python_doscript time64-prep + einstalldocs +}