sys-libs/libfixposix: new package, add 0.4.3

Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye
2022-05-18 17:39:18 +01:00
parent cb363a1767
commit 0c232ff22b
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST libfixposix-0.4.3.tar.gz 40370 BLAKE2B 16be34b15f891d05f4935ad3b9ed734164e63b5fdc660a35c18a7f10d45efd60e747160853a2f2c125aa039769cae0476c1975a348f04e2b302bcc5cad59db1d SHA512 cd1ef4d51a885a0994475563472f0e9d03b8223a69d2f9b30666c2f7eb8716421434a829e710832ae58607944a09410efc693a51f76cb854ccc7278bf619702a
EBUILD libfixposix-0.4.3.ebuild 480 BLAKE2B f65a1fed04fdd1aa4b9d6bf5ed9821d37420054c14ff19a745b6fa71a5076e9d866a13fbbb2e9ab0574e82bc873fa2446fd6e46156a4f54f126b9d6567a8a5c1 SHA512 68c029dceabfc3c0dfe93ec757f6b01b72a24a754b89bc3a0829ef69f7293982256a5cdb401029d692bc8146ae3c318566631fe38f4ba161f4aaf16fe045249f
MISC metadata.xml 258 BLAKE2B ffaa7afa16b051cc19f6db080434f7d00fe3f9007e1ff66374deb7bc02d4dfdf584a0488ac32779b2d90c8e3bed9ed4eaa6bda3c942aaf95b6f3bd61763daa9b SHA512 feabf395256f030d83be82578309675861da1cd515f67dc3319d889810b39cc7fd74bfd2f61e33860f2390b1953501c9c2ebe9070e802fe9478b5ad26e08b254

View File

@@ -0,0 +1,23 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# inherit autotools
DESCRIPTION="Thin wrapper over POSIX syscalls"
HOMEPAGE="https://github.com/sionescu/libfixposix"
SRC_URI="https://github.com/sionescu/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSL-1.1"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
DEPEND="${RDEPEND}"
src_prepare(){
einfo "Generating autotools files..."
autoreconf -i -f
default
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>thinkplex@riseup.net</email>
<name>Quentin Lombardo</name>
</maintainer>
</pkgmetadata>