Theo Anderson
7840ff0da3
net-p2p/monero: drop old (security)
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-09 10:14:33 +13:00
Theo Anderson
6a440d7ee6
net-p2p/monero: bump to 0.17.1.9
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-09 10:14:08 +13:00
Theo Anderson
8dcfe807a0
sys-block/systemd-swap: drop old
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-09 09:41:06 +13:00
Theo Anderson
cf0db57736
profiles/*: document feature masking
...
Closes: https://github.com/gentoo/guru/pull/31
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-09 09:40:15 +13:00
Theo Anderson
2cba94dc93
profiles/profiles.desc: change to dev profiles
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-09 09:39:30 +13:00
Theo Anderson
11f7dc2b33
www-apps/code-server-bin: mask on x32 profiles
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-09 09:39:07 +13:00
Theo Anderson
09d628a305
sys-block/systemd-swap: fix package.mask (introduce feature masking)
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-09 09:38:39 +13:00
Aisha Tammy
502c61050b
www-apps/jackett-bin: version bump to 0.17.207
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc >
2021-01-08 08:04:20 -05:00
Theo Anderson
ed515cf2a9
www-apps/gogs: tidy ebuild
...
Closes: https://bugs.gentoo.org/741522
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-09 00:17:28 +13:00
Theo Anderson
e7bc68c13e
*/*: drop x86-macos
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-08 23:46:47 +13:00
Theo Anderson
b8036859af
app-admin/gnome-passwordsafe: drop old
...
Closes: https://bugs.gentoo.org/742482
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-08 23:39:09 +13:00
Theo Anderson
8494722b6c
app-admin/gnome-passwordsafe: bump to 4.1
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-08 23:38:26 +13:00
Theo Anderson
87ae7f8938
app-admin/gnome-passwordsafe: fix launch script & pycryptodome imports
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-08 23:37:04 +13:00
Theo Anderson
d4ef124994
dev-python/pykeepass: drop old
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-08 23:34:12 +13:00
Theo Anderson
d8d3e2910b
dev-python/pykeepass: fix pycryptodome imports
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-08 23:33:47 +13:00
Repository mirror & CI
a8d097a200
2021-01-08 09:05:10 UTC
2021-01-08 09:05:11 +00:00
Repository mirror & CI
9bf6728266
Merge updates from master
2021-01-08 09:05:06 +00:00
David Flogeras
7bd858da49
x11-misc/ksnip: Bump to 1.8.0-r1
...
This also depends on the newly added, in-tree, kimageannotator and
kcolorpicker deps.
Signed-off-by: David Flogeras <dflogeras2@gmail.com >
2021-01-07 21:11:15 -04:00
David Flogeras
1ed9d86c2e
x11-misc/ksnip: Formatting in metadata.xml
...
Signed-off-by: David Flogeras <dflogeras2@gmail.com >
2021-01-07 21:11:15 -04:00
Azael Reyes
79bf1c2523
dev-libs/octetos-db-abstract: updating to v0.6.0-alpha
...
Signed-off-by: Azael Reyes <azael.devel@gmail.com >
Package-Manager: Portage-3.0.9, Repoman-3.0.2
2021-01-07 15:57:16 -08:00
Denis Reva
a0bb3020f9
sys-fs/dwarfs: new version 0.3.1
...
Ebuild changes:
* Added use flags for jemalloc and python
Upsteam changes:
Even better compression than before
Mostly thanks to a new ordering algorithm that is now
enabled by default, I've seen a 15% improvement in achievable
compression ratio. In my standard test of packing 48 GiB of
Perl installations, the resulting DwarFS image size reduced
from 556 MiB to 472 MiB without any regression in
compression speed.
More memory efficient FUSE driver
By switching to jemalloc, the FUSE driver has become much
more memory efficient, using up to ten times less memory
than with the standard glibc allocator.
Python scripting support
The Lua scripting interface has been fully replaced by
a new Python interface. I've been looking for a
luabind replacement, but none of the candidates seemed
to be well maintained or reasonably easy to integrate.
Python is much more approachable for most people and
boost::python seems well maintained. The new interface
also has a lot more features. You can find an
example script in the distribution.
Fix for file system images created with versions
before dwarfs-0.2.3
If you've created DwarFS images with the 0.2.0,
0.2.1 or 0.2.2 releases, symbolic links were stored
in a way that the FUSE driver in the 0.2.x releases
could not read them back correctly. With the
new 0.3.0 release, these old images, including the
symbolic links, can now be read again, so there's
no need to rebuild your old images.
Improved file system format
The file system format has been updated with
the 0.3.0 release to include integrity checking via
SHA2-512/256 hashes as well as features that should make
recovery easier in case of file system image corruption.
In addition to the SHA hashes, the extremely fast xxHash
library is used to store a second hash that is
checked every time any part of the file system is
used. While there are currently no recovery features
implemented, having this data in the file system
already should be really valuable. You can convert
an old image to the new format using:
mkdwarfs -i old.dwarfs -o new.dwarfs --recompress none
Statically linked 64-bit Linux binaries available
Given the long list of dependencies, building DwarFS
might not be an option for you. In that case, you can
now download the binary distribution that should work
fine on most 64-bit Linux distributions.
FUSE drivers are included for both FUSE2 and FUSE3
Lots of smaller fixes & changes
See the Change Log for a full list of changes.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com >
2021-01-08 00:33:09 +05:00
Repository mirror & CI
fed138beb2
2021-01-07 13:05:26 UTC
2021-01-07 13:05:26 +00:00
Repository mirror & CI
89ef37bd10
2021-01-07 10:05:09 UTC
2021-01-07 10:05:09 +00:00
Repository mirror & CI
2af4908b36
Merge updates from master
2021-01-07 10:05:05 +00:00
Repository mirror & CI
0f6cbb4c42
2021-01-06 19:05:32 UTC
2021-01-06 19:05:32 +00:00
Repository mirror & CI
593007661a
2021-01-06 18:35:07 UTC
2021-01-06 18:35:08 +00:00
Huang Rui
bd164835a8
sci-electronics/bsc: add fixed version 0_pre20210106
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar@gmail.com >
2021-01-06 22:04:24 +08:00
Huang Rui
0d6345097a
sci-electronics/bsc: rename patch name to fix the version
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar@gmail.com >
2021-01-06 22:04:24 +08:00
Repository mirror & CI
9fa43daed8
2021-01-06 09:35:05 UTC
2021-01-06 09:35:05 +00:00
Repository mirror & CI
8f489b596c
Merge updates from master
2021-01-06 09:35:01 +00:00
Matthias Coppens
1f90f25023
gui-apps/nwg-launchers: Version bump 0.4.3 + cleanup
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com >
2021-01-06 09:44:11 +01:00
David Roman
ff96599a80
remove packages moved to ::gentoo
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Roman <davidroman96@gmail.com >
2021-01-06 01:52:48 +01:00
Repository mirror & CI
a513701d2d
2021-01-05 23:59:45 UTC
2021-01-05 23:59:45 +00:00
Aisha Tammy
d1d3c9cda0
www-apps/jackett-bin: drop old version
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc >
2021-01-05 17:15:55 -05:00
Aisha Tammy
d8b89a668b
www-apps/jackett-bin: add systemd service
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc >
2021-01-05 17:15:22 -05:00
Huang Rui
4e3c7e96cb
sci-electronics/bsc: add special wrapper patch for gentoo
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar@gmail.com >
2021-01-06 05:52:57 +08:00
Huang Rui
b37093aa8d
sci-electronics/bsc: add DOC, and patch
...
Fix libdir problem, move it from lib to lib64
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar@gmail.com >
2021-01-06 04:57:46 +08:00
Jian Lin
6099a40bf0
x11-misc/i3lock-color: update DESCRIPTION
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo@outlook.com >
2021-01-06 04:40:53 +08:00
Repository mirror & CI
061d3f4aa9
2021-01-05 19:05:03 UTC
2021-01-05 19:05:03 +00:00
Repository mirror & CI
37c3da422e
Merge updates from master
2021-01-05 19:04:59 +00:00
Repository mirror & CI
c562cf96f2
2021-01-05 18:05:10 UTC
2021-01-05 18:05:10 +00:00
Repository mirror & CI
66ac830873
Merge updates from master
2021-01-05 18:05:06 +00:00
Ronny (tastytea) Gutbrod
7fcb00bec6
net-misc/gemserv: Work around repoman warning.
...
repoman warned about allegedly unquoted variables.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-01-05 19:00:01 +01:00
Andrew Ammerlaan
cfe489148f
Revert "net-misc/gemserv: quote variables"
...
This reverts commit 010a0a81f6 .
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net >
2021-01-05 18:45:34 +01:00
Repository mirror & CI
28fdff8ab3
2021-01-05 16:17:40 UTC
2021-01-05 16:17:40 +00:00
Repository mirror & CI
291614b14a
Merge updates from master
2021-01-05 16:17:36 +00:00
Andrew Ammerlaan
010a0a81f6
net-misc/gemserv: quote variables
...
makes repoman happy, and does the same
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net >
2021-01-05 16:42:41 +01:00
Repository mirror & CI
e1daa68f60
2021-01-05 15:36:58 UTC
2021-01-05 15:36:59 +00:00
Repository mirror & CI
74f3c09e66
Merge updates from master
2021-01-05 15:36:54 +00:00
Andrew Ammerlaan
8e0d764d73
sys-apps/0xFFFF: switch to virtual for libusb
...
slot 0 pulls in libusb-compat
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net >
2021-01-05 16:36:53 +01:00