public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
 messages from 2024-07-02 12:43:53 to 2024-08-05 14:08:29 UTC [more...]

[gentoo-dev] [PATCH 1/2] toolchain-funcs.eclass: Fix tc-is-lto not to leave stray files in T
 2024-08-05 14:08 UTC 

[gentoo-dev] [Proposal] Split arch keywords for ppc64 & riscv
 2024-08-05 12:29 UTC  (6+ messages)
  ` [gentoo-project] "

[gentoo-dev] Enable "gdk-pixbuf" in gnome sub-profiles
 2024-08-03 21:44 UTC  (2+ messages)

[gentoo-dev] [PATCH] rocm.eclass: add rocm_use_hipcc function and update example accordingly
 2024-08-03 21:09 UTC 

[gentoo-dev] [PATCH] 2024-08-07-removal-ia64: add news item
 2024-08-03 11:02 UTC 

[gentoo-dev] Last rites: app-backup/mkstage4
 2024-08-02 20:37 UTC 

[gentoo-dev] [PATCH 1/2] distutils-r1.eclass: Fix disabling DISTUTILS_ALLOW_WHEEL_REUSE
 2024-08-02 19:31 UTC  (2+ messages)
` [gentoo-dev] [PATCH 2/2] python-utils-r1.eclass: Add a sanity check for PYTHONPATH

[gentoo-dev] Packages up for grabs
 2024-08-01 15:20 UTC  (2+ messages)

[gentoo-dev] Packages up for grabs: app-pda/ifuse, dev-lang/nasm, others
 2024-07-31 17:50 UTC 

[gentoo-dev] [RFC PATCH v2 00/20] Rework NGINX packaging in Gentoo by introducing nginx{,-module}.eclass
 2024-07-30  8:01 UTC  (23+ messages)
` [gentoo-dev] [RFC PATCH v2 01/20] nginx.eclass: Add new eclass for building the NGINX server
` [gentoo-dev] [RFC PATCH v2 02/20] nginx-module.eclass: Add new eclass for building NGINX external modules
` [gentoo-dev] [RFC PATCH v2 03/20] www-servers/nginx: add myself as a proxy maintainer; update metadata.xml
` [gentoo-dev] [RFC PATCH v2 04/20] www-servers/nginx: add nginx.tmpfiles for managing /var/tmp/nginx
` [gentoo-dev] [RFC PATCH v2 05/20] www-servers/nginx: add nginx-r5.initd
` [gentoo-dev] [RFC PATCH v2 06/20] www-servers/nginx: add nginx-r1.confd
` [gentoo-dev] [RFC PATCH v2 07/20] www-servers/nginx: add nginx-r2.service
` [gentoo-dev] [RFC PATCH v2 08/20] www-servers/nginx: add nginx-r2.logrotate
` [gentoo-dev] [RFC PATCH v2 09/20] www-servers/nginx: add nginx-r4.conf
` [gentoo-dev] [RFC PATCH v2 10/20] profiles/desc: reword and update nginx_modules_http.desc
` [gentoo-dev] [RFC PATCH v2 11/20] profiles/desc: reword and update nginx_modules_mail.desc
` [gentoo-dev] [RFC PATCH v2 12/20] profiles/desc: reword and update nginx_modules_stream.desc
` [gentoo-dev] [RFC PATCH v2 13/20] profiles/categories: Add www-nginx category for external NGINX modules
` [gentoo-dev] [RFC PATCH v2 14/20] www-servers/nginx: revbump 1.26.1-r1 to 1.26.1-r2, use nginx.eclass
` [gentoo-dev] [RFC PATCH v2 15/20] www-servers/nginx: revbump 1.27.0-r1 to 1.27.0-r2, "
` [gentoo-dev] [RFC PATCH v2 16/20] www-servers/nginx: add 9999 live version, "
` [gentoo-dev] [RFC PATCH v2 17/20] www-nginx/ngx_devel_kit: new package, add 0.3.3
` [gentoo-dev] [RFC PATCH v2 18/20] www-nginx/ngx-echo: new package, add 0.63
` [gentoo-dev] [RFC PATCH v2 19/20] www-nginx/ngx-encrypted-session: new package, add 0.09
` [gentoo-dev] [RFC PATCH v2 20/20] www-nginx/ngx-set-misc: new package, add 0.33

[gentoo-dev] Last rites: media-tv/v4l-utils
 2024-07-29 21:39 UTC 

[gentoo-dev] Last rites: media-video/bdsup2sub
 2024-07-29 16:46 UTC 

[gentoo-dev] [PATCH] java-utils-2.eclass: etestng use java-pkg_getjars --build-only
 2024-07-28 19:48 UTC 

[gentoo-dev] [PATCH] kernel-build.eclass: fixup left-over KERNEL_IUSE_SECUREBOOT
 2024-07-27 21:59 UTC 

[gentoo-dev] Last rites: dev-lang/scala, dev-lang/mozart, dev-lang/mozart-stdlib, app-emacs/scala-mode
 2024-07-27 11:18 UTC  (4+ messages)

[gentoo-dev] [PATCH] java-utils-2.eclass: select java-config binary, prefer java-config over java-config-2
 2024-07-27 10:16 UTC 

[gentoo-dev] Last rites: www-apps/rt
 2024-07-27  6:59 UTC 

[gentoo-dev] Last rites: dev-debug/gdb-apple
 2024-07-27  6:53 UTC 

[gentoo-dev] [PATCH v4 0/6] cargo.eclass: Handle LDFLAGS and RUSTFLAGS better
 2024-07-25 21:22 UTC  (9+ messages)
` [gentoo-dev] [PATCH 1/6] cargo.eclass: Use newer Cargo config file name
` [gentoo-dev] [PATCH 2/6] cargo.eclass: Add cargo_env helper and use it in compile, test, install
` [gentoo-dev] [PATCH 3/6] cargo.eclass: Handle LDFLAGS and RUSTFLAGS better
` [gentoo-dev] [PATCH 4/6] cargo.eclass: Explicitly tell rustc not to strip binaries
` [gentoo-dev] [PATCH 5/6] cargo.eclass: Shadow flag variables so that LTO filtering remains local
` [gentoo-dev] [PATCH 6/6] distutils-r1.eclass: Use cargo_env when appropriate for flag handling
` [gentoo-dev] [PATCH 7/8] distutils-r1.eclass: Add python_get_stdlib helper function
  ` [gentoo-dev] [PATCH 8/8] distutils-r1.eclass: Support cross-compiling with PyO3

[gentoo-dev] [PATCH 1/5 v3] cargo.eclass: Add cargo_env helper and use it in compile, test, install
 2024-07-25 11:50 UTC  (7+ messages)
` [gentoo-dev] [PATCH 2/5 v3] cargo.eclass: Handle LDFLAGS and RUSTFLAGS better
` [gentoo-dev] [PATCH 3/5 v3] cargo.eclass: Explicitly tell rustc not to strip binaries
` [gentoo-dev] [PATCH 4/5 v3] cargo.eclass: Shadow flag variables so that LTO filtering remains local
` [gentoo-dev] [PATCH 5/5 v3] distutils-r1.eclass: Use cargo_env when appropriate for flag handling

[gentoo-dev] [PATCH] java-utils-2.eclass: fix ejunit_(), java-pkg_getjars --build-only
 2024-07-25 10:20 UTC 

[gentoo-dev] [PATCH] php-ext-source-r3.eclass: Rebuild exts should dev-lang/php[threads,debug] change
 2024-07-25  9:47 UTC  (2+ messages)

[gentoo-dev] Additional Maintainers wanted: OpenLDAP et al
 2024-07-25  8:29 UTC 

[gentoo-dev] [PATCH 1/3] cargo.eclass: Add cargo_env helper and use it in compile, test, install
 2024-07-25  8:06 UTC  (5+ messages)
` [gentoo-dev] [PATCH 2/3] cargo.eclass: Handle LDFLAGS and RUSTFLAGS better
` [gentoo-dev] [PATCH 3/3] cargo.eclass: Explicitly tell rustc not to strip binaries

[gentoo-dev] [PATCH] savedconfig.eclass: Drop support for EAPI 6
 2024-07-25  8:02 UTC  (2+ messages)

[gentoo-dev] [PATCH 1/3 v2] cargo.eclass: Add cargo_env helper and use it in compile, test, install
 2024-07-24 22:18 UTC  (3+ messages)
` [gentoo-dev] [PATCH 2/3 v2] cargo.eclass: Handle LDFLAGS and RUSTFLAGS better
` [gentoo-dev] [PATCH 3/3 v2] cargo.eclass: Explicitly tell rustc not to strip binaries

[gentoo-dev] [PATCH 1/3] eclass/kernel-{build,install}.eclass: link to config,Sys.map in moddir
 2024-07-24  9:52 UTC  (3+ messages)
` [gentoo-dev] [PATCH 2/3] kernel-build.eclass: fix determining kernel release with MODULES=n
` [gentoo-dev] [PATCH 3/3] kernel-build.eclass: set toolchain variables more comprehensibly

[gentoo-dev] Last rites: app-accessibility/epos
 2024-07-24  7:19 UTC 

[gentoo-dev] [PATCH v5] greadme.eclass: new eclass
 2024-07-23 10:55 UTC  (4+ messages)

[gentoo-dev] [PATCH] llvm-r1.eclass: Do not default-enable unkeyworded slots
 2024-07-22 15:05 UTC 

[gentoo-dev] Packages up for grabs: sys-fs/mount-zip, sys-fs/rar2fs
 2024-07-22 15:05 UTC 

[gentoo-dev] Last rites: dev-perl/Gentoo-App-Pram
 2024-07-22 11:08 UTC 

[gentoo-dev] [RFC PATCH 00/19] Rework NGINX packaging in Gentoo by introducing nginx{,-module}.eclass
 2024-07-21 21:19 UTC  (30+ messages)
` [gentoo-dev] [RFC PATCH 01/19] nginx.eclass: Add new eclass for building the NGINX server
` [gentoo-dev] [RFC PATCH 02/19] nginx-module.eclass: Add new eclass for building NGINX external modules
` [gentoo-dev] [RFC PATCH 03/19] www-servers/nginx: add myself as a proxy maintainer; update metadata.xml
` [gentoo-dev] [RFC PATCH 04/19] www-servers/nginx: add nginx-r5.initd
` [gentoo-dev] [RFC PATCH 05/19] www-servers/nginx: add nginx-r1.confd
` [gentoo-dev] [RFC PATCH 06/19] www-servers/nginx: add nginx-r2.service
` [gentoo-dev] [RFC PATCH 07/19] www-servers/nginx: add nginx-r2.logrotate
` [gentoo-dev] [RFC PATCH 08/19] www-servers/nginx: add nginx-r4.conf
` [gentoo-dev] [RFC PATCH 09/19] profiles/desc: reword and update nginx_modules_http.desc
` [gentoo-dev] [RFC PATCH 10/19] profiles/desc: reword and update nginx_modules_mail.desc
` [gentoo-dev] [RFC PATCH 11/19] profiles/desc: reword and update nginx_modules_stream.desc
` [gentoo-dev] [RFC PATCH 12/19] profiles/categories: Add www-nginx category for external NGINX modules
` [gentoo-dev] [RFC PATCH 13/19] www-servers/nginx: revbump 1.26.1-r1 to 1.26.1-r2, use nginx.eclass
` [gentoo-dev] [RFC PATCH 14/19] www-servers/nginx: revbump 1.27.0-r1 to 1.27.0-r2, "
` [gentoo-dev] [RFC PATCH 15/19] www-servers/nginx: add 9999 live version, "
` [gentoo-dev] [RFC PATCH 16/19] www-nginx/ngx_devel_kit: new package, add 0.3.3
` [gentoo-dev] [RFC PATCH 17/19] www-nginx/ngx-echo: new package, add 0.63
` [gentoo-dev] [RFC PATCH 18/19] www-nginx/ngx-encrypted-session: new package, add 0.09
` [gentoo-dev] [RFC PATCH 19/19] www-nginx/ngx-set-misc: new package, add 0.33

[gentoo-dev] Projects with no members: Geosciences, Prolog, Vim
 2024-07-21 17:31 UTC  (2+ messages)

[gentoo-dev] [PATCH 1/3] secureboot.eclass: check and fail early if key or cert in DER format
 2024-07-21  8:59 UTC  (3+ messages)
` [gentoo-dev] [PATCH 2/3] kernel-build.eclass: "
` [gentoo-dev] [PATCH 3/3] kernel-build.eclass: don't check key/cert if merging binary

[gentoo-dev] Last rites: media-video/raspberrypi-omxplayer
 2024-07-20 12:27 UTC 

[gentoo-dev] Last rites: mail-filter/couriersrs
 2024-07-20 12:24 UTC 

[gentoo-dev] [PATCH 0/6] distutils-r1.eclass: Enable wheel reuse by default and add `distutils_enable_tests import-check`
 2024-07-19 14:56 UTC  (7+ messages)
` [gentoo-dev] [PATCH 1/6] distutils-r1.eclass: Fix QA to ignore non-generic "pure" wheels
` [gentoo-dev] [PATCH 2/6] distutils-r1.eclass: Allow wheel reuse by default
` [gentoo-dev] [PATCH 3/6] distutils-r1.eclass: Add distutils_enable_tests import-check
` [gentoo-dev] [PATCH 4/6] dev-python/ytmusicapi: Enable import-check testing (sample)
` [gentoo-dev] [PATCH 5/6] dev-python/pymountboot: "
` [gentoo-dev] [PATCH 6/6] dev-python/miniupnpc: "

[gentoo-dev] Last rites: games-*/* EAPI=6 packages
 2024-07-19 12:46 UTC  (2+ messages)

[gentoo-dev] profiles/base/make.defaults: add XDG_DATA_DIRS & XDG_CONFIG_DIRS to ENV_UNSET
 2024-07-17 18:57 UTC 

[gentoo-dev] package up for grabs: dev-lang/luajit
 2024-07-16 17:43 UTC 

[gentoo-dev] [PATCH 0/2] Introduce rebar3.eclass
 2024-07-16  9:35 UTC  (3+ messages)
` [gentoo-dev] [PATCH 1/2] rebar.eclass: factor out common functions into rebar-utils.eclass
` [gentoo-dev] [PATCH 2/2] rebar3.eclass: add new eclass

[gentoo-dev] [PATCH] texlive-common.eclass: Add TEXLIVE_SCRIPTS_W_FILE_EXT variable
 2024-07-16  9:33 UTC 

[gentoo-dev] Last rites: app-i18n/freewnn, app-dicts/wnn-ldic, app-i18n/kinput2
 2024-07-15 23:18 UTC  (2+ messages)

[gentoo-dev] Re: [PATCH 2/2] rebar3.eclass: add new eclass
 2024-07-15 19:33 UTC  (3+ messages)

[gentoo-dev] [PATCH 1/4] kernel-{build,install}.eclass: make kernel install paths match release
 2024-07-15 13:46 UTC  (4+ messages)
` [gentoo-dev] [PATCH 2/4] kernel-build.eclass: sanity check the prepared kernel's release string
  ` [gentoo-dev] [PATCH 3/4] "
    ` [gentoo-dev] [PATCH 4/4] kernel-install.eclass: improve kernel version check

[gentoo-dev] [PATCH] kernel-install: Improve warning, consider alternate initrd generators
 2024-07-15 13:42 UTC 

[gentoo-dev] Last rites: dev-ruby/wirble
 2024-07-14  6:54 UTC 

[gentoo-dev] Last rites: gui-wm/hikari
 2024-07-13  5:46 UTC 

[gentoo-dev] Last rites: dev-ruby/rspectacular
 2024-07-12  6:58 UTC 

[gentoo-dev] Last rites: dev-python/pytest-freezegun
 2024-07-12  6:44 UTC 

[gentoo-dev] last-rite: net-dialup/openl2tp
 2024-07-11 20:11 UTC 

[gentoo-dev] recommendation to last-rite openl2tp
 2024-07-11 10:06 UTC  (2+ messages)

[gentoo-dev] [PATCH 1/3] gnome2.eclass: remove EAPI 6
 2024-07-10 11:12 UTC  (3+ messages)
` [gentoo-dev] [PATCH 2/3] gnome.org.eclass: remove EAPI 5 and 6
` [gentoo-dev] [PATCH 3/3] gnome2-utils.eclass: "

[gentoo-dev] [PATCH 1/8] golang-vcs.eclass: Drop support for EAPI 6
 2024-07-09 21:07 UTC  (8+ messages)
` [gentoo-dev] [PATCH 2/8] golang-vcs-snapshot.eclass: "
` [gentoo-dev] [PATCH 3/8] golang-build.eclass: "
` [gentoo-dev] [PATCH 4/8] golang-base.eclass: Drop support for EAPI 5 and 6
` [gentoo-dev] [PATCH 5/8] go-env.eclass: Establish EAPI 7 and 8 as supported
` [gentoo-dev] [PATCH 6/8] go-env.eclass: Rewrite the go-env_goarch() logic
` [gentoo-dev] [PATCH 7/8] go-env.eclass: Add the go-env_goos() helper function
` [gentoo-dev] [PATCH 8/8] dev-lang/go: Use go-env.eclass in 1.22.5 and 9999

[gentoo-dev] Last rites: bzr.eclass
 2024-07-09 16:42 UTC 

[gentoo-dev] [PATCH] git-r3.eclass: Drop support for EAPI 6
 2024-07-09 16:41 UTC 

[gentoo-dev] [PATCH] cargo.eclass: Add cargo_target_dir helper function
 2024-07-07  3:36 UTC  (6+ messages)

[gentoo-dev] Last rites: dev-python/pathlib2
 2024-07-06 16:25 UTC 

[gentoo-dev] questions about wxwidgets.eclass
 2024-07-06 15:13 UTC  (6+ messages)

[gentoo-dev] Last rites: app-i18n/fcitx-rime, app-i18n/ibus-rime, app-i18n/rime-data
 2024-07-05 14:02 UTC 

[gentoo-dev] Last rites: media-video/luvcview
 2024-07-05 13:45 UTC 

[gentoo-dev] Last rites: sci-libs/minuit
 2024-07-05 13:41 UTC 

[gentoo-dev] Last rites: sci-astronomy/esomidas
 2024-07-05 13:33 UTC 

[gentoo-dev] Pakackages up for grabs
 2024-07-05 12:03 UTC  (2+ messages)

[gentoo-dev] [PATCH] go-env.eclass: add implicit IUSE for abi_mips_*
 2024-07-03 18:22 UTC 

[gentoo-dev] [PATCH 0/5] Fixing automagic dependencies on gtk[wayland,X],
 2024-07-03 17:26 UTC  (7+ messages)
` [gentoo-dev] [PATCH 1/5] gui-libs/gtk: add a "poison" macro support to disable X/wayland

[gentoo-dev] [PATCH 1/2] linux-info.eclass: Drop temporary fix for powerpc
 2024-07-03 15:42 UTC  (5+ messages)
` [gentoo-dev] [PATCH v2 1/4] "
  ` [gentoo-dev] [PATCH v2 2/4] linux-info.eclass: Drop support for EAPI 6
  ` [gentoo-dev] [PATCH v2 3/4] linux-info.eclass: Drop reference to BUILD_FIXES variable
  ` [gentoo-dev] [PATCH v2 4/4] kernel-2.eclass: "

[gentoo-dev] Reviewing ebuilds with git
 2024-07-01  6:25 UTC  (2+ messages)

[gentoo-dev] Last rites: games-arcade/{spacerider,tuxdash,xsfcave}
 2024-07-02 22:43 UTC  (7+ messages)

[gentoo-dev] Re: [gentoo-project] Council meeting 2024-07-21 - call for agenda items
 2024-07-02 19:59 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox