On Thu, 2023-02-09 at 16:35 -0500, Ionen Wolkens wrote:
> On Thu, Feb 09, 2023 at 12:48:45PM -0800, Georgy Yakovlev wrote:
> > + strip = "none"
>
> strip was stabilized in rust-1.59, this will likely fail without
> USE=nightly on older rusts and other
On Fri, 2023-02-10 at 07:03 +0100, Michał Górny wrote:
> On Thu, 2023-02-09 at 12:48 -0800, Georgy Yakovlev wrote:
> > to avoid possible log file pollution
> >
> > Signed-off-by: Georgy Yakovlev
> > ---
> > eclass/cargo.eclass | 1 +
> > 1 file chan
This might increase build and lto times a bit,
but may result in faster and better optimized result.
It also honors resource limits properly.
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 5 +
1 file changed, 5 insertions(+)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
also move install path to config file, so it can be
overriden via command line arg if required.
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 33 ++---
1 file changed, 26 insertions(+), 7 deletions(-)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
to avoid possible log file pollution
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index 9c624d607cdd..0ab7ee0dc9b2 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -273,6 +273,7
we do it in src_compile to avoid excessive flag stripping in projects
using cargo.eclass just to fetch crates.
Closes: https://bugs.gentoo.org/893658
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/cargo.eclass
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index 1a8d665fdad2..9c624d607cdd 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -58,8 +58,15 @@ fi
and drop file removal hack.
with --no-track those files are never created.
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index d37293ada136..1a8d665fdad2 100644
--- a/eclass
and mark RUST_DEPEND as readonly
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 28
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index a92fe97ec502..d37293ada136 100644
--- a/eclass/cargo.eclass
Series of patches to cargo.eclass
most important chages are:
1. minimum rust/cargo version bump, which will propogate to all
consumers.
2. introduction of custom build profile (similar to what we do in Cmake)
This will allow to consistently specify build options, yeat allows
overrides from users
On Wed, 2022-10-12 at 23:56 +0200, Andreas K. Huettel wrote:
> > Hey all,
> >
> > in the past I already sent a mail about features for a next profile
> > > version.
> > The feedback was rather limited, but anyway we got quite a list of
> > > ideas.
> > The general tracker is bug 876891.
> >
> >
On Wed, 2022-09-28 at 17:28 +0200, Florian Schmaus wrote:
> > I would like to continue discussing whether we should entirely >
> > deprecate
> > EGO_SUM without the desire to offend anyone.
> >
> > We now have a pending GitHub PR that bumps restic to 0.14 [1].
> > Restic > is
> > a very popular
Hi,
Following package up for grabs:
gnome-extra/gnome-shell-extension-pop-shell
dev-lang/typescript
I no longer uses pop-shell and it's > 1y outdated.
typescript is a build dependency and pop-shell is it's only revdep.
However, there are plenty of typescript users and package is popular.
Yes,
...snip
>
> > In that case, I think the only viable way to make this work is to
> > disable automatic stripping and handle stripping via custom code in
> > the ebuild/eclass.
> >
> might work indeed if we do something like (pseudo-bash)
>
> if [[ module_sign == yes ]]; then
> dostrip -x
I've been rather busy lately and can't keep up with all of my packages.
There are pending bumps, some bugs, but nothing too crazy or hard.
So I'm looking for someone to co-maintain (or even take over if you
insist) the following packages:
* net-mail/notmuch
pseudo-autoconf NIH build system that
On Mon, 2022-06-27 at 17:50 -0400, Mike Gilbert wrote:
> On Mon, Jun 27, 2022 at 5:11 PM Georgy Yakovlev
> wrote:
> >
> > On Mon, 2022-06-27 at 15:49 -0400, Mike Gilbert wrote:
> > > On Mon, Jun 27, 2022 at 3:42 PM Georgy Yakovlev
> > > wrote:
> > >
On Mon, 2022-06-27 at 16:02 -0400, Kenton Groombridge wrote:
> > > Why can't we do both in pkg_preinst? I am thinking it would be
> > > best
> > > if
> > > we drop the current compression implementation and rework your
> > > old
> > > code
> > > to handle both compression and signing since the
On Mon, 2022-06-27 at 15:49 -0400, Mike Gilbert wrote:
> On Mon, Jun 27, 2022 at 3:42 PM Georgy Yakovlev
> wrote:
> >
> > On Mon, 2022-06-27 at 14:56 -0400, Mike Gilbert wrote:
> > > On Mon, Jun 27, 2022 at 2:35 PM Kenton Groombridge
> > > wrote:
> > &
On Mon, 2022-06-27 at 14:35 -0400, Kenton Groombridge wrote:
> On 22/06/26 04:15AM, Georgy Yakovlev wrote:
> > On Sun, 2022-06-26 at 03:52 -0700, Georgy Yakovlev wrote:
> > > On Tue, 2022-06-21 at 14:19 -0400, Kenton Groombridge wrote:
> > > > eee74b9fca1 adds
On Mon, 2022-06-27 at 14:56 -0400, Mike Gilbert wrote:
> On Mon, Jun 27, 2022 at 2:35 PM Kenton Groombridge
> wrote:
> > > so looks like we need to combine both methods and do the
> > > following:
> > > - if signing requested without compression - sign in
> > > pkg_preinst.
> > > - if signing
On Mon, 2022-06-27 at 21:21 +0200, Florian Schmaus wrote:
> Thanks to Mike Gilbert (floppym) for valuable feedback.
>
> Closes: https://bugs.gentoo.org/853928
> Closes: https://github.com/gentoo/gentoo/pull/26069
> Signed-off-by: Florian Schmaus
> ---
> eclass/java-vm-2.eclass | 30
On Sun, 2022-06-26 at 03:52 -0700, Georgy Yakovlev wrote:
> On Tue, 2022-06-21 at 14:19 -0400, Kenton Groombridge wrote:
> > eee74b9fca1 adds support for module compression, but this breaks
> > loading
> > out of tree modules when module signing is enforced because modules
&
On Tue, 2022-06-21 at 14:19 -0400, Kenton Groombridge wrote:
> eee74b9fca1 adds support for module compression, but this breaks
> loading
> out of tree modules when module signing is enforced because modules
> must
> be signed before they are compressed. Additionally, the recommended
> Portage
On Mon, 2022-01-17 at 21:58 -0500, Ionen Wolkens wrote:
> On Mon, Jan 17, 2022 at 03:24:23PM -0800, Georgy Yakovlev wrote:
> > Hi,
> >
> > I've been approached multiple times with that request, and a lot of
> > time I see new users completely destroyed by rust build
Hi,
I've been approached multiple times with that request, and a lot of
time I see new users completely destroyed by rust build time and disk
space requirements.
WDYT about switching order of rusts in a virtual?
RDEPEND="|| (
~dev-lang/rust-${PV}
~dev-lang/rust-bin-${PV}
)"
On Sun, 2022-01-16 at 12:42 -0500, Mike Gilbert wrote:
> I no longer wish to maintain this. Please take it if you are
> interested.
>
adopted.
# Georgy Yakovlev (2022-01-15)
# Last branch update happened ~ 12 month ago.
# Maximum kernel supported is 5.9, which we no longer package.
# So 5.10 LTS users can't use it. only 4.x LTS and 5.4 LTS.
# ebuild is effectively unmaintained/untested, so is upstream branch.
# Removal date: sometime
On Wed, 2022-01-12 at 20:25 -0500, Matt Turner wrote:
> On Tue, Jan 11, 2022 at 9:45 PM Georgy Yakovlev
> wrote:
> >
> > it's an ancient codec that is barely used nowadays
> > so let's disable it by default.
> > Users are free to re-enable if required.
> &g
it's an ancient codec that is barely used nowadays
so let's disable it by default.
Users are free to re-enable if required.
Bug: https://bugs.gentoo.org/831044
Signed-off-by: Georgy Yakovlev
---
profiles/targets/desktop/make.defaults | 4 ++--
1 file changed, 2 insertions(+), 2 deletions
merged with minor edit ( NM dupe removed in parent commit )
thanks!
On Wed, 2022-01-05 at 17:59 +0200, Adrian Ratiu wrote:
> Fixes:55f5c68c01e791c7339144aadc1f20802791551e
> Suggested-by: Manoj Gupta
> Signed-off-by: Adrian Ratiu
> ---
> eclass/kernel-2.eclass | 2 +-
> 1 file changed, 1
Signed-off-by: Georgy Yakovlev
---
.../gentoo-kernel/gentoo-kernel-5.15.11.ebuild | 18 +++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.11.ebuild
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.11.ebuild
index
owever broken apps still exist.
Signed-off-by: Georgy Yakovlev
---
profiles/arch/powerpc/ppc64/make.defaults | 6 +-
profiles/base/make.defaults | 4 ++--
profiles/desc/ppc_pagesize.desc | 5 +
profiles/embedded/make.defaults | 4 ++--
4 files changed, 14 inse
otherwise initial build may fail with:
unknown long double size, cannot define BFP_FMT
Signed-off-by: Georgy Yakovlev
---
eclass/toolchain.eclass | 5 +
1 file changed, 5 insertions(+)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index fd03ba176276..1102c4fc5d56 100644
-by: Georgy Yakovlev
---
profiles/base/make.defaults | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index f25074f9d81a..be5651f0ac43 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
On 01.12.2021 04:46, Georgy Yakovlev wrote:
> Discussed in
> https://archives.gentoo.org/gentoo-dev/message/67ecdd21af5eaddffd87e6707d54de61
> Signed-off-by: Georgy Yakovlev
> ---
> app-containers/metadata.xml | 7 +++
> 1 file changed, 7 insertions(+)
> create mode
# Georgy Yakovlev (2021-12-14)
# AT decided to roll back community changes in March 2020
# for version 2020.x.x
# This version is no longer maintained.
# New version is maintained at https://github.com/ksh93/ksh
# and is available as app-shells/ksh-1.0.0_beta1 at time of writing.
~app-shells/ksh
Discussed in
https://archives.gentoo.org/gentoo-dev/message/67ecdd21af5eaddffd87e6707d54de61
Signed-off-by: Georgy Yakovlev
---
app-containers/metadata.xml | 7 +++
1 file changed, 7 insertions(+)
create mode 100644 app-containers/metadata.xml
diff --git a/app-containers/metadata.xml b
On 25.11.2021 04:21, Thomas Deutschmann wrote:
> Bug: https://bugs.gentoo.org/825234
> Signed-off-by: Thomas Deutschmann
> ---
> ...adb-database-restore-maybe-required.en.txt | 46 +++
> 1 file changed, 46 insertions(+)
> create mode 100644
>
On 08.11.2021 12:18, Michał Górny wrote:
> Hi,
>
> A few years back I've slotted LLVM and Clang to make the life with
> revdeps easier. Long story short, every major LLVM release (which
> happens twice a year) breaks API and it takes some time for revdeps to
> adjust. Slotting made it possible
Hi,
We've been collecting more and more container related packages in
app-emulation/*
What do you think about finally moving those packages to separate category?
probably app-containers/
Here's the tentative list, most tools have description attached for easier
review, 36 candidates so far,
On Monday, August 2, 2021 1:30:07 AM PDT Michał Górny wrote:
> On Mon, 2021-08-02 at 01:28 -0700, Georgy Yakovlev wrote:
> > it can actually check if ebuild calls tmpfiles_process, not only
> > inherit.
> > something like:
> >
> > local pkg_postinst
On Saturday, July 31, 2021 4:56:34 PM PDT Sam James wrote:
> This adds two tmpfiles related QA checks:
> 1) Verify packages don't install tmpfiles to /etc/tmpfiles.d, which
> is a deprecated location;
>
> 2) Check whether packages inherit tmpfiles.eclass if they're
> installing files to
On 23.07.2021 08:58, Andreas Sturmlechner wrote:
> Signed-off-by: Andreas Sturmlechner
> ---
> eclass/check-reqs.eclass | 13 ++---
> 1 file changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
> index 39e4bad1363..836dd0d4a1f
-new-ppc64-profiles/2021-07-17-new-ppc64-profiles.en.txt
@@ -0,0 +1,78 @@
+Title: new ppc64 profiles
+Author: Georgy Yakovlev
+Posted: 2021-07-17
+Revision: 1
+News-Item-Format: 2.0
+Display-If-Profile: default/linux/powerpc/ppc64/17.0/64bit-userland
+Display-If-Profile: default/linux/powerpc/ppc64
deprecation
+Author: Georgy Yakovlev
+Author: Sam James
+Posted: 2021-07-09
+Revision: 2
+News-Item-Format: 2.0
+Display-If-Installed: sys-apps/opentmpfiles
+Display-If-Installed: sys-apps/systemd-tmpfiles
+
+A tmpfiles [0] implementation provides a generic mechanism to define
+the creation
deprecation
+Author: Georgy Yakovlev
+Author: Sam James
+Posted: 2021-07-09
+Revision: 2
+News-Item-Format: 2.0
+Display-If-Installed: sys-apps/opentmpfiles
+Display-If-Installed: sys-apps/systemd-tmpfiles
+
+A tmpfiles [0] implementation provides a generic mechanism to define
+the creation
On 09.07.2021 13:57, Ulrich Mueller wrote:
> >>>>> On Fri, 09 Jul 2021, Georgy Yakovlev wrote:
>
> > Already pushed as is.
>
> So as far as I can see, you've posted it for review at 02:38:05 today,
> and pushed it at 08:25:55?
>
> That is less
On 09.07.2021 08:50, Tomas Mozes wrote:
> On Fri, Jul 9, 2021 at 4:38 AM Georgy Yakovlev wrote:
>
> > Signed-off-by: Sam James
> > Signed-off-by: Georgy Yakovlev
> > ---
> > .../2021-07-07-systemd-tmpfiles.en.txt| 48 +++
>
On 09.07.2021 09:11, Michał Górny wrote:
> On Thu, 2021-07-08 at 21:43 -0700, Georgy Yakovlev wrote:
> > Signed-off-by: Sam James
> > Signed-off-by: Georgy Yakovlev
> > ---
> > .../2021-07-07-systemd-tmpfiles.en.txt| 64 +++
> &g
Signed-off-by: Sam James
Signed-off-by: Georgy Yakovlev
---
.../2021-07-07-systemd-tmpfiles.en.txt| 64 +++
1 file changed, 64 insertions(+)
create mode 100644
2021-07-07-systemd-tmpfiles/2021-07-07-systemd-tmpfiles.en.txt
diff --git a/2021-07-07-systemd-tmpfiles/2021
Signed-off-by: Sam James
Signed-off-by: Georgy Yakovlev
---
.../2021-07-07-systemd-tmpfiles.en.txt| 48 +++
1 file changed, 48 insertions(+)
create mode 100644
2021-07-07-systemd-tmpfiles/2021-07-07-systemd-tmpfiles.en.txt
diff --git a/2021-07-07-systemd-tmpfiles/2021
it's needed to be present in all ebuilds for
crate auditing tools to work properly.
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 17 +
1 file changed, 17 insertions(+)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index 9923b1c9deb2..50237d302ce6 100644
remove cargo-snapshot* unpacker, it was needed
for separate dev-util/cargo we used to have.
Bug: https://bugs.gentoo.org/715890
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 39 ++-
1 file changed, 26 insertions(+), 13 deletions(-)
diff --git
Bug: https://bugs.gentoo.org/699422
Signed-off-by: Georgy Yakovlev
---
metadata/install-qa-check.d/60libcrypt-deps | 38 +
1 file changed, 38 insertions(+)
create mode 100644 metadata/install-qa-check.d/60libcrypt-deps
diff --git a/metadata/install-qa-check.d/60libcrypt
Bug: https://bugs.gentoo.org/699422
Signed-off-by: Georgy Yakovlev
---
metadata/install-qa-check.d/60libcrypt-deps | 38 +
1 file changed, 38 insertions(+)
create mode 100644 metadata/install-qa-check.d/60libcrypt-deps
diff --git a/metadata/install-qa-check.d/60libcrypt
# Georgy Yakovlev (2011-05-15)
# Dead upstream, homepage missing, EAPI=5, no systemd units.
# https://bugs.gentoo.org/790413 , #434900, #552760
# Use any of or combination of the following instead:
# sys-apps/rng-tools
# sys-apps/haveged
# app-crypt/jitterentropy-rngd
sys-apps/timer_entropyd
On 22.04.2021 10:22, Miroslav Šulc wrote:
> Dne 22. 04. 21 v 8:37 Kaibo Ma napsal(a):
> > Is there a tracking issue for Java 11 on Bugzilla?
> >
> > Kaibo Ma
>
> this is it: https://bugs.gentoo.org/697014
created an alias for it, also can be found as
Bug: https://bugs.gentoo.org/756340
Signed-off-by: Georgy Yakovlev
---
profiles/info_pkgs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/profiles/info_pkgs b/profiles/info_pkgs
index 9c12cc958ac7..650516bcf853 100644
--- a/profiles/info_pkgs
+++ b/profiles/info_pkgs
@@ -17,6 +17,8 @@ sys
Bug: https://bugs.gentoo.org/756340
Signed-off-by: Georgy Yakovlev
---
profiles/info_vars | 1 +
1 file changed, 1 insertion(+)
diff --git a/profiles/info_vars b/profiles/info_vars
index b578103d116a..051948c1e8ef 100644
--- a/profiles/info_vars
+++ b/profiles/info_vars
@@ -34,6 +34,7
On 28.02.2021 12:21, Georgy Yakovlev wrote:
> The following packages are for grabs:
>
> net-im/telegram-desktop
> media-libs/libtgvoip ( no other revdeps )
> media-libs/tg_owt ( no other revdeps )
> dev-cpp/range-v3 ( has another revdep, not only tg )
>
> Many b
The following packages are for grabs:
net-im/telegram-desktop
media-libs/libtgvoip ( no other revdeps )
media-libs/tg_owt ( no other revdeps )
dev-cpp/range-v3 ( has another revdep, not only tg )
Many bugs open and many issues.
Before you try to take it over, here's some info for future
On 25.11.2020 13:57, Georgy Yakovlev wrote:
> Hi,
>
> In case you don't know, opentmpfiles has an open CVE
> CVE-2017-18925: root privilege escalation by symlink attack
> https://github.com/OpenRC/opentmpfiles/issues/4
> It has been an issue for quite a while, reported 3 years a
Hi,
In case you don't know, opentmpfiles has an open CVE
CVE-2017-18925: root privilege escalation by symlink attack
https://github.com/OpenRC/opentmpfiles/issues/4
It has been an issue for quite a while, reported 3 years ago,
and not much changed since.
Also it lacks any sort of testing, and
On 11.11.2020 19:23, Joshua Kinard wrote:
> Forgive me for being a dunce, but what is the current procedure to push
> files to distfiles for distribution to the mirrors? The devmanual is blank
> on this topic, and GLEP75 just talks about the motivations behind the change
> away from the flat
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 28
1 file changed, 24 insertions(+), 4 deletions(-)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index e6fec844d274..03dfbfebd1d7 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -15,20
Hi,
sending again, accidentally sent from personal email first time and it's
stuck somewhere.
I would like to introduce new USE_EXPAND in profiles for rusts
3 consumers in the tree:
dev-lang/rust
dev-lang/rust-bin
sys-devel/rust-std
and maybe virtual, but not sure yet, may be required for
On 10/10/20 7:17 PM, Georgy Yakovlev wrote:
Hi,
Sorry, thunderbird used personal mailfrom for some reason. Probably an
issue after update.
OpenPGP_0xA5EDB076475B46A6.asc
Description: application/pgp-keys
OpenPGP_signature
Description: OpenPGP digital signature
be not used.
In that case we can't guarantee our config will work, so src_ functions
should not be used.
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 10 ++
1 file changed, 10 insertions(+)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index dde601ec4e3c
Also honor ECARGO_OFFLINE/EVCS_OFFLINE
Good portion of the code/logic inspired by git-r3.eclass.
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 115 +---
1 file changed, 108 insertions(+), 7 deletions(-)
diff --git a/eclass/cargo.eclass b
took a while, removed.
I was able to save jabref-bin, works fine with openjdk:8
geogebra now availabie as geogebra-bin and works with openjdk8 and 11.
sleuthkit was spared.
rest is gone, but if someone wants to restore - patches welcome.
On 4/18/20 9:10 PM, Georgy Yakovlev wrote:
> # Geo
# Georgy Yakovlev (2020-09-02)
# Masked for removal. No revdeps.
dev-python/ansimarkup
On 8/28/20 2:09 PM, Georgy Yakovlev wrote:
> CARGO_HOME may leak into ebuild environment and lead to
> write attempts to directory specified.
> This is explicitly taken care of in cargo.eclass, but
> ebuilds that don't use the eclass can still be affected.
>
> Signed-off-b
CARGO_HOME may leak into ebuild environment and lead to
write attempts to directory specified.
This is explicitly taken care of in cargo.eclass, but
ebuilds that don't use the eclass can still be affected.
Signed-off-by: Georgy Yakovlev
---
profiles/base/make.defaults | 2 +-
1 file changed, 1
On 8/5/20 5:02 AM, Thomas Deutschmann wrote:
> Hi,
>
> please review the news item below:
>
Not all arches support --reuse-cmdline btw.
It may be only x86 which supports it.
This looks like a candidate wiki page or a word of warning in a
handbook, not a news item.
Hello People,
The following packages are up for grabs:
# untested with plundervolt mitigations, please test.
sys-power/intel-undervolt | need intel CPU machine to maintain
# rust stuff
app-misc/skim | needs bump, cleanup and new stable
app-shells/mcfly | needs minor bump
app-text/fblog | needs
simple src_configure implementation inspired by cmake.eclass
Closes: https://bugs.gentoo.org/721936
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 77 -
1 file changed, 70 insertions(+), 7 deletions(-)
diff --git a/eclass/cargo.eclass b
On 6/12/20 11:59 AM, Luca Barbato wrote:
> On 12/06/2020 18:24, Georgy Yakovlev wrote:
>> On 6/12/20 4:16 AM, Luca Barbato wrote:
>>> On 12/06/2020 11:04, Georgy Yakovlev wrote:
>>>> +# cargo_src_configure --no-default-features
>>>
>>> Shall w
On 6/11/20 8:11 PM, Georgy Yakovlev wrote:
> no consumers left in the tree
>
> Signed-off-by: Georgy Yakovlev
> ---
> eclass/cargo.eclass | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
> index ad90a0c7dd8..ccbf87
On 6/12/20 6:03 AM, Kent Fredric wrote:
I've replied privately by mistake, replying to the list again.
> On Fri, 12 Jun 2020 02:04:51 -0700
> Georgy Yakovlev wrote:
>
>> +# cargo_src_configure --no-default-features
>
> Looking at the source, I don't see how this is pas
On 6/12/20 4:16 AM, Luca Barbato wrote:
> On 12/06/2020 11:04, Georgy Yakovlev wrote:
>> +# cargo_src_configure --no-default-features
>
> Shall we default in not-defaulting so we can spare some boilerplate?
I don't think so. Let me explain.
First of all, this will force to e
On 6/12/20 2:04 AM, Georgy Yakovlev wrote:
> simple src_configure implementation inspired by cmake.eclass
>
> Closes: https://bugs.gentoo.org/721936
>
> Signed-off-by: Georgy Yakovlev
> ---
> eclass/cargo.eclass | 51 ++---
On 6/12/20 2:04 AM, Georgy Yakovlev wrote:
> Signed-off-by: Georgy Yakovlev
> ---
> x11-terms/alacritty/alacritty-0.4.3.ebuild | 9 +
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/x11-terms/alacritty/alacritty-0.4.3.ebuild
> b/x11-terms/alac
Add simple src_configure implementation, based on cmake.eclass.
2nd patch is an example of migrated ebuild.
simple src_configure implementation inspired by cmake.eclass
Closes: https://bugs.gentoo.org/721936
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 51 ++---
1 file changed, 44 insertions(+), 7 deletions(-)
diff --git a/eclass/cargo.eclass b
Signed-off-by: Georgy Yakovlev
---
x11-terms/alacritty/alacritty-0.4.3.ebuild | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/x11-terms/alacritty/alacritty-0.4.3.ebuild
b/x11-terms/alacritty/alacritty-0.4.3.ebuild
index ac4d768d09b..2efc1a6dd0a 100644
--- a/x11
This will also allow me to start adding cross support to cargo.eclass
with new cross-friendly variables.
experimental cross support landed in rust-1.44.0 today [1]
[1] https://bugs.gentoo.org/679878
On 6/11/20 8:11 PM, Georgy Yakovlev wrote:
> no consumers left in the tree
>
> S
no consumers left in the tree
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index ad90a0c7dd8..ccbf87aa9a6 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -16,7 +16,6
opened a PR to add it to repoman:
https://github.com/gentoo/portage/pull/554
On 6/8/20 2:09 AM, Sergei Trofimovich wrote:
> On Mon, 08 Jun 2020 10:13:24 +0200
> Andreas Sturmlechner wrote:
>
>> This eclass no longer receives any changes.
>> Everyone must port to cmake.eclass.
>
> We have
On Sun, 19 Apr 2020 11:30:25 +0200
"Haelwenn (lanodan) Monnier" wrote:
> [2020-04-18 21:10:45-0700] Georgy Yakovlev:
> > # Georgy Yakovlev (2020-04-18)
> > # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
> > # requires agreement to re
# Georgy Yakovlev (2020-04-18)
# Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
# requires agreement to restrictive license
# Revdeps that still depend on oracle variants require javafx
# Please use icedtea or openjdk instead.
# Removal in 30 days.
# https://bugs.gentoo.org
No longer use it.
Needs a minor bump, upstream changed doc dependency to asciidoctor.
Uses custom build system and rust,
may be tricky to maintain, but I can help.
Couple of open bugs: arm keywording and musl related build falure.
net-news/newsboat
--
Georgy Yakovlev
pgpTpfceqLlmO.pgp
Yakovlev wrote:
> Signed-off-by: Georgy Yakovlev
> ---
> .../2020-04-04-new-ppc64le-profiles.en.txt| 25 +++
> 1 file changed, 25 insertions(+)
> create mode 100644
> 2020-04-04-new-ppc64le-profiles/2020-04-04-new-ppc64le-profiles.en.txt
>
> diff --git
&g
Signed-off-by: Georgy Yakovlev
---
.../2020-04-04-new-ppc64le-profiles.en.txt| 25 +++
1 file changed, 25 insertions(+)
create mode 100644
2020-04-04-new-ppc64le-profiles/2020-04-04-new-ppc64le-profiles.en.txt
diff --git
a/2020-04-04-new-ppc64le-profiles/2020-04-04-new
hould use this dep
elibc_musl? ( sys-libs/libunwind:= )
but idk if it's usable as is on musl.
best way to check is to get musl stage3 tarball and test it.
alpine does have a musl patch, but it seems they just patch it out completely.
https://git.alpinelinux.org/aports/tree/main/dahdi-tools/fix-musl.patch
--
Georgy Yakovlev
pgpb0FaDXw7ig.pgp
Description: PGP signature
ll overlays be able to define their own policy ?
Maybe rename file to metadata/qa-policy.conf ? just policy.conf is ambiguous.
--
Georgy Yakovlev
On Thu, 13 Feb 2020 08:11:09 -0800
Christopher Head wrote:
> On Wed, 12 Feb 2020 23:39:11 -0800
> Georgy Yakovlev wrote:
>
> > + eqawarn "For more details, please see the
> > freedesktop Upstrem Metadate guidelines"
>
> Couple of typos
this will warn if package installs xml files to /usr/share/appdata
this location is deprecated, files should be installed to
/usr/share/metainfo
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
Signed-off-by: Georgy Yakovlev
---
metadata/install-qa-check.d/60appdata-path
On Mon, 27 Jan 2020 10:48:51 +0100
David Seifert wrote:
> On Sun, 2020-01-26 at 21:53 -0500, Michael Orlitzky wrote:
> > On 1/26/20 9:46 PM, Georgy Yakovlev wrote:
> > > # update your rust packages running emerge with the
> > > # --changed-deps option if you have probl
# Georgy Yakovlev (2020-01-26)
# Not needed anymore, feel free to remove from your system
# emerge -C virtual/cargo
# update your rust packages running emerge with the
# --changed-deps option if you have problems
# https://bugs.gentoo.org/695698
virtual/cargo
pgpq8isLKhJsg.pgp
Description
# Georgy Yakovlev (2020-01-26)
# Starting with Firefox 74 Mozilla removes xpi sideloading support
# install from addons.mozilla.org
# passff-host remains in the tree
www-plugins/passff
pgpMRWkCmo2fK.pgp
Description: OpenPGP digital signature
1 - 100 of 181 matches
Mail list logo