mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
20 lines
833 B
XML
20 lines
833 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
|
|
<upstream>
|
|
<remote-id type="github">wolfcw/libfaketime</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|