Install this package:
emerge -a app-emacs/ts
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask app-emacs/ts
Or alternatively:
emerge --autounmask-write -a app-emacs/ts
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3 | 8 | ~amd64 ~x86 | 0 |
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
ts is a date and time library for Emacs. It aims to be more convenient than
patterns like (string-to-number (format-time-string "%Y")) by providing
easy accessors, like (ts-year (ts-now)). To improve performance
(significantly), formatted date parts are computed lazily rather than when
a timestamp object is instantiated, and the computed parts are then cached
for later access without recomputing. Behind the scenes, this avoids
unnecessary (string-to-number (format-time-string... calls, which are
surprisingly expensive.
</longdescription>
<stabilize-allarches></stabilize-allarches>
<upstream>
<bugs-to>https://github.com/alphapapa/ts.el/issues/</bugs-to>
<remote-id type="github">alphapapa/ts.el</remote-id>
</upstream>
</pkgmetadata>
Manage flags for this package:
euse -i <flag> -p app-emacs/ts |
euse -E <flag> -p app-emacs/ts |
euse -D <flag> -p app-emacs/ts
| Flag | Description | 0.3 |
|---|---|---|
| test | Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently) | ✓ |
| Type | File | Size | Versions |
|---|---|---|---|
| DIST | ts-0.3.tar.gz | 50790 bytes | 0.3 |
| Type | File | Size |
|---|