Commit Graph

2909 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Andrew Ammerlaan
178caa3d36 media-gfx/memethesis-cli: add keywords
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-01-05 16:34:33 +01:00
Andrew Ammerlaan
0f545364d2 dev-python/pyinquirer: add snapshot ebuild
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-01-05 16:33:17 +01:00
Andrew Ammerlaan
9b382fc34a sci-physics/SU2: drop unreferenced patch
it is now fetched, so no need to have it here anymore

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-01-05 16:21:37 +01:00
Sergey Torokhov
52ba7eb4cc sci-pythics/SU2: 7.0.8 fix Manifest file with patch info
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-01-05 16:59:40 +03:00
Sergey Torokhov
66db3c6184 sci-physics/SU2: 7.0.8-r1, mv fix-python-optimize.patch to external repo
Due to large size of "SU2-7.0.8-fix-python-optimize.patch"
move it to external repository to fetch separately.

This patch is required only to generate ".pyc" files
during execution "python_optimize" command on "src_install()" phase
to fix "TabError: inconsistent use of tabs and spaces in indentation".

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-01-05 16:46:02 +03:00
Sergey Torokhov
e1fd2891cb sci-physics/SU2: drop old 7.0.6, 7.0.7
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-01-05 16:43:30 +03:00
YOSHIOKA Takuma
0990bf1f0b media-gfx/oxipng: version bump 4.0.3
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
2021-01-05 21:22:33 +09:00
Huang Rui
2f3fcaacd0 sci-electronics/bsc: remove inherit autotools
Fix the problem in
3055a6a15b
Thanks @telans

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar@gmail.com>
2021-01-05 17:53:03 +08:00
Theo Anderson
27f4969732 */*: add ~arm{,64} keywords for my packages where possible
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-05 22:18:18 +13:00
Theo Anderson
6eba7d3168 dev-cpp/folly: add || die on sed commands
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-05 22:18:18 +13:00
Azael Reyes
6414d36385 app-misc/apidb: updating to 5.8.0-beta
Signed-off-by: Azael Reyes <azael.devel@gmail.com>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
2021-01-05 00:19:57 -08:00
Azael Reyes
81ce9a25f8 dev-libs/octetos-core: updating to 2.20.0-beta
Signed-off-by: Azael Reyes <azael.devel@gmail.com>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
2021-01-05 00:05:06 -08:00
Azael Reyes
ad7de54414 app-portage/version: updating 0.20.1
Signed-off-by: Azael Reyes <azael.devel@gmail.com>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
2021-01-05 00:05:06 -08:00
Azael Reyes
317999537e dev-libs/octetos-db-maria: updating
Signed-off-by: Azael Reyes <azael.devel@gmail.com>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
2021-01-05 00:05:05 -08:00
Huang Rui
3055a6a15b sci-electronics/bsc: new package for live build
Bluespec High Level Hardware Design Language, bsv compiler

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar@gmail.com>
2021-01-05 15:30:17 +08:00
Wolfgang E. Sanyer
0de7af5f67 app-office/beancount: bump python compat up to 3.9
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
2021-01-04 19:21:57 -05:00
Wolfgang E. Sanyer
15f13b15dc app-office/beancount: new package, a ledger-like accounting software
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
2021-01-04 17:57:46 -05:00
Theo Anderson
9ffdbddce8 net-p2p/monero: add live ebuild
https://github.com/gentoo-monero/gentoo-monero/pull/12
Co-authored-by: William Batista <bootlegbilly@protonmail.ch>
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-05 10:40:49 +13:00
Theo Anderson
7267e756b7 dev-cpp/folly: bump to 2021.01.04.00
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-05 10:25:20 +13:00
Theo Anderson
696db56256 dev-cpp/folly: depend dev-libs/libfmt
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-05 10:19:47 +13:00
Andrea Postiglione
0de3a714fc app-admin/customrescuecd-x86_64: fix Manifest
Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
2021-01-04 20:55:08 +01:00
YOSHIOKA Takuma
8a55ea661a app-text/mdbook: version bump 0.4.5 and drop vulnerable old
Vulnerability since v0.1.4 is reported and fixed v0.4.5 is released.
(See <https://users.rust-lang.org/t/mdbook-security-advisory-2021-01-04/53676>.)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
2021-01-05 00:48:24 +09:00
Theo Anderson
d6597bb930 dev-games/godot: use https HOMEPAGE
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-04 19:39:49 +13:00
Theo Anderson
59b75b121f app-misc/ghq: bump to 1.1.5
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-04 19:05:14 +13:00
Theo Anderson
38031d71fb www-apps/jackett-bin: keyword ~arm ~arm64
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-04 18:38:58 +13:00
Theo Anderson
258747cfdd www-apps/jackett-bin: bump to 0.17.197
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-04 18:38:58 +13:00
Theo Anderson
dd1d096769 www-apps/jackett-bin: fix homepage
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-04 18:38:58 +13:00
Theo Anderson
a771e68591 app-text/OCRmyPDF: drop old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-04 18:38:58 +13:00
Theo Anderson
ffda3bafe5 app-text/OCRmyPDF: add self as maintainer
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-04 18:38:58 +13:00
Theo Anderson
7a267c8917 app-text/OCRmyPDF: bump to 11.4.4
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-01-04 18:38:58 +13:00
Wolfgang E. Sanyer
5e994531ef app-backup/b2: remove proxy maintainer info from metadata
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
2021-01-04 00:18:20 -05:00
Wolfgang E. Sanyer
f775e677f8 dev-python/b2sdk: remove PYTHON_COMPAT=python3_6
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
2021-01-04 00:17:45 -05:00
Wolfgang E. Sanyer
69809a5b56 dev-python/phx-class-registry: remove proxy-maintainer data from metadata
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
2021-01-04 00:16:13 -05:00
Ross Charles Campbell
5a3c2be3c8 app-editors/visual-studio-code-bin: fix typo on QA_PREBUILT
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com>
2021-01-04 12:21:08 +08:00