dev-libs/popt - 1.19 (gentoo)

Search

Install

Install this version:

emerge -a =dev-libs/popt-1.19

Package Information

Description:
Parse Options - Command line parser
Homepage:
https://github.com/rpm-software-management/popt
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.19 8 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic multilib-minimal libtool

DESCRIPTION="Parse Options - Command line parser"
HOMEPAGE="https://github.com/rpm-software-management/popt"
SRC_URI="http://ftp.rpm.org/${PN}/releases/${PN}-1.x/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="nls static-libs"

RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}"
BDEPEND="nls? ( >=sys-devel/gettext-0.19.8 )"

src_prepare() {
	default

	# Unclear what the background to this is, perhaps
	# https://gitlab.exherbo.org/exherbo/arbor/-/commit/5545d22d3493279acf7a55246179f818ef22f5fa
	sed -i -e 's:lt-test1:test1:' tests/testit.sh || die

	elibtoolize
}

multilib_src_configure() {
	append-ldflags $(test-flags-CCLD -Wl,--undefined-version)

	local myeconfargs=(
		--disable-werror
		$(use_enable static-libs static)
		$(use_enable nls)
	)

	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
}

multilib_src_install_all() {
	einstalldocs

	find "${ED}" -type f -name "*.la" -delete || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/popt | euse -E <flag> -p dev-libs/popt | euse -D <flag> -p dev-libs/popt

Global/Standard Flags

nls

Inherited Eclasses

Dependencies

DEPEND

nls? ( >=virtual/libintl-0-r1[] )

RDEPEND

nls? ( >=virtual/libintl-0-r1[] )

BDEPEND

nls? ( >=sys-devel/gettext-0.19.8 )

Manifest for 1.19

Type File Size Source URLs
DIST popt-1.19.tar.gz 596676 bytes http://ftp.rpm.org/popt/releases/popt-1.x/popt-1.19.tar.gz