dev-lang/execline - 2.9.9.1 (gentoo)

Search

Install

Install this version:

emerge -a =dev-lang/execline-2.9.9.1

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

autounmask =dev-lang/execline-2.9.9.1

Or alternatively:

emerge --autounmask-write -a =dev-lang/execline-2.9.9.1

Package Information

Description:
A non-interactive scripting language
Homepage:
https://www.skarnet.org/software/execline/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
2.9.9.1 8 ~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86 0/$(ver_cut 1-2).0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit optfeature toolchain-funcs

DESCRIPTION="A non-interactive scripting language"
HOMEPAGE="https://www.skarnet.org/software/execline/"
SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz"

LICENSE="ISC"
SLOT="0/$(ver_cut 1-2).0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86"

RDEPEND=">=dev-libs/skalibs-2.15.0.0:="
DEPEND="${RDEPEND}"

HTML_DOCS=( doc/. )

src_prepare() {
	default

	# Avoid QA warning for LDFLAGS addition
	sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die

	sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
}

src_configure() {
	tc-export AR CC RANLIB

	local myconf=(
		--bindir=/bin
		--dynlibdir="/$(get_libdir)"
		--libdir="/usr/$(get_libdir)/${PN}"
		--with-dynlib="/$(get_libdir)"
		--with-lib="/usr/$(get_libdir)/skalibs"
		--with-sysdeps="/usr/$(get_libdir)/skalibs"

		--enable-pkgconfig
		--pkgconfdir="/usr/$(get_libdir)/pkgconfig"

		--enable-shared
		--disable-allstatic
		--disable-static
		--disable-static-libc
	)

	econf "${myconf[@]}"
}

pkg_postinst() {
	optfeature "man pages" app-doc/execline-man-pages
}

Inherited Eclasses

Dependencies

DEPEND

>=dev-libs/skalibs-2.15.0.0:=

RDEPEND

>=dev-libs/skalibs-2.15.0.0:=

Manifest for 2.9.9.1

Type File Size Source URLs
DIST execline-2.9.9.1.tar.gz 119481 bytes https://www.skarnet.org/software/execline/execline-2.9.9.1.tar.gz