Alessandro Barbieri
6acfa62b63
dev-cpp/parallel-hashmap: new package
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-05-02 03:51:05 +02:00
Theo Anderson
5de3649b8a
app-emulation/arnold: move WX_GTK_VER to pre-inherit
...
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-05-02 10:14:58 +12:00
Ethan Nijmeh
026097716a
x11-drivers/OpenTabletDriver-bin: new package
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ethan Nijmeh <ethannij@gmail.com >
2021-05-01 13:34:42 -07:00
Repository mirror & CI
a4cf52aa42
2021-05-01 19:20:08 UTC
2021-05-01 19:20:08 +00:00
Oliver Freyermuth
7dff456a87
games-arcade/taisei: Bump version to 1.3.2.
...
New version BDEPENDs on previously bundled
dev-libs/cglm.
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com >
2021-05-01 17:39:04 +02:00
Oliver Freyermuth
81daa27477
games-arcade/taisei: Add dev-libs/cglm BDEPEND for live ebuild.
...
This library was previously bundled,
it is now unbundled upstream and packaged.
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com >
2021-05-01 17:37:50 +02:00
Oliver Freyermuth
5e0f19d8ba
dev-libs/cglm: new ebuild
...
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com >
2021-05-01 17:35:48 +02:00
Ronny (tastytea) Gutbrod
2ae821d16e
net-misc/castor: Fix copyright header.
...
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-05-01 16:41:44 +02:00
Ronny (tastytea) Gutbrod
46b3080056
net-misc/castor: Ignore QA warning about flags.
...
Closes: https://bugs.gentoo.org/787077
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-05-01 16:10:03 +02:00
Ronny (tastytea) Gutbrod
e171eec18e
sci-electronics/dsview: Add missing dependency.
...
Closes: https://bugs.gentoo.org/781629
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-05-01 16:03:27 +02:00
Ronny (tastytea) Gutbrod
078ecf06a4
sci-electronics/dsview: Set CC and AR.
...
The build system would fall back to hardcoded defaults otherwise.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-05-01 16:02:10 +02:00
Matthias Coppens
43a62f7148
app-misc/navi: Version bump 2.16.0
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com >
2021-05-01 10:10:07 +02:00
Repository mirror & CI
738693bc1c
2021-05-01 05:35:18 UTC
2021-05-01 05:35:18 +00:00
Aisha Tammy
806fdb23fe
net-misc/purritobin: drop old version
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo@aisha.cc >
2021-04-30 22:12:21 -04:00
Aisha Tammy
b246bafe90
net-misc/purritobin: version bump to 0.6.2
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo@aisha.cc >
2021-04-30 22:12:05 -04:00
Ronny (tastytea) Gutbrod
df1e257df3
media-libs/libbpg: Add -lnuma to X265_LIBS instead of to LIBS.
...
X265_LIBS is only used in bpgenc binary, LIBS in bpgenc bpgdec and
bpgview.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-04-30 23:19:38 +02:00
Ronny (tastytea) Gutbrod
5dd356ea48
media-libs/libbpg: Add missing dependencies.
...
libnuma support is optional. If sys-process/numactl is installed, it
will be used, if not, not. The check for libnuma happens in CMake, which
is called by the Makefile. But the Makefile also needs to know if it
should link in libnuma or not. No one tells it. I chose the easy way out
of this pickle, made libnuma mandatory and added `-lnuma` to LIBS.
Closes: https://bugs.gentoo.org/781113
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-04-30 22:56:25 +02:00
YOSHIOKA Takuma
472445b9c4
app-misc/watchexec: version bump 1.15.3
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red >
2021-05-01 05:15:40 +09:00
Repository mirror & CI
1fd769a7ed
2021-04-30 20:05:02 UTC
2021-04-30 20:05:02 +00:00
Repository mirror & CI
1e4383736f
Merge updates from master
2021-04-30 20:04:59 +00:00
Ronny (tastytea) Gutbrod
abae8dd6d8
media-libs/libbpg: Set CC and CXX for CMake.
...
CMake is called from the Makefile and it can't find the compilers if
there are no `cc` and `cxx` symlinks. Inheriting cmake.eclass would
require us to run cmake_src_prepare which would interfere with
upstream's build system.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-04-30 21:57:19 +02:00
Andrew Ammerlaan
2bc5018cca
www-client/woob: fix StaticSrcUri
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net >
2021-04-30 21:46:27 +02:00
Matt Smith
543b19fa21
dev-lang/gleam: Drop old
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt@offtopica.uk >
2021-04-30 19:45:08 +01:00
Matt Smith
1291b6fd24
dev-lang/gleam: Bump to 0.14.4
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt@offtopica.uk >
2021-04-30 19:44:28 +01:00
Ronny (tastytea) Gutbrod
c7eff13dda
net-libs/kcgi: Export CC and AR in src_prepare().
...
Build system falls back to hard-coded defaults otherwise.
Closes: https://bugs.gentoo.org/785181
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-04-30 18:11:53 +02:00
Ronny (tastytea) Gutbrod
720aeb7e04
net-libs/kcgi: Add || die to find.
...
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-04-30 18:11:40 +02:00
Florian Schmaus
a088b1e2c3
app-text/kramdown-rfc2629: initial import
...
Signed-off-by: Florian Schmaus <flo@geekplace.eu >
2021-04-30 17:09:25 +02:00
Florian Schmaus
8a2b1cba63
dev-ruby/certified: initial import
...
Signed-off-by: Florian Schmaus <flo@geekplace.eu >
2021-04-30 17:07:47 +02:00
Theo Anderson
4e02c230b4
dev-dotnet/dotnet-sdk-bin: initial import
...
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-04-30 23:18:00 +12:00
Theo Anderson
37017369d4
dev-dotnet/dotnet-sdk-bin-common: initial import
...
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-04-30 23:18:00 +12:00
Theo Anderson
d24c0a73e3
dev-dotnet/dotnet-aspnet-bin: initial import
...
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-04-30 23:18:00 +12:00
Theo Anderson
4bfca52ca3
dev-dotnet/dotnet-runtime-bin: initial import
...
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-04-30 23:17:59 +12:00
Theo Anderson
610cfb4890
profiles: dev-dotnet new category
...
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-04-30 23:17:59 +12:00
Repository mirror & CI
be6a497fd9
2021-04-30 10:09:18 UTC
2021-04-30 10:09:18 +00:00
Repository mirror & CI
92a77f2a67
Merge updates from master
2021-04-30 10:09:14 +00:00
Haelwenn (lanodan) Monnier
e087bd1e62
www-client/woob: Clean version bump, 3.0
...
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me >
2021-04-30 11:36:57 +02:00
Repository mirror & CI
6858629a21
2021-04-30 07:50:02 UTC
2021-04-30 07:50:02 +00:00
Repository mirror & CI
3016434fe1
Merge updates from master
2021-04-30 07:49:58 +00:00
tiotags
95e29c33c1
www-servers/hinsightd: new version 0.9.3
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com >
2021-04-30 10:49:08 +03:00
Andrew Ammerlaan
dd66bf574e
app-emulation/arnold: add dep on unzip
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net >
2021-04-30 09:43:43 +02:00
Samuel Bauer
82d2ff05ea
games-action/blackvoxel: drop -zrelro ldflag
...
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr >
2021-04-30 05:15:34 +02:00
Samuel Bauer
5acf308c94
games-emulation/yuzu: unbundle vulkan-headers
...
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr >
2021-04-30 03:09:17 +02:00
Samuel Bauer
46ee80599c
games-action/blackvoxel: drop eutils
...
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr >
2021-04-30 00:27:24 +02:00
Ronny (tastytea) Gutbrod
55cc99be60
dev-lang/quickjs: Version bump: 2021.03.27.
...
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-04-30 00:10:55 +02:00
Ronny (tastytea) Gutbrod
cb92f64988
dev-lang/quickjs: Remove TTY check in test.
...
Closes: https://bugs.gentoo.org/783987
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-04-30 00:09:16 +02:00
Ronny (tastytea) Gutbrod
0bbe59f19e
dev-lang/quickjs: Remove hard-coded tools, make it respect flags.
...
Closes: https://bugs.gentoo.org/784941
Closes: https://bugs.gentoo.org/781008
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-04-29 23:42:51 +02:00
Samuel Bauer
3476a3262b
games-action/blackvoxel: new ebuild
...
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr >
2021-04-29 22:18:56 +02:00
Samuel Bauer
d09ae1a39e
app-emulation/arnold: new ebuild
...
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr >
2021-04-29 22:04:42 +02:00
tiotags
9b29bd2ce6
www-servers/hinsightd: version bump v0.9.2
...
Closes: https://bugs.gentoo.org/786822
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com >
2021-04-29 22:05:17 +03:00
Repository mirror & CI
4beb0bca1a
2021-04-29 18:05:50 UTC
2021-04-29 18:05:50 +00:00