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:

83880

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

Querying Portage with etcat

This tip shows you how to use the etcat command to retrieve information on Portage, USE flags, package versions, and much more.

While there are other package query utilities such as qpkg or epm, etcat has some unique features. Some of these features include the ability to display the amount of disk space a particular package is using, the USE flags the package was compiled with, and the versions available for a package.

The first step is installing the app-admin/gentoolkit package from Portage. This installs etcat (among other utilities) to /usr/bin/.

Code Listing 1: Getting etcat>

# emerge app-admin/gentoolkit

To view the size of the package, use etcat size [package].

Code Listing 2: Displaying the size of a package

# etcat size mozilla
[ Results for search key : mozilla ]
[ Applications found : 4 ]  
  
 Only printing found installed programs.  
  
* mozilla-firebird-bin-0.5  
           Total Files : 338  
            Total Size : 20925.18 KB  
* mozilla-1.3-r1  
           Total Files : 3155  
            Total Size : 52073.05 KB  
  
# etcat size evolution  
[ Results for search key : evolution ]  
[ Applications found : 1 ]  
  
 Only printing found installed programs.  
  
* evolution-1.2.4  
           Total Files : 1421  
            Total Size : 33456.65 KB  
  
# etcat size fluxbox  
[ Results for search key : fluxbox ]  
[ Applications found : 1 ]  
  
 Only printing found installed programs.  
  
* fluxbox-0.1.14-r1  
           Total Files : 26  
            Total Size : 806.92 KB

To look at the USE flags a package was compiled with, use etcat uses [package]. For example, the following command shows which USE flags Postfix was compiled with.

Code Listing 3: Displaying USE flags

# etcat uses net-mail/postfix  
[ Colour Code : set unset ]  
[ Legend      : (U) Col 1 - Current USE flags        ]  
[             : (I) Col 2 - Installed With USE flags ]  
  
 U I [ Found these USE variables in : net-mail/postfix-2.0.9 ]  
 + + ssl     : Adds support for Secure Socket Layer connections  
 + + mysql   : Adds mySQL support  
 + + sasl    : Adds support for the Simple Authentication and Security Layer  
 + + ldap    : Adds LDAP support (Lightweight Directory Access Protocol)  
 - - ipv6    : Adds support for IP version 6  
 - - maildir : Adds support for maildir (~/.maildir) style mail spools  
 - - mbox    : Adds support for mbox (/var/spool/mail) style mail spools  
  
# etcat uses fluxbox  
[ Colour Code : set unset ]  
[ Legend      : (U) Col 1 - Current USE flags        ]  
[             : (I) Col 2 - Installed With USE flags ]  
  
 U I [ Found these USE variables in : x11-wm/fluxbox-0.1.14-r1 ]  
 - - kde      : Adds support for kde-base/kde (K Desktop Enviroment)  
 + + gnome    : Adds GNOME support  
 + + nls      : unknown  
 + - xinerama : Add support for XFree86's xinerama extension,
                which allows you to stretch  your display across
                multiple monitors  
 + + truetype : Adds support for FreeType and/or FreeType2 fonts

To see which versions of a specific package are available, use etcat versions [package]

Code Listing 4: Displaying available package versions

# etcat versions kde-base/kde  
[ Results for search key : kde-base/kde ]  
[ Applications found : 1 ]  
  
*  kde-base/kde :  
        [   ] kde-base/kde-2.2.2-r1 (2)  
        [   ] kde-base/kde-3.0.4 (3.0)  
        [   ] kde-base/kde-3.0.5a (3.0)  
        [   ] kde-base/kde-3.0.5b (3.0)  
        [   ] kde-base/kde-3.1.1a (3.1)  
        [   ] kde-base/kde-3.1.1 (3.1)  
        [   ] kde-base/kde-3.1.2 (3.1)  
        [   ] kde-base/kde-3.1 (3.1)  
  
# etcat versions net-mail/evolution  
[ Results for search key : net-mail/evolution ]  
[ Applications found : 1 ]  
  
*  net-mail/evolution :  
        [   ] net-mail/evolution-1.2.3 (0)  
        [  I] net-mail/evolution-1.2.4 (0)  
        [M~ ] net-mail/evolution-1.3.92 (2)  
        [M~ ] net-mail/evolution-1.4.0 (0)  
  
# etcat versions net-www/apache  
[ Results for search key : net-www/apache ]  
[ Applications found : 1 ]  
  
*  net-www/apache :  
        [   ] net-www/apache-1.3.27 (1)  
        [   ] net-www/apache-1.3.27-r1 (1)  
        [M~ ] net-www/apache-1.3.27-r2 (1)  
        [   ] net-www/apache-1.3.27-r3 (1)  
        [M~ ] net-www/apache-1.3.27-r4 (1)  
        [M~ ] net-www/apache-2.0.43-r1 (2)  
        [M~ ] net-www/apache-2.0.44 (2)  
        [M~ ] net-www/apache-2.0.45 (2)  
        [M~I] net-www/apache-2.0.46 (2)

Note: If you don't specify the category, etcat will try to find all possible matches in Portage. If the package name is common or occurs in many other package names, you may get a lot more output that you wanted.

For more detailed information, type man etcat. For a quick overview of available options, just type etcat.

From http://www.gentoo.org/news/en/gwn/20030623-newsletter.xml

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-03-22
XML-Parser - 2.510.0
Ebuild name:

dev-perl/XML-Parser-2.510.0

Description

A perl module for parsing XML documents

Added to portage

2026-03-22

alglib - 4.07.0
Ebuild name:

sci-libs/alglib-4.07.0

Description

Numerical analysis and data processing library

Added to portage

2026-03-22

clang - 23.0.0_pre20260321
Ebuild name:

dev-python/clang-23.0.0_pre20260321

Description

Python bindings for llvm-core/clang

Added to portage

2026-03-22

clang - 23.0.0_pre20260321
Ebuild name:

llvm-core/clang-23.0.0_pre20260321

Description

C language family frontend for LLVM

Added to portage

2026-03-22

clang-common - 23.0.0_pre20260321
Ebuild name:

llvm-core/clang-common-23.0.0_pre20260321

Description

Common files shared between multiple slots of clang

Added to portage

2026-03-22

clang-runtime - 23-r1
Ebuild name:

llvm-runtimes/clang-runtime-23-r1

Description

Meta-ebuild for clang runtime libraries

Added to portage

2026-03-22

compiler-rt - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/compiler-rt-23.0.0_pre20260321

Description

Compiler runtime library for clang (built-in part)

Added to portage

2026-03-22

compiler-rt-sanitizers - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/compiler-rt-sanitizers-23.0.0_pre20260321

Description

Compiler runtime libraries for clang (sanit

Added to portage

2026-03-22

flang - 23.0.0_pre20260321
Ebuild name:

llvm-core/flang-23.0.0_pre20260321

Description

LLVM's Fortran frontend

Added to portage

2026-03-22

flang-rt - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/flang-rt-23.0.0_pre20260321

Description

LLVM's Fortran runtime

Added to portage

2026-03-22

gcc - 13.4.1_p20260319
Ebuild name:

sys-devel/gcc-13.4.1_p20260319

Description

The GNU Compiler Collection

Added to portage

2026-03-22

gcc - 14.3.1_p20260320
Ebuild name:

sys-devel/gcc-14.3.1_p20260320

Description

The GNU Compiler Collection

Added to portage

2026-03-22

gcc - 15.2.1_p20260321
Ebuild name:

sys-devel/gcc-15.2.1_p20260321

Description

The GNU Compiler Collection

Added to portage

2026-03-22

libclc - 23.0.0_pre20260321
Ebuild name:

llvm-core/libclc-23.0.0_pre20260321

Description

OpenCL C library

Added to portage

2026-03-22

libcxx - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/libcxx-23.0.0_pre20260321

Description

New implementation of the C++ standard library, targeting C

Added to portage

2026-03-22

libcxxabi - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/libcxxabi-23.0.0_pre20260321

Description

Low level support for a standard C++ library

Added to portage

2026-03-22

libgcc - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/libgcc-23.0.0_pre20260321

Description

Compiler runtime library for clang, compatible with libgcc_

Added to portage

2026-03-22

libunwind - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/libunwind-23.0.0_pre20260321

Description

C++ runtime stack unwinder from LLVM

Added to portage

2026-03-22

lit - 23.0.0_pre20260321
Ebuild name:

dev-python/lit-23.0.0_pre20260321

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2026-03-22

lld - 23.0.0_pre20260321
Ebuild name:

llvm-core/lld-23.0.0_pre20260321

Description

The LLVM linker (link editor)

Added to portage

2026-03-22

lldb - 23.0.0_pre20260321
Ebuild name:

llvm-core/lldb-23.0.0_pre20260321

Description

The LLVM debugger

Added to portage

2026-03-22

llvm - 23.0.0_pre20260321
Ebuild name:

dev-ml/llvm-23.0.0_pre20260321

Description

OCaml bindings for LLVM

Added to portage

2026-03-22

llvm - 23.0.0_pre20260321
Ebuild name:

llvm-core/llvm-23.0.0_pre20260321

Description

Low Level Virtual Machine

Added to portage

2026-03-22

llvm-common - 23.0.0_pre20260321
Ebuild name:

llvm-core/llvm-common-23.0.0_pre20260321

Description

Common files shared between multiple slots of LLVM

Added to portage

2026-03-22

mlir - 23.0.0_pre20260321
Ebuild name:

llvm-core/mlir-23.0.0_pre20260321

Description

Multi-Level Intermediate Representation (library only)

Added to portage

2026-03-22

mypy - 1.19.1-r1
Ebuild name:

dev-python/mypy-1.19.1-r1

Description

Optional static typing for Python

Added to portage

2026-03-22

mypy - 1.19.1-r2
Ebuild name:

dev-python/mypy-1.19.1-r2

Description

Optional static typing for Python

Added to portage

2026-03-22

openmp - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/openmp-23.0.0_pre20260321

Description

OpenMP runtime libraries for LLVM/clang compiler

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 22.1.0-r1
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-22.1.0-r1

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 22.1.1
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-22.1.1

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 23.0.0.9999
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-23.0.0.9999

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 23.0.0_pre20260307
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-23.0.0_pre20260307

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 23.0.0_pre20260314
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-23.0.0_pre20260314

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-23.0.0_pre20260321

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 22.1.0-r1
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-22.1.0-r1

Description

OpenMP target library for nvptx64 devices

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 22.1.1
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-22.1.1

Description

OpenMP target library for nvptx64 devices

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 23.0.0.9999
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-23.0.0.9999

Description

OpenMP target library for nvptx64 devices

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 23.0.0_pre20260307
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-23.0.0_pre20260307

Description

OpenMP target library for nvptx64 devic

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 23.0.0_pre20260314
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-23.0.0_pre20260314

Description

OpenMP target library for nvptx64 devic

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-23.0.0_pre20260321

Description

OpenMP target library for nvptx64 devic

Added to portage

2026-03-22

openmp-spirv64-intel - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/openmp-spirv64-intel-23.0.0_pre20260321

Description

OpenMP target library for spirv64 Intel devic

Added to portage

2026-03-22

polly - 23.0.0_pre20260321
Ebuild name:

llvm-core/polly-23.0.0_pre20260321

Description

Polyhedral optimizations for LLVM

Added to portage

2026-03-22

shadow - 4.19.4
Ebuild name:

sys-apps/shadow-4.19.4

Description

Utilities to deal with user accounts

Added to portage

2026-03-22

spamassassin - 4.0.2-r1
Ebuild name:

mail-filter/spamassassin-4.0.2-r1

Description

An extensible mail filter which can identify and tag spam

Added to portage

2026-03-22

wayland - 1.25.0-r1
Ebuild name:

dev-libs/wayland-1.25.0-r1

Description

Wayland protocol libraries

Added to portage

2026-03-22

2026-03-21
asyncstdlib - 3.14.0
Ebuild name:

dev-python/asyncstdlib-3.14.0

Description

The missing async toolbox

Added to portage

2026-03-21

autoconf - 2.73
Ebuild name:

dev-build/autoconf-2.73

Description

Used to create autoconfiguration files

Added to portage

2026-03-21

autoconf-wrapper - 20260320
Ebuild name:

dev-build/autoconf-wrapper-20260320

Description

Wrapper for autoconf to manage multiple autoconf versions

Added to portage

2026-03-21

awscli - 1.44.63
Ebuild name:

app-admin/awscli-1.44.63

Description

Universal Command Line Environment for AWS

Added to portage

2026-03-21

boto3 - 1.42.73
Ebuild name:

dev-python/boto3-1.42.73

Description

The AWS SDK for Python

Added to portage

2026-03-21

botocore - 1.42.73
Ebuild name:

dev-python/botocore-1.42.73

Description

Low-level, data-driven core of boto 3

Added to portage

2026-03-21

chrome-binary-plugins - 146.0.7680.153
Ebuild name:

www-plugins/chrome-binary-plugins-146.0.7680.153

Description

Binary plugins from Google Chrome for use in Chrom

Added to portage

2026-03-21

chrome-binary-plugins - 147.0.7727.15_beta
Ebuild name:

www-plugins/chrome-binary-plugins-147.0.7727.15_beta

Description

Binary plugins from Google Chrome for use in C

Added to portage

2026-03-21

chromedriver-bin - 146.0.7680.153
Ebuild name:

www-apps/chromedriver-bin-146.0.7680.153

Description

WebDriver for Chrome

Added to portage

2026-03-21

chromium - 146.0.7680.153
Ebuild name:

www-client/chromium-146.0.7680.153

Description

Open-source version of Google Chrome web browser

Added to portage

2026-03-21

chromium - 147.0.7727.15
Ebuild name:

www-client/chromium-147.0.7727.15

Description

Open-source version of Google Chrome web browser

Added to portage

2026-03-21

devcontainer - 0.84.1
Ebuild name:

app-containers/devcontainer-0.84.1

Description

Reference implementation of the Development Containers specifica

Added to portage

2026-03-21

dnsdist - 2.0.2-r1
Ebuild name:

net-dns/dnsdist-2.0.2-r1

Description

A highly DNS-, DoS- and abuse-aware loadbalancer

Added to portage

2026-03-21

eselect - 1.4.32
Ebuild name:

app-admin/eselect-1.4.32

Description

Gentoo's multi-purpose configuration and management tool

Added to portage

2026-03-21

google-chrome - 146.0.7680.153
Ebuild name:

www-client/google-chrome-146.0.7680.153

Description

The web browser from Google

Added to portage

2026-03-21

google-chrome-beta - 147.0.7727.15
Ebuild name:

www-client/google-chrome-beta-147.0.7727.15

Description

The web browser from Google

Added to portage

2026-03-21

importlib-metadata - 8.9.0
Ebuild name:

dev-python/importlib-metadata-8.9.0

Description

Read metadata from Python packages

Added to portage

2026-03-21

importlib-metadata - 9.0.0
Ebuild name:

dev-python/importlib-metadata-9.0.0

Description

Read metadata from Python packages

Added to portage

2026-03-21

jaraco-context - 6.1.2
Ebuild name:

dev-python/jaraco-context-6.1.2

Description

Context managers by jaraco

Added to portage

2026-03-21

jsonpointer - 3.1.0
Ebuild name:

dev-python/jsonpointer-3.1.0

Description

Identify specific nodes in a JSON document (according to draft 08)

Added to portage

2026-03-21

kitty - 0.46.2
Ebuild name:

x11-terms/kitty-0.46.2

Description

Fast, feature-rich, GPU-based terminal

Added to portage

2026-03-21

kitty-shell-integration - 0.46.2
Ebuild name:

x11-terms/kitty-shell-integration-0.46.2

Description

Shell integration scripts for kitty, a GPU-based terminal

Added to portage

2026-03-21

kitty-terminfo - 0.46.2
Ebuild name:

x11-terms/kitty-terminfo-0.46.2

Description

Terminfo for kitty, a GPU-based terminal emulator

Added to portage

2026-03-21

lambda-term - 3.3.3
Ebuild name:

dev-ml/lambda-term-3.3.3

Description

Terminal manipulation library for OCaml

Added to portage

2026-03-21

libhtp - 0.5.53
Ebuild name:

net-libs/libhtp-0.5.53

Description

Security-aware parser for the HTTP protocol and the related bits and pieces

Added to portage

2026-03-21

marknote - 1.5.1
Ebuild name:

app-text/marknote-1.5.1

Description

Markdown editor with a wide range of formating options for everyday notes

Added to portage

2026-03-21

mesa - 26.0.3
Ebuild name:

media-libs/mesa-26.0.3

Description

OpenGL-like graphic library for Linux

Added to portage

2026-03-21

mesa_clc - 26.0.3
Ebuild name:

dev-util/mesa_clc-26.0.3

Description

mesa_clc tool used for building OpenCL C to SPIR-V

Added to portage

2026-03-21

microsoft-edge - 146.0.3856.72
Ebuild name:

www-client/microsoft-edge-146.0.3856.72

Description

The web browser from Microsoft

Added to portage

2026-03-21

microsoft-edge-beta - 147.0.3912.16
Ebuild name:

www-client/microsoft-edge-beta-147.0.3912.16

Description

The web browser from Microsoft

Added to portage

2026-03-21

microsoft-edge-dev - 147.0.3912.10
Ebuild name:

www-client/microsoft-edge-dev-147.0.3912.10

Description

The web browser from Microsoft

Added to portage

2026-03-21

mirrorselect - 2.6.2
Ebuild name:

app-portage/mirrorselect-2.6.2

Description

Tool to help select distfiles mirrors for Gentoo

Added to portage

2026-03-21

mu-cite - 8.1_p202011031127
Ebuild name:

app-emacs/mu-cite-8.1_p202011031127

Description

Message citation utilities for emacsen

Added to portage

2026-03-21

multi-term - 1.4-r1
Ebuild name:

app-emacs/multi-term-1.4-r1

Description

Manage multiple terminal buffers in Emacs

Added to portage

2026-03-21

multiple-cursors - 1.5.0
Ebuild name:

app-emacs/multiple-cursors-1.5.0

Description

Multiple cursors for Emacs

Added to portage

2026-03-21

muse - 3.20.2
Ebuild name:

app-emacs/muse-3.20.2

Description

An authoring and publishing environment for Emacs

Added to portage

2026-03-21

musl - 1.2.6
Ebuild name:

sys-libs/musl-1.2.6

Description

Light, fast and, simple C library focused on standards-conformance and safety

Added to portage

2026-03-21

openpgp-keys-oisf - 20260319
Ebuild name:

sec-keys/openpgp-keys-oisf-20260319

Description

OpenPGP key used by Open InfoSec Foundation (OISF) software rel

Added to portage

2026-03-21

openrc - 0.63-r2
Ebuild name:

sys-apps/openrc-0.63-r2

Description

OpenRC manages the services, startup and shutdown of a host

Added to portage

2026-03-21

opera - 129.0.5823.15
Ebuild name:

www-client/opera-129.0.5823.15

Description

A fast and secure web browser

Added to portage

2026-03-21

opera-developer - 130.0.5839.0
Ebuild name:

www-client/opera-developer-130.0.5839.0

Description

A fast and secure web browser

Added to portage

2026-03-21

pbs-installer - 2026.3.20
Ebuild name:

dev-python/pbs-installer-2026.3.20

Description

Installer for Python Build Standalone

Added to portage

2026-03-21

picard - 3.0.0_alpha4
Ebuild name:

media-sound/picard-3.0.0_alpha4

Description

Cross-platform music tagger

Added to portage

2026-03-21

pipdeptree - 2.33.0
Ebuild name:

dev-python/pipdeptree-2.33.0

Description

Utility for displaying installed packages in a dependency tree

Added to portage

2026-03-21

protobuf - 7.34.1
Ebuild name:

dev-python/protobuf-7.34.1

Description

Google's Protocol Buffers - Python bindings

Added to portage

2026-03-21

pyicu - 2.16.2
Ebuild name:

dev-python/pyicu-2.16.2

Description

Python bindings for dev-libs/icu

Added to portage

2026-03-21

pytest-check - 2.7.7
Ebuild name:

dev-python/pytest-check-2.7.7

Description

pytest plugin that allows multiple failures per test

Added to portage

2026-03-21

qtile - 0.35.0
Ebuild name:

x11-wm/qtile-0.35.0

Description

A full-featured, hackable tiling window manager written in Python

Added to portage

2026-03-21

seedfiles - 1.1-r1
Ebuild name:

sys-apps/seedfiles-1.1-r1

Description

Portable drop-in reimplementation of systemd-tmpfiles

Added to portage

2026-03-21

seedfiles - 9999
Ebuild name:

sys-apps/seedfiles-9999

Description

Portable drop-in reimplementation of systemd-tmpfiles

Added to portage

2026-03-21

solarus-quest-editor - 2.0.3-r2
Ebuild name:

games-misc/solarus-quest-editor-2.0.3-r2

Description

Quest editor for Solarus game engine

Added to portage

2026-03-21

sphinx-autodoc-typehints - 3.9.9
Ebuild name:

dev-python/sphinx-autodoc-typehints-3.9.9

Description

Type hints support for the Sphinx autodoc extension

Added to portage

2026-03-21

suricata - 7.0.15
Ebuild name:

net-analyzer/suricata-7.0.15

Description

High performance Network IDS, IPS and Network Security Monitoring engi

Added to portage

2026-03-21

systemd - 260-r2
Ebuild name:

sys-apps/systemd-260-r2

Description

System and service manager for Linux

Added to portage

2026-03-21

systemd-utils - 260-r1
Ebuild name:

sys-apps/systemd-utils-260-r1

Description

Utilities split out from systemd for OpenRC users

Added to portage

2026-03-21

texlive-core - 2024-r2
Ebuild name:

app-text/texlive-core-2024-r2

Description

A complete TeX distribution

Added to portage

2026-03-21

tmpfiles - 0-r7
Ebuild name:

virtual/tmpfiles-0-r7

Description

Virtual to select between different tmpfiles.d handlers

Added to portage

2026-03-21

toml-fmt-common - 1.3.2
Ebuild name:

dev-python/toml-fmt-common-1.3.2

Description

Common logic to the TOML formatter

Added to portage

2026-03-21

treepy - 0.1.3
Ebuild name:

app-emacs/treepy-0.1.3

Description

Generic tree traversing tools for Emacs Lisp

Added to portage

2026-03-21

vit - 2.3.4
Ebuild name:

app-misc/vit-2.3.4

Description

A lightweight, fast, curses-based front end to Taskwarrior

Added to portage

2026-03-21

warzone2100 - 4.6.1-r1
Ebuild name:

games-strategy/warzone2100-4.6.1-r1

Description

3D real-time strategy game

Added to portage

2026-03-21

wayland-scanner - 1.25.0
Ebuild name:

dev-util/wayland-scanner-1.25.0

Description

wayland-scanner tool

Added to portage

2026-03-21

whenever - 0.10.0_beta1
Ebuild name:

dev-python/whenever-0.10.0_beta1

Description

Modern datetime library for Python

Added to portage

2026-03-21

wine-staging - 11.5
Ebuild name:

app-emulation/wine-staging-11.5

Description

Free implementation of Windows(tm) on Unix, with Wine-Staging patch

Added to portage

2026-03-21

wine-vanilla - 11.5
Ebuild name:

app-emulation/wine-vanilla-11.5

Description

Free implementation of Windows(tm) on Unix, without external patchs

Added to portage

2026-03-21

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