summaryrefslogtreecommitdiff
path: root/sys-libs/libfaketime
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /sys-libs/libfaketime
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'sys-libs/libfaketime')
-rw-r--r--sys-libs/libfaketime/Manifest1
-rw-r--r--sys-libs/libfaketime/libfaketime-0.9.12.ebuild64
-rw-r--r--sys-libs/libfaketime/metadata.xml17
3 files changed, 0 insertions, 82 deletions
diff --git a/sys-libs/libfaketime/Manifest b/sys-libs/libfaketime/Manifest
deleted file mode 100644
index 407cfefe2ce5..000000000000
--- a/sys-libs/libfaketime/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libfaketime-0.9.12.tar.gz 94913 BLAKE2B fc7acd0891a93552bc31b581f8d00c01c38c8f667a7233cd9eb8a74d52d8ccaced935678c35e34a84f2b756b1dc9a68d753acb9346678af4087f4b55427f5b81 SHA512 c08325b2acd6a0ea3e3af5443f506714901c0be2be1acff5db9b9234b751f6cf653c69ae3ae86219ecb548e3c514adb8cc392af5cc9e2b354722f9d18bee4750
diff --git a/sys-libs/libfaketime/libfaketime-0.9.12.ebuild b/sys-libs/libfaketime/libfaketime-0.9.12.ebuild
deleted file mode 100644
index 7690d01c550d..000000000000
--- a/sys-libs/libfaketime/libfaketime-0.9.12.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs multilib-minimal
-
-DESCRIPTION="Report faked system time to programs"
-HOMEPAGE="http://www.code-wizards.com/projects/libfaketime/ https://github.com/wolfcw/libfaketime"
-SRC_URI="https://github.com/wolfcw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~sparc x86"
-
-src_prepare() {
- default
-
- sed -i -e 's/-Werror //' {src,test}/Makefile || die
-
- # bug #863911
- filter-lto
-
- # We used to always set this, but see:
- # 1. https://github.com/wolfcw/libfaketime/commit/40edcc7ca087a8118fe5a2d27152617fa233e0e2
- # i.e. we should report cases which end up needing it, rather than always setting it.
- #
- # 2. As of 0.9.10, libfaketime tries to detect at runtime if it's needed.
- #append-cflags -DFORCE_MONOTONIC_FIX
-
- # bug #844958
- use riscv && append-cflags -DFORCE_PTHREAD_NONVER
-
- multilib_copy_sources
-}
-
-multilib_src_compile() {
- local target=all
-
- pushd src > /dev/null || die
- multilib_is_native_abi || target="${PN}.so.1 ${PN}MT.so.1"
- # ${target} is intentionally not quoted
- emake CC="$(tc-getCC)" LIBDIRNAME="/$(get_libdir)" PREFIX=/usr ${target}
- popd > /dev/null || die
-}
-
-multilib_src_test() {
- multilib_is_native_abi && emake CC="$(tc-getCC)" test
-}
-
-multilib_src_install() {
- multilib_is_native_abi && dobin src/faketime
-
- exeinto /usr/$(get_libdir)
- doexe src/${PN}*.so.*
-
- dosym ${PN}.so.1 /usr/$(get_libdir)/${PN}.so
- dosym ${PN}MT.so.1 /usr/$(get_libdir)/${PN}MT.so
-}
-
-multilib_src_install_all() {
- doman man/faketime.1
- dodoc NEWS README TODO
-}
diff --git a/sys-libs/libfaketime/metadata.xml b/sys-libs/libfaketime/metadata.xml
deleted file mode 100644
index 8aa209276f99..000000000000
--- a/sys-libs/libfaketime/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>sam@gentoo.org</email>
- <name>Sam James</name>
- </maintainer>
- <longdescription lang="en">
- The Fake Time Preload Library (FTPL, a.k.a. libfaketime) intercepts
- various system calls which programs use to retrieve the current date and time.
- It can then report faked dates and times (as specified by you, the user) to
- these programs. This means you can modify the system time a program sees
- without having to change the time system-wide. FTPL allows you to specify both
- absolute dates (e.g., 2004-01-01) and relative dates (e.g., 10 days ago).
- </longdescription>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>