mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
sys-libs/libfixposix: fix license; add 0.5.1
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST libfixposix-0.4.3.tar.gz 40370 BLAKE2B 16be34b15f891d05f4935ad3b9ed734164e63b5fdc660a35c18a7f10d45efd60e747160853a2f2c125aa039769cae0476c1975a348f04e2b302bcc5cad59db1d SHA512 cd1ef4d51a885a0994475563472f0e9d03b8223a69d2f9b30666c2f7eb8716421434a829e710832ae58607944a09410efc693a51f76cb854ccc7278bf619702a
|
||||
DIST libfixposix-0.5.1.tar.gz 41296 BLAKE2B 7b7b06c8cbbd54fc252a3ca8d765b0947d357d0efcac684f757d0e0b4f35bc043b588e7b603cb9875b5efbc45e6bc562c61040a436b3b5f30f3b8d324a859dfe SHA512 7749f560e779d4dc5712f9871fcca6b6143c482cef90c1785616c2520d75a82b22831ab5e6b76e703dccd1f5344baddf847623ccb91b0552feae6aa7054ac859
|
||||
|
||||
@@ -9,7 +9,7 @@ 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"
|
||||
LICENSE="Boost-1.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
|
||||
23
sys-libs/libfixposix/libfixposix-0.5.1.ebuild
Normal file
23
sys-libs/libfixposix/libfixposix-0.5.1.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# 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="Boost-1.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
einfo "Generating autotools files..."
|
||||
autoreconf -i -f
|
||||
default
|
||||
}
|
||||
@@ -1,5 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<maintainer type="person">
|
||||
<email>julien@jroy.ca</email>
|
||||
<name>Julien Roy</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">sionescu/libfixposix</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user