app-admin/outdated - 0.15 (illogician-overlay)

Search

Install

Install this version:

emerge -a =app-admin/outdated-0.15

Package Information

Description:
CLI utility that checks running processes for outdated libraries and binaries
Homepage:
https://codeberg.org/illogician/outdated
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.15 8 amd64 0
View Raw Ebuild
# Copyright 2025 illogician <illogician@tutamail.com>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="CLI utility that checks running processes for outdated libraries and binaries"
HOMEPAGE="https://codeberg.org/illogician/outdated"
SRC_URI="https://codeberg.org/illogician/outdated/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"

BDEPEND="dev-lang/go"

src_unpack() {
	default
}

src_prepare() {
	default
	ego build -x
}

src_install() {
	dobin outdated
}

Inherited Eclasses

Dependencies

BDEPEND

dev-lang/go

Manifest for 0.15

Type File Size Source URLs
DIST outdated-0.15.tar.gz 16947 bytes https://codeberg.org/illogician/outdated/archive/0.15.tar.gz