Re: [gentoo-dev] Packages up for grabs (aerc, vagrant, rust utils and others)

2020-07-11 Thread toshokan

I'll (proxy-)add myself for sys-apps/bat

On 7/11/20 2:04 AM, Georgy Yakovlev wrote:

The following packages are up for grabs:

# rust stuff
sys-apps/bat | great upstream, very friendly




[gentoo-dev] last rites: sys-kernel/genkernel-next

2020-07-11 Thread Andreas K . Hüttel
# Andreas K. Hüttel  (2020-07-11)
# Fails to build with recent glibc, bug 719968
# Removal in 30 days
sys-kernel/genkernel-next


-- 
Andreas K. Hüttel
dilfri...@gentoo.org
Gentoo Linux developer 
(council, qa, toolchain, base-system, perl, libreoffice)

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-dev] Packages up for grabs (aerc, vagrant, rust utils and others)

2020-07-11 Thread William Hubbs
On Fri, Jul 10, 2020 at 11:04:20PM -0700, Georgy Yakovlev wrote:
> Hello People,
> 
> The following packages are up for grabs:
> 
> mail-client/aerc | go package, great upstream

I'm interested in this one, so I'll add myself.

William



signature.asc
Description: PGP signature


[gentoo-dev] [PATCH] rust-toolchain.eclass: support bootstrapping armv5te

2020-07-11 Thread David Michael
This adds support for using system-bootstrap to build Rust for the
armv5tel profile.  It does not add binary bootstrap compilers.

Signed-off-by: David Michael 
---

Hi,

I have an ARM9 chip that I'd like to be able to target for Rust
packages.  Things are getting masked in the armv5tel profile due to it
not having Rust binaries.  Can we start fixing this?

I've bootstrapped armv5te Rust by cross-compiling it, and it seems to
work.  I can send my ebuild changes if anyone wants to build their own
armv5te compiler, but the eclass should at least define its default
builtin target so that it can be built with USE=system-bootstrap.

Thanks.

David

 eclass/rust-toolchain.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/rust-toolchain.eclass b/eclass/rust-toolchain.eclass
index 9d7360ed1c4..9ae4ad93945 100644
--- a/eclass/rust-toolchain.eclass
+++ b/eclass/rust-toolchain.eclass
@@ -41,6 +41,7 @@ rust_abi() {
powerpc64*)   echo powerpc64-unknown-linux-gnu;;
x86_64*gnu)   echo x86_64-unknown-linux-gnu;;
x86_64*musl)  echo x86_64-unknown-linux-musl;;
+   armv5te*) echo armv5te-unknown-linux-gnueabi;;
armv6j*s*)echo arm-unknown-linux-gnueabi;;
armv6j*h*)echo arm-unknown-linux-gnueabihf;;
armv7a*h*)echo armv7-unknown-linux-gnueabihf;;
-- 
2.26.2




[gentoo-dev] Last rites: dev-go/goptlib

2020-07-11 Thread Marek Szuba

# Marek Szuba  (2020-07-11)
# Uses golang-* eclasses, only a library, all former reverse
# dependencies have long since switched to vendoring.
# Removal in 30 days. Bug #732136.
dev-go/goptlib

-- 
Marecki



signature.asc
Description: OpenPGP digital signature