sci-libs/readstat - 1.1.9 (tgbugs-overlay)

Search

Install

Install this version:

emerge -a =sci-libs/readstat-1.1.9

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

autounmask =sci-libs/readstat-1.1.9

Or alternatively:

emerge --autounmask-write -a =sci-libs/readstat-1.1.9

Package Information

Description:
library for converting SAS, Stata, and SPSS files
Homepage:
https://github.com/WizardMac/ReadStat
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.9 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="library for converting SAS, Stata, and SPSS files"
HOMEPAGE="https://github.com/WizardMac/ReadStat"
SRC_URI="https://github.com/WizardMac/ReadStat/releases/download/v${PV}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="
	virtual/libiconv
"

PATCHES=( "${FILESDIR}/readstat-1.1.9-uaf-and-fix-warn.patch" )

src_prepare() {
	default
	eautoreconf
}

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}

Inherited Eclasses

Dependencies

RDEPEND

	virtual/libiconv

Manifest for 1.1.9

Type File Size Source URLs
DIST readstat-1.1.9.tar.gz 617234 bytes https://github.com/WizardMac/ReadStat/releases/download/v1.1.9/readstat-1.1.9.tar.gz