From: "Tony Olagbaiye" <gentoo@fron.io>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/libfixposix/
Date: Wed, 18 May 2022 16:39:24 +0000 (UTC) [thread overview]
Message-ID: <1652891958.0c232ff22b2af6c2abd43f8d8418b112660f5a08.gentoo@gentoo> (raw)
commit: 0c232ff22b2af6c2abd43f8d8418b112660f5a08
Author: Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Wed May 18 16:39:18 2022 +0000
Commit: Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Wed May 18 16:39:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c232ff2
sys-libs/libfixposix: new package, add 0.4.3
Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>
sys-libs/libfixposix/Manifest | 3 +++
sys-libs/libfixposix/libfixposix-0.4.3.ebuild | 23 +++++++++++++++++++++++
sys-libs/libfixposix/metadata.xml | 8 ++++++++
3 files changed, 34 insertions(+)
diff --git a/sys-libs/libfixposix/Manifest b/sys-libs/libfixposix/Manifest
new file mode 100644
index 000000000..171e28f53
--- /dev/null
+++ b/sys-libs/libfixposix/Manifest
@@ -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
diff --git a/sys-libs/libfixposix/libfixposix-0.4.3.ebuild b/sys-libs/libfixposix/libfixposix-0.4.3.ebuild
new file mode 100644
index 000000000..73eaf82a1
--- /dev/null
+++ b/sys-libs/libfixposix/libfixposix-0.4.3.ebuild
@@ -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
+}
diff --git a/sys-libs/libfixposix/metadata.xml b/sys-libs/libfixposix/metadata.xml
new file mode 100644
index 000000000..1f8d8d565
--- /dev/null
+++ b/sys-libs/libfixposix/metadata.xml
@@ -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>
next reply other threads:[~2022-05-18 16:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-18 16:39 Tony Olagbaiye [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-18 19:35 [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/libfixposix/ Tony Olagbaiye
2022-05-19 20:59 Tony Olagbaiye
2022-12-04 12:48 Viorel Munteanu
2022-12-06 22:51 Julien Roy
2022-12-09 15:11 Julien Roy
2022-12-11 0:28 Julien Roy
2023-10-14 22:33 Julien Roy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1652891958.0c232ff22b2af6c2abd43f8d8418b112660f5a08.gentoo@gentoo \
--to=gentoo@fron.io \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox