Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704920 - sys-app/fake-hwclock - Control fake hardware clock
Summary: sys-app/fake-hwclock - Control fake hardware clock
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://tracker.debian.org/pkg/fake-h...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2020-01-07 10:30 UTC by crabbed halo ablution
Modified: 2020-01-08 22:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fake-hwclock-0.11.ebuild (fake-hwclock-0.11.ebuild,1003 bytes, text/plain)
2020-01-07 10:30 UTC, crabbed halo ablution
Details
fake-hwclock-save.timer (fake-hwclock-save.timer,144 bytes, text/x-systemd-unit)
2020-01-07 10:31 UTC, crabbed halo ablution
Details
fake-hwclock-save.service (fake-hwclock-save.service,176 bytes, text/x-dbus-service)
2020-01-07 10:31 UTC, crabbed halo ablution
Details
fake-hwclock-0.11.ebuild (fake-hwclock-0.11.ebuild,1003 bytes, text/plain)
2020-01-07 12:23 UTC, crabbed halo ablution
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crabbed halo ablution 2020-01-07 10:30:31 UTC
Created attachment 602736 [details]
fake-hwclock-0.11.ebuild

Since swclock is a purely openrc thing, I use this Debian solution on my embedded systemd systems.
Comment 1 crabbed halo ablution 2020-01-07 10:31:06 UTC
Created attachment 602738 [details]
fake-hwclock-save.timer
Comment 2 crabbed halo ablution 2020-01-07 10:31:39 UTC
Created attachment 602740 [details]
fake-hwclock-save.service
Comment 3 crabbed halo ablution 2020-01-07 10:32:35 UTC
fake-hwclock-save.service and fake-hwclock-save.timer go to "$FILESDIR"
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2020-01-07 10:40:31 UTC
Comment on attachment 602736 [details]
fake-hwclock-0.11.ebuild

>DESCRIPTION="Fake hwclock that sets time to last reboot"

The Debian package tracker describes it as "Save/restore system clock on machines without working RTC hardware
".

>HOMEPAGE="https://foo.example.org/"

That is not an acceptable homepage.

>IUSE=""
>
>RDEPEND=""
>
>DEPEND="${RDEPEND}"
>
>BDEPEND=""

No need to set these empty variables.
Comment 5 crabbed halo ablution 2020-01-07 12:23:33 UTC
Created attachment 602746 [details]
fake-hwclock-0.11.ebuild

Updated Description and Homepage, deleted empty variables in accordance with jer's comments.