from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

85563

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tips&Tricks

Exploring portage features

The new release of Portage 2.1 brings many features and improvements.

While most of them are documented in the example make.conf and the portage man page they may not be obvious to most users, so we will show how to use some of these features.

All the features have to be set in /etc/make.conf.

Portage is now able to download some package's source code while compiling another. This can considerably reduce installation time when emerging many packages. There's no need to run emerge --fetchonly while doing a normal emerge anymore. You just have to add the following option:

Code Listing 1:

Setting parallel-fetch in /etc/make.conf
FEATURES="parallel-fetch"

This feature appears to be non-functional in some of the Portage 2.1 releases, but is expected to be fixed soon.

Another new option to reduce installation time yet a bit more is confcache. With this new feature portage caches many of the tests configuration scripts do, thus making execution faster. This comes with the small risk of caching wrong values, so be warned that this feature is known to have a few bugs.

Since this package is currently keyworded on most architectures, the required steps to enable it are:

Code Listing 2

Enabling confcache
Add this in /etc/make.conf
FEATURES="confcache"

We need to unmask the package before emerging it

echo "=dev-utils/confcache-0.4.2-r1 ~arch" >>/etc/portage/package.keywords

Installing confcache

emerge -av confcache

On further installations. you'll see stuff like:

checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler...(cached) yes
checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes

Another important new feature is the ability to log all the messages ebuilds print. Which messages to log and how to do it is configurable. For example, to save just the warnings and errors in a separate file for each package we emerge, you have to add:

Code Listing 5.3:

Configuring logging features in /etc/make.conf
This sets what to log
PORTAGE_ELOG_CLASSES="warn error log"
And this is how to do it
PORTAGE_ELOG_SYSTEM="save"

There are many more options like sending log messages via email. Please check out make.conf.example for further information.


From Gentoo Weekly Newsletter June, 20th 2006

minor problem with confcache - it no longer seems to exist in the build tree unless perhaps it was renamed.

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-06-04
amavisd-new - 2.13.1-r1
Ebuild name:

mail-filter/amavisd-new-2.13.1-r1

Description

High-performance interface between the MTA and content checkers

Added to portage

2026-06-04

amavisd-new - 2.14.0-r1
Ebuild name:

mail-filter/amavisd-new-2.14.0-r1

Description

High-performance interface between the MTA and content checkers

Added to portage

2026-06-04

atuin - 18.16.1
Ebuild name:

app-shells/atuin-18.16.1

Description

Shell history manager supporting encrypted synchronisation

Added to portage

2026-06-04

autoconf - 2.13-r9
Ebuild name:

dev-build/autoconf-2.13-r9

Description

Used to create autoconfiguration files

Added to portage

2026-06-04

autoconf - 2.69-r11
Ebuild name:

dev-build/autoconf-2.69-r11

Description

Used to create autoconfiguration files

Added to portage

2026-06-04

autoconf - 2.71-r9
Ebuild name:

dev-build/autoconf-2.71-r9

Description

Used to create autoconfiguration files

Added to portage

2026-06-04

autoconf - 2.72-r7
Ebuild name:

dev-build/autoconf-2.72-r7

Description

Used to create autoconfiguration files

Added to portage

2026-06-04

autoconf - 2.73-r2
Ebuild name:

dev-build/autoconf-2.73-r2

Description

Used to create autoconfiguration files

Added to portage

2026-06-04

autoconf-vanilla - 2.13-r1
Ebuild name:

dev-build/autoconf-vanilla-2.13-r1

Description

Used to create autoconfiguration files

Added to portage

2026-06-04

autoconf-vanilla - 2.69-r2
Ebuild name:

dev-build/autoconf-vanilla-2.69-r2

Description

Used to create autoconfiguration files

Added to portage

2026-06-04

autoconf-vanilla - 2.71-r2
Ebuild name:

dev-build/autoconf-vanilla-2.71-r2

Description

Used to create autoconfiguration files

Added to portage

2026-06-04

autoconf-vanilla - 2.72-r2
Ebuild name:

dev-build/autoconf-vanilla-2.72-r2

Description

Used to create autoconfiguration files

Added to portage

2026-06-04

automake - 1.11.6-r5
Ebuild name:

dev-build/automake-1.11.6-r5

Description

Used to generate Makefile.in from Makefile.am

Added to portage

2026-06-04

automake - 1.17-r3
Ebuild name:

dev-build/automake-1.17-r3

Description

Used to generate Makefile.in from Makefile.am

Added to portage

2026-06-04

automake - 1.18.1-r1
Ebuild name:

dev-build/automake-1.18.1-r1

Description

Used to generate Makefile.in from Makefile.am

Added to portage

2026-06-04

automake-vanilla - 1.11.6-r1
Ebuild name:

dev-build/automake-vanilla-1.11.6-r1

Description

Used to generate Makefile.in from Makefile.am

Added to portage

2026-06-04

automake-vanilla - 1.15.1-r1
Ebuild name:

dev-build/automake-vanilla-1.15.1-r1

Description

Used to generate Makefile.in from Makefile.am

Added to portage

2026-06-04

automake-vanilla - 1.16.5-r1
Ebuild name:

dev-build/automake-vanilla-1.16.5-r1

Description

Used to generate Makefile.in from Makefile.am

Added to portage

2026-06-04

automake-vanilla - 1.17-r1
Ebuild name:

dev-build/automake-vanilla-1.17-r1

Description

Used to generate Makefile.in from Makefile.am

Added to portage

2026-06-04

automake-vanilla - 1.18.1-r1
Ebuild name:

dev-build/automake-vanilla-1.18.1-r1

Description

Used to generate Makefile.in from Makefile.am

Added to portage

2026-06-04

bashnapi - 2.0.2-r1
Ebuild name:

media-video/bashnapi-2.0.2-r1

Description

Napiprojekt.pl subtitle downloader in bash

Added to portage

2026-06-04

claude-code - 2.1.162
Ebuild name:

dev-util/claude-code-2.1.162

Description

Claude Code - an agentic coding tool by Anthropic

Added to portage

2026-06-04

galera - 26.4.27
Ebuild name:

sys-cluster/galera-26.4.27

Description

Synchronous multi-master replication engine that provides the wsrep API

Added to portage

2026-06-04

gcc - 13.4.1_p20260603
Ebuild name:

sys-devel/gcc-13.4.1_p20260603

Description

The GNU Compiler Collection

Added to portage

2026-06-04

lwip - 2.2.1_p5
Ebuild name:

net-libs/lwip-2.2.1_p5

Description

Small independent implementation of the TCP/IP protocol suite

Added to portage

2026-06-04

lwip - 9999
Ebuild name:

net-libs/lwip-9999

Description

Small independent implementation of the TCP/IP protocol suite

Added to portage

2026-06-04

nextcloud - 33.0.5
Ebuild name:

www-apps/nextcloud-33.0.5

Description

Personal cloud that runs on your own server

Added to portage

2026-06-04

nextcloud-client - 33.0.5
Ebuild name:

net-misc/nextcloud-client-33.0.5

Description

Desktop Syncing Client for Nextcloud

Added to portage

2026-06-04

nvidia-cuda-toolkit - 12.8.2
Ebuild name:

dev-util/nvidia-cuda-toolkit-12.8.2

Description

NVIDIA CUDA Toolkit (compiler and friends)

Added to portage

2026-06-04

nvidia-cuda-toolkit - 12.9.2
Ebuild name:

dev-util/nvidia-cuda-toolkit-12.9.2

Description

NVIDIA CUDA Toolkit (compiler and friends)

Added to portage

2026-06-04

pdns - 5.1.0
Ebuild name:

net-dns/pdns-5.1.0

Description

The PowerDNS Daemon

Added to portage

2026-06-04

streamlink - 8.4.0
Ebuild name:

net-misc/streamlink-8.4.0

Description

CLI for extracting streams from websites to a video player of your choice

Added to portage

2026-06-04

2026-06-03
Cpanel-JSON-XS - 4.410.0
Ebuild name:

dev-perl/Cpanel-JSON-XS-4.410.0

Description

cPanel fork of JSON fast and correct serializing

Added to portage

2026-06-03

MIME-tools - 5.517.0
Ebuild name:

dev-perl/MIME-tools-5.517.0

Description

A Perl module for parsing and creating MIME entities

Added to portage

2026-06-03

Sereal-Decoder - 5.6.0
Ebuild name:

dev-perl/Sereal-Decoder-5.6.0

Description

Fast, compact, powerful binary deserialization

Added to portage

2026-06-03

Sereal-Encoder - 5.6.0
Ebuild name:

dev-perl/Sereal-Encoder-5.6.0

Description

Fast, compact, powerful binary serialization

Added to portage

2026-06-03

Text-CSV_XS - 1.620.0
Ebuild name:

dev-perl/Text-CSV_XS-1.620.0

Description

Comma-separated values manipulation routines

Added to portage

2026-06-03

antimicrox - 3.6.1
Ebuild name:

games-util/antimicrox-3.6.1

Description

Graphical program used to map keyboard buttons and mouse controls to a

Added to portage

2026-06-03

awscli - 1.45.20
Ebuild name:

app-admin/awscli-1.45.20

Description

Universal Command Line Environment for AWS

Added to portage

2026-06-03

boto3 - 1.43.20
Ebuild name:

dev-python/boto3-1.43.20

Description

The AWS SDK for Python

Added to portage

2026-06-03

botocore - 1.43.20
Ebuild name:

dev-python/botocore-1.43.20

Description

Low-level, data-driven core of boto 3

Added to portage

2026-06-03

cadabra - 2.5.14_p1-r1
Ebuild name:

sci-mathematics/cadabra-2.5.14_p1-r1

Description

Field-theory motivated approach to computer algebra

Added to portage

2026-06-03

cbor2 - 6.1.2
Ebuild name:

dev-python/cbor2-6.1.2

Description

CBOR (de)serializer with extensive tag support

Added to portage

2026-06-03

cfn-lint - 1.51.3
Ebuild name:

dev-python/cfn-lint-1.51.3

Description

CloudFormation Linter

Added to portage

2026-06-03

closure-compiler-bin - 20260531
Ebuild name:

dev-lang/closure-compiler-bin-20260531

Description

JavaScript optimizing compiler

Added to portage

2026-06-03

cyme - 3.0.0
Ebuild name:

sys-apps/cyme-3.0.0

Description

List system USB buses and devices; a modern cross-platform `lsusb`

Added to portage

2026-06-03

datovka - 4.29.0
Ebuild name:

app-misc/datovka-4.29.0

Description

GUI to access the Czech data box e-government system

Added to portage

2026-06-03

dbus-fast - 5.0.17
Ebuild name:

dev-python/dbus-fast-5.0.17

Description

A faster version of dbus-next

Added to portage

2026-06-03

deno-bin - 2.8.2
Ebuild name:

dev-lang/deno-bin-2.8.2

Description

Modern runtime for JavaScript and TypeScript

Added to portage

2026-06-03

discord - 1.0.141
Ebuild name:

net-im/discord-1.0.141

Description

All-in-one voice and text chat for gamers

Added to portage

2026-06-03

distlib - 0.4.1
Ebuild name:

dev-python/distlib-0.4.1

Description

Low-level components of distutils2/packaging

Added to portage

2026-06-03

django-polymorphic - 4.11.5
Ebuild name:

dev-python/django-polymorphic-4.11.5

Description

Seamless Polymorphic Inheritance for Django Models

Added to portage

2026-06-03

django-redis - 7.0.0
Ebuild name:

dev-python/django-redis-7.0.0

Description

Full featured redis cache backend for Django

Added to portage

2026-06-03

dropbox - 254.4.2518
Ebuild name:

net-misc/dropbox-254.4.2518

Description

Dropbox daemon (pretends to be GUI-less)

Added to portage

2026-06-03

elogind - 255.27
Ebuild name:

sys-auth/elogind-255.27

Description

The systemd project's logind, extracted to a standalone package

Added to portage

2026-06-03

elogind - 257.16
Ebuild name:

sys-auth/elogind-257.16

Description

The systemd project's logind, extracted to a standalone package

Added to portage

2026-06-03

exim - 4.99.4-r1
Ebuild name:

mail-mta/exim-4.99.4-r1

Description

A highly configurable, drop-in replacement for sendmail

Added to portage

2026-06-03

faker - 40.21.0
Ebuild name:

dev-python/faker-40.21.0

Description

A Python package that generates fake data for you

Added to portage

2026-06-03

firefox - 151.0.3
Ebuild name:

www-client/firefox-151.0.3

Description

Firefox Web Browser

Added to portage

2026-06-03

firefox-bin - 151.0.3
Ebuild name:

www-client/firefox-bin-151.0.3

Description

Firefox Web Browser

Added to portage

2026-06-03

firefox-l10n - 151.0.3
Ebuild name:

www-client/firefox-l10n-151.0.3

Description

Firefox Web Browser's translation files

Added to portage

2026-06-03

fontconfig - 2.18.1
Ebuild name:

media-libs/fontconfig-2.18.1

Description

A library for configuring and customizing font access

Added to portage

2026-06-03

freeipmi - 1.6.18
Ebuild name:

sys-libs/freeipmi-1.6.18

Description

Provides Remote-Console and System Management Software as per IPMI v1.5/2.

Added to portage

2026-06-03

getmail - 6.19.12
Ebuild name:

net-mail/getmail-6.19.12

Description

A mail retriever with reliable Maildir and mbox delivery

Added to portage

2026-06-03

graphviz - 15.0.0
Ebuild name:

media-gfx/graphviz-15.0.0

Description

Open Source Graph Visualization Software

Added to portage

2026-06-03

idna - 3.18
Ebuild name:

dev-python/idna-3.18

Description

Internationalized Domain Names in Applications (IDNA)

Added to portage

2026-06-03

include-what-you-use - 0.26
Ebuild name:

dev-util/include-what-you-use-0.26

Description

Find unused include directives in C/C++ programs

Added to portage

2026-06-03

indilib - 2.2.2
Ebuild name:

sci-libs/indilib-2.2.2

Description

INDI Astronomical Control Protocol library

Added to portage

2026-06-03

krita - 6.0.2.1
Ebuild name:

media-gfx/krita-6.0.2.1

Description

Free digital painting application. Digital Painting, Creative Freedom

Added to portage

2026-06-03

kstars - 3.8.3
Ebuild name:

sci-astronomy/kstars-3.8.3

Description

Desktop Planetarium

Added to portage

2026-06-03

libdatovka - 0.7.3
Ebuild name:

app-misc/libdatovka-0.7.3

Description

Client library for accessing ISDS SOAP services

Added to portage

2026-06-03

libdrm - 2.4.134
Ebuild name:

x11-libs/libdrm-2.4.134

Description

X.Org libdrm library

Added to portage

2026-06-03

libunibreak - 7.0
Ebuild name:

dev-libs/libunibreak-7.0

Description

Line and word breaking library

Added to portage

2026-06-03

libva-intel-media-driver - 26.2.1
Ebuild name:

media-libs/libva-intel-media-driver-26.2.1

Description

Intel Media Driver for VA-API (iHD)

Added to portage

2026-06-03

libxkbcommon - 1.13.2
Ebuild name:

x11-libs/libxkbcommon-1.13.2

Description

Keymap handling library for toolkits and window systems

Added to portage

2026-06-03

mesa - 26.1.2
Ebuild name:

media-libs/mesa-26.1.2

Description

OpenGL-like graphic library for Linux

Added to portage

2026-06-03

mesa_clc - 26.1.2
Ebuild name:

dev-util/mesa_clc-26.1.2

Description

mesa_clc tool used for building OpenCL C to SPIR-V

Added to portage

2026-06-03

mmm-mode - 0.5.11
Ebuild name:

app-emacs/mmm-mode-0.5.11

Description

Enables the user to edit different parts of a file in different major mod

Added to portage

2026-06-03

mod_wsgi - 6.0.2
Ebuild name:

www-apache/mod_wsgi-6.0.2

Description

An Apache2 module for running Python WSGI applications

Added to portage

2026-06-03

notion - 4.0.5
Ebuild name:

x11-wm/notion-4.0.5

Description

Notion is a tiling, tabbed window manager for the X window system

Added to portage

2026-06-03

numpy - 2.5.0_rc1
Ebuild name:

dev-python/numpy-2.5.0_rc1

Description

Fast array and numerical python library

Added to portage

2026-06-03

openpgp-keys-zsh - 2026.05.31
Ebuild name:

sec-keys/openpgp-keys-zsh-2026.05.31

Description

PGP keys used to sign ZSH releases

Added to portage

2026-06-03

openvpn - 2.7.4
Ebuild name:

net-vpn/openvpn-2.7.4

Description

Robust and highly flexible tunneling application compatible with many OSes

Added to portage

2026-06-03

pdfarranger - 1.14.0
Ebuild name:

app-text/pdfarranger-1.14.0

Description

Merge or split pdfs; rearrange, rotate, crop pages

Added to portage

2026-06-03

postfix - 3.12_pre20260602
Ebuild name:

mail-mta/postfix-3.12_pre20260602

Description

A fast and secure drop-in replacement for sendmail

Added to portage

2026-06-03

python - 0.3.15.0_beta2
Ebuild name:

dev-lang/python-0.3.15.0_beta2

Description

Freethreading (no-GIL) version of Python programming language

Added to portage

2026-06-03

python - 3.15.0_beta2
Ebuild name:

dev-lang/python-3.15.0_beta2

Description

An interpreted, interactive, object-oriented programming language

Added to portage

2026-06-03

python-tests - 0.3.15.0_beta2
Ebuild name:

dev-python/python-tests-0.3.15.0_beta2

Description

Test modules from dev-lang/python

Added to portage

2026-06-03

python-tests - 3.15.0_beta2
Ebuild name:

dev-python/python-tests-3.15.0_beta2

Description

Test modules from dev-lang/python

Added to portage

2026-06-03

qrupdate - 1.1.5
Ebuild name:

sci-libs/qrupdate-1.1.5

Description

Library for updating of QR and Cholesky decompositions

Added to portage

2026-06-03

qt3d - 6.12.9999
Ebuild name:

dev-qt/qt3d-6.12.9999

Description

3D rendering module for the Qt6 framework

Added to portage

2026-06-03

qt5compat - 6.12.9999
Ebuild name:

dev-qt/qt5compat-6.12.9999

Description

Qt module containing the unsupported Qt 5 APIs

Added to portage

2026-06-03

qtbase - 6.12.9999
Ebuild name:

dev-qt/qtbase-6.12.9999

Description

Cross-platform application development framework

Added to portage

2026-06-03

qtcharts - 6.12.9999
Ebuild name:

dev-qt/qtcharts-6.12.9999

Description

Chart component library for the Qt6 framework

Added to portage

2026-06-03

qtconnectivity - 6.12.9999
Ebuild name:

dev-qt/qtconnectivity-6.12.9999

Description

Bluetooth and NFC support library for the Qt6 framework

Added to portage

2026-06-03

qtdeclarative - 6.12.9999
Ebuild name:

dev-qt/qtdeclarative-6.12.9999

Description

Qt Declarative (Quick 2)

Added to portage

2026-06-03

qtgraphs - 6.12.9999
Ebuild name:

dev-qt/qtgraphs-6.12.9999

Description

Graphs component library for the Qt6 framework

Added to portage

2026-06-03

qthttpserver - 6.12.9999
Ebuild name:

dev-qt/qthttpserver-6.12.9999

Description

HTTP server functionality for the Qt6 framework

Added to portage

2026-06-03

qtimageformats - 6.12.9999
Ebuild name:

dev-qt/qtimageformats-6.12.9999

Description

Additional format plugins for the Qt image I/O system

Added to portage

2026-06-03

qtlanguageserver - 6.12.9999
Ebuild name:

dev-qt/qtlanguageserver-6.12.9999

Description

Implementation of the Language Server Protocol for Qt

Added to portage

2026-06-03

qtlocation - 6.12.9999
Ebuild name:

dev-qt/qtlocation-6.12.9999

Description

Location (places, maps, navigation) library for the Qt6 framework

Added to portage

2026-06-03

qtmultimedia - 6.12.9999
Ebuild name:

dev-qt/qtmultimedia-6.12.9999

Description

Multimedia (audio, video, radio, camera) library for the Qt6 framewor

Added to portage

2026-06-03

qtnetworkauth - 6.12.9999
Ebuild name:

dev-qt/qtnetworkauth-6.12.9999

Description

Network authorization library for the Qt6 framework

Added to portage

2026-06-03

qtpositioning - 6.12.9999
Ebuild name:

dev-qt/qtpositioning-6.12.9999

Description

Physical position determination library for the Qt6 framework

Added to portage

2026-06-03

qtquick3d - 6.12.9999
Ebuild name:

dev-qt/qtquick3d-6.12.9999

Description

Qt module and API for defining 3D content in Qt QuickTools

Added to portage

2026-06-03

qtquicktimeline - 6.12.9999
Ebuild name:

dev-qt/qtquicktimeline-6.12.9999

Description

Qt module for keyframe-based timeline construction

Added to portage

2026-06-03

qtremoteobjects - 6.12.9999
Ebuild name:

dev-qt/qtremoteobjects-6.12.9999

Description

Inter-Process Communication (IPC) library for the Qt6 framework

Added to portage

2026-06-03

qtscxml - 6.12.9999
Ebuild name:

dev-qt/qtscxml-6.12.9999

Description

State Chart XML (SCXML) support library for the Qt6 framework

Added to portage

2026-06-03

qtsensors - 6.12.9999
Ebuild name:

dev-qt/qtsensors-6.12.9999

Description

Hardware sensor access library for the Qt6 framework

Added to portage

2026-06-03

qtserialbus - 6.12.9999
Ebuild name:

dev-qt/qtserialbus-6.12.9999

Description

Qt module to access CAN, ModBus, and other industrial serial buses and

Added to portage

2026-06-03

qtserialport - 6.12.9999
Ebuild name:

dev-qt/qtserialport-6.12.9999

Description

Serial port abstraction library for the Qt6 framework

Added to portage

2026-06-03

qtshadertools - 6.12.9999
Ebuild name:

dev-qt/qtshadertools-6.12.9999

Description

Qt APIs and Tools for Graphics Pipelines

Added to portage

2026-06-03

qtspeech - 6.12.9999
Ebuild name:

dev-qt/qtspeech-6.12.9999

Description

Text-to-speech library for the Qt6 framework

Added to portage

2026-06-03

qtsvg - 6.12.9999
Ebuild name:

dev-qt/qtsvg-6.12.9999

Description

SVG rendering library for the Qt6 framework

Added to portage

2026-06-03

qttools - 6.12.9999
Ebuild name:

dev-qt/qttools-6.12.9999

Description

Qt Tools Collection

Added to portage

2026-06-03

qttranslations - 6.12.9999
Ebuild name:

dev-qt/qttranslations-6.12.9999

Description

Translation files for the Qt6 framework

Added to portage

2026-06-03

qtvirtualkeyboard - 6.12.9999
Ebuild name:

dev-qt/qtvirtualkeyboard-6.12.9999

Description

Customizable input framework and virtual keyboard for Qt

Added to portage

2026-06-03

qtwayland - 6.12.9999
Ebuild name:

dev-qt/qtwayland-6.12.9999

Description

Toolbox for making Qt based Wayland compositors

Added to portage

2026-06-03

qtwebchannel - 6.12.9999
Ebuild name:

dev-qt/qtwebchannel-6.12.9999

Description

Qt WebChannel

Added to portage

2026-06-03

qtwebengine - 6.12.9999
Ebuild name:

dev-qt/qtwebengine-6.12.9999

Description

Library for rendering dynamic web content in Qt6 C++ and QML applicati

Added to portage

2026-06-03

qtwebsockets - 6.12.9999
Ebuild name:

dev-qt/qtwebsockets-6.12.9999

Description

Implementation of the WebSocket protocol for the Qt6 framework

Added to portage

2026-06-03

qtwebview - 6.12.9999
Ebuild name:

dev-qt/qtwebview-6.12.9999

Description

Module for displaying web content in a QML application using the Qt6 fra

Added to portage

2026-06-03

radicale - 3.7.4
Ebuild name:

www-apps/radicale-3.7.4

Description

A simple CalDAV calendar server

Added to portage

2026-06-03

scikit-learn - 1.9.0
Ebuild name:

dev-python/scikit-learn-1.9.0

Description

Machine learning library for Python

Added to portage

2026-06-03

seedfiles - 1.5.1
Ebuild name:

sys-apps/seedfiles-1.5.1

Description

Portable drop-in reimplementation of systemd-tmpfiles

Added to portage

2026-06-03

snowballstemmer - 3.1.1
Ebuild name:

dev-python/snowballstemmer-3.1.1

Description

Stemmer algorithms generated from Snowball algorithms

Added to portage

2026-06-03

spectre-meltdown-checker - 26.36.0602723
Ebuild name:

app-admin/spectre-meltdown-checker-26.36.0602723

Description

Spectre & Meltdown vulnerability/mitigation checke

Added to portage

2026-06-03

sysprof - 50.0
Ebuild name:

dev-util/sysprof-50.0

Description

System-wide Linux Profiler

Added to portage

2026-06-03

sysprof-capture - 50.0
Ebuild name:

dev-util/sysprof-capture-50.0

Description

Static library for sysprof capture data generation

Added to portage

2026-06-03

sysprof-common - 50.0
Ebuild name:

dev-util/sysprof-common-50.0

Description

Static library for sysprof capture data generation

Added to portage

2026-06-03

transmission - 4.1.2
Ebuild name:

net-p2p/transmission-4.1.2

Description

A fast, easy, and free BitTorrent client

Added to portage

2026-06-03

typer - 0.26.6
Ebuild name:

dev-python/typer-0.26.6

Description

Build great CLIs. Easy to code. Based on Python type hints

Added to portage

2026-06-03

urwid - 4.0.2
Ebuild name:

dev-python/urwid-4.0.2

Description

Curses-based user interface library for Python

Added to portage

2026-06-03

weasyprint - 69.0
Ebuild name:

dev-python/weasyprint-69.0

Description

Visual rendering engine for HTML and CSS that can export to PDF

Added to portage

2026-06-03

webob - 1.8.10
Ebuild name:

dev-python/webob-1.8.10

Description

WSGI request and response object

Added to portage

2026-06-03

xlsclients - 1.1.6
Ebuild name:

x11-apps/xlsclients-1.1.6

Description

X.Org xlsclients application

Added to portage

2026-06-03

xorg-server - 21.1.23
Ebuild name:

x11-base/xorg-server-21.1.23

Description

X.Org X servers

Added to portage

2026-06-03

xwayland - 24.1.12
Ebuild name:

x11-base/xwayland-24.1.12

Description

Standalone X server running under Wayland

Added to portage

2026-06-03

zsh - 5.9.1
Ebuild name:

app-shells/zsh-5.9.1

Description

UNIX Shell similar to the Korn shell

Added to portage

2026-06-03

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 52.2 ms