dev-libs/trio: Add 1.17

Closes: https://github.com/gentoo/gentoo/pull/26711
Signed-off-by: orbea <orbea@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/26734
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
orbea
2022-08-03 19:05:16 -07:00
committed by Ionen Wolkens
parent ba251e2fd7
commit a449b0be45
3 changed files with 30 additions and 1 deletions

View File

@@ -1 +1,2 @@
DIST trio-1.16.tar.gz 167337 BLAKE2B 0f284e0a130723f7511c0e874276c79c1addc1329833d14f0b76bae9808d90b76a2b26817ee85da71c3997360918cb534917a11bbe35ba627d1012cd8a2f6299 SHA512 3a8bac3ed001f70f498bd2ab0881ed6d3760bc978bf9ff587c3fc1d5d7a38205f779c5fe445f41edaa9e23c15bc1b4a521916e19161277741bc8e2f744b46c69
DIST trio-1.17.tar.gz 452237 BLAKE2B 77ff673cc103b07b1424720d28c49d2e33a1402a98d8d21124fabb0cafd3498a99976d808cbbc5a90e1b3a063c6af68c3daf94768d533e4a762b730a253fa012 SHA512 19f4732b32c6a3754677d5766399fa70083c6a78c0d04b1dfa10a578b21405ba3e3d3af6543e4811f5fd305ec2727781a1b0f2888e59c574ca735f8406da7954

View File

@@ -6,6 +6,6 @@
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">ctrio</remote-id>
<remote-id type="github">orbea/trio</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DOCS_BUILDER="doxygen"
DOCS_DEPEND="media-gfx/imagemagick"
DOCS_DIR="doc"
inherit docs
DESCRIPTION="Portable string functions, focus on the *printf() and *scanf() clones"
HOMEPAGE="https://daniel.haxx.se/projects/trio/"
SRC_URI="https://github.com/orbea/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="trio"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_compile() {
default
docs_compile
}
src_install() {
default
find "${D}" -name '*.la' -delete || die
}