46 lines
1009 B
Plaintext
46 lines
1009 B
Plaintext
= Portage repository “tastytea”
|
|
:uri-portage: https://wiki.gentoo.org/wiki/Project:Portage
|
|
:uri-gentoo: https://gentoo.org/
|
|
:uri-eselect-repository: https://wiki.gentoo.org/wiki/Eselect/Repository
|
|
:uri-layman: https://wiki.gentoo.org/wiki/Layman
|
|
:uri-pgp-key: https://tastytea.de/tastytea.asc
|
|
|
|
This is an unofficial repository for link:{uri-portage}[Portage],
|
|
link:{uri-gentoo}[Gentoo]'s package manager.
|
|
|
|
All ebuilds are marked as testing. All live-ebuilds have no keywords. I will
|
|
delete ebuilds I no longer use.
|
|
|
|
== Add this repository
|
|
|
|
=== Using link:{uri-eselect-repository}[eselect-repository]
|
|
|
|
[source,shell]
|
|
----
|
|
eselect repository enable tastytea
|
|
----
|
|
|
|
=== Using link:{uri-layman}[layman]
|
|
|
|
[source,shell]
|
|
----
|
|
layman -fa tastytea
|
|
----
|
|
|
|
== PGP key
|
|
|
|
I use PGP to sign commits and manifests.
|
|
|
|
Fingerprint: `D5B4 C43B 48A8 79F6 3529 36E6 5934 6E0E A35C 67E5`
|
|
|
|
Public key: link:{uri-pgp-key}[]
|
|
|
|
[source,shell]
|
|
----
|
|
gpg --locate-keys tastytea@tastytea.de
|
|
----
|
|
|
|
== Contact
|
|
|
|
See https://tastytea.de/[].
|