Skip to content

Commit

Permalink
Update sqlite links #58
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Feb 24, 2019
1 parent a956b13 commit 990ed52
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 12 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Martin Väth <mvath at google.com>:
- Support relative pathnames in make.conf, see
https://github.com/vaeth/eix/issues/57
- Update sqlite links, see https://github.com/vaeth/eix/issues/58

Wolfgang Müller (https://github.com/vehk):
- Add support for italics in COLORSTRING
Expand Down
13 changes: 9 additions & 4 deletions manpage/de-eix.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -2902,12 +2902,17 @@ Falls der I<PFAD> angegeben ist, ist diese Methode äquivalent zu B<metadata-md5
.B sqlite
Dies ist eine extrem schnelle Cachemethode, falls Portage mit dem
sqlite-Backend benutzt wird, siehe
I<http://en.gentoo-wiki.com/wiki/Portage_SQLite_Cache>
(dies wurde ursprünglich in
http://wikigentoo.ksiezyc.pl/TIP_speed_up_portage_with_sqlite.htm
or
https://wiki.gentoo.org/wiki//etc/portage/modules
(ältere Links zu diesem Thema waren
I<http://gentoo-wiki.com/TIP_speed_up_portage_with_sqlite>
beschrieben, was möglicherweise noch über
oder
I<http://gentoo-wiki.info/TIP_speed_up_portage_with_sqlite>
erreichbar ist).
oder
I<http://en.gentoo-wiki.com/wiki/Portage_SQLite_Cache>
obwohl anscheinend keiner davon mehr erreichbar ist).

Beachten Sie, dass im Gegensatz zur Vorgabe-Cachemethode B<metadata>
zunächst B<emerge --metadata> ausgeführt werden muss, bevor
B<eix-update> diese Methode benutzen kann.
Expand Down
15 changes: 11 additions & 4 deletions manpage/en-eix.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -2851,11 +2851,18 @@ If I<PATH> is specified, this method is equivalent to B<metadata-md5>:I<PATH>.
.TP
.B sqlite
This is an extremely fast cache method if you are using portage with the
sqlite backend, see I<http://en.gentoo-wiki.com/wiki/Portage_SQLite_Cache>
(originally this was described in
sqlite backend, see
http://wikigentoo.ksiezyc.pl/TIP_speed_up_portage_with_sqlite.htm
or
https://wiki.gentoo.org/wiki//etc/portage/modules
(older links to this topic were
I<http://gentoo-wiki.com/TIP_speed_up_portage_with_sqlite>
which might be still accessible at
I<http://gentoo-wiki.info/TIP_speed_up_portage_with_sqlite>).
or
I<http://gentoo-wiki.info/TIP_speed_up_portage_with_sqlite>
or
I<http://en.gentoo-wiki.com/wiki/Portage_SQLite_Cache>
though apparently none of these do work anymore).

Note that in contrast to the default B<metadata> cache method you must
use B<emerge --metadata> before you call B<eix-update> with this method.

Expand Down
15 changes: 11 additions & 4 deletions manpage/ru-eix.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -2848,11 +2848,18 @@ If I<PATH> is specified, this method is equivalent to B<metadata-md5>:I<PATH>.
.TP
.B sqlite
This is an extremely fast cache method if you are using portage with the
sqlite backend, see I<http://en.gentoo-wiki.com/wiki/Portage_SQLite_Cache>
(originally this was described in
sqlite backend, see
http://wikigentoo.ksiezyc.pl/TIP_speed_up_portage_with_sqlite.htm
or
https://wiki.gentoo.org/wiki//etc/portage/modules
(older links to this topic were
I<http://gentoo-wiki.com/TIP_speed_up_portage_with_sqlite>
which might be still accessible at
I<http://gentoo-wiki.info/TIP_speed_up_portage_with_sqlite>).
or
I<http://gentoo-wiki.info/TIP_speed_up_portage_with_sqlite>
or
I<http://en.gentoo-wiki.com/wiki/Portage_SQLite_Cache>
though apparently none of these do work anymore).

Note that in contrast to the default B<metadata> cache method you must
use B<emerge --metadata> before you call B<eix-update> with this method.

Expand Down

0 comments on commit 990ed52

Please sign in to comment.