mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
Maintainer was inactive on this package and sent an up for grabs mail. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jonas Stein <jstein@gentoo.org>
22 lines
898 B
XML
22 lines
898 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription>
|
|
Epoch is an init system (analogous to systemd or upstart)
|
|
for Linux by Subsentient. It is intended as a lightweight
|
|
solution for lightweight distributions
|
|
that don't want a huge mess just to boot up.
|
|
|
|
It has one unified configuration file, is very small in size,
|
|
and it has no external dependencies besides glibc or similar,
|
|
and although installing a shell for /bin/sh is strongly recommended.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">Subsentient/epoch</remote-id>
|
|
<doc lang="en">http://universe2.us/epochconfig.html</doc>
|
|
<bugs-to>https://github.com/Subsentient/epoch/issues</bugs-to>
|
|
<changelog>https://github.com/Subsentient/epoch/commits/master</changelog>
|
|
</upstream>
|
|
</pkgmetadata>
|