sys-apps/ata-id - 1 (nymphos)

Search

Install

Install this version:

emerge -a =sys-apps/ata-id-1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/ata-id-1

Or alternatively:

emerge --autounmask-write -a =sys-apps/ata-id-1

Package Information

Description:
Reads product/serial number from ATA drives
Homepage:
https://systemd.io/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 NymphOS Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Reads product/serial number from ATA drives"
HOMEPAGE="https://systemd.io/"
S="${WORKDIR}"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="sys-kernel/linux-headers"

src_compile() {
	"$(tc-getCC)" "${FILESDIR}/${PN}.c" -o "${PN}" || die "build failed"
}

src_install() {
	dobin "${PN}"
}

Inherited Eclasses

Dependencies

DEPEND

sys-kernel/linux-headers