From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63AAC1581F0 for ; Thu, 23 Jan 2025 19:38:00 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4F8C8343370 for ; Thu, 23 Jan 2025 19:38:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 45BA211042D; Thu, 23 Jan 2025 19:37:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3B10411042D for ; Thu, 23 Jan 2025 19:37:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E04B0343370 for ; Thu, 23 Jan 2025 19:37:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47FD41263 for ; Thu, 23 Jan 2025 19:37:57 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1737661057.1d82ccc428c30caa03a3b76e60c9e7901749a0ac.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtlsrpt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtlsrpt/Manifest net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1.ebuild net-libs/libtlsrpt/libtlsrpt-9999.ebuild net-libs/libtlsrpt/metadata.xml X-VCS-Directories: net-libs/libtlsrpt/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 1d82ccc428c30caa03a3b76e60c9e7901749a0ac X-VCS-Branch: master Date: Thu, 23 Jan 2025 19:37:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c577c5b-51c5-44f3-b154-b91063247280 X-Archives-Hash: 2d9950aad20ab9c9c256825aaa9f26b2 commit: 1d82ccc428c30caa03a3b76e60c9e7901749a0ac Author: Marc Schiffbauer gentoo org> AuthorDate: Thu Jan 23 19:29:12 2025 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Thu Jan 23 19:37:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d82ccc4 net-libs/libtlsrpt: new package, add 0.5.0_rc1, 9999 Signed-off-by: Marc Schiffbauer gentoo.org> net-libs/libtlsrpt/Manifest | 1 + net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1.ebuild | 38 +++++++++++++++++++++++++++ net-libs/libtlsrpt/libtlsrpt-9999.ebuild | 38 +++++++++++++++++++++++++++ net-libs/libtlsrpt/metadata.xml | 10 +++++++ 4 files changed, 87 insertions(+) diff --git a/net-libs/libtlsrpt/Manifest b/net-libs/libtlsrpt/Manifest new file mode 100644 index 000000000000..6670c52760db --- /dev/null +++ b/net-libs/libtlsrpt/Manifest @@ -0,0 +1 @@ +DIST libtlsrpt-0.5.0rc1.tar.gz 360474 BLAKE2B 23bbde2a650a56c6f01282cb470781eb9525dba6759833f664eda6d342b298b264570844a7cd735bfe87d8faeeb23f7e1566b791a253c01c679cf9366f674876 SHA512 05ae62b42bad90d5d84bb9fb72f0b53184fef18aafadc9611e16c21333a3fa090c8fbdb0378364ce87154eb4b6a62a566cbdaae0a7216a8f9fc60058572e2501 diff --git a/net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1.ebuild b/net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1.ebuild new file mode 100644 index 000000000000..d6145b4036ba --- /dev/null +++ b/net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1.ebuild @@ -0,0 +1,38 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + MY_P="libtlsrpt-${PV/_/}" + EGIT_REPO_URI="https://github.com/sys4/tlsrpt.git" + S="${WORKDIR}/${MY_P}/${PN}" +else + MY_P="${PN}-${PV/_/}" + SRC_URI="https://github.com/sys4/tlsrpt/releases/download/v${PV/_/}/${MY_P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${MY_P}" +fi + +DESCRIPTION="libraries and tools to implement TLSRPT" +HOMEPAGE="https://github.com/sys4/tlsrpt" + +LICENSE="LGPL-3+" +SLOT="0" + +RDEPEND="${DEPEND}" + +src_prepare() { + if [[ ${PV} == 9999 ]]; then + eautoreconf + fi + default +} + +src_install() { + default + find "${ED}" -type f -name '*.la' -delete || die +} diff --git a/net-libs/libtlsrpt/libtlsrpt-9999.ebuild b/net-libs/libtlsrpt/libtlsrpt-9999.ebuild new file mode 100644 index 000000000000..d6145b4036ba --- /dev/null +++ b/net-libs/libtlsrpt/libtlsrpt-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + MY_P="libtlsrpt-${PV/_/}" + EGIT_REPO_URI="https://github.com/sys4/tlsrpt.git" + S="${WORKDIR}/${MY_P}/${PN}" +else + MY_P="${PN}-${PV/_/}" + SRC_URI="https://github.com/sys4/tlsrpt/releases/download/v${PV/_/}/${MY_P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${MY_P}" +fi + +DESCRIPTION="libraries and tools to implement TLSRPT" +HOMEPAGE="https://github.com/sys4/tlsrpt" + +LICENSE="LGPL-3+" +SLOT="0" + +RDEPEND="${DEPEND}" + +src_prepare() { + if [[ ${PV} == 9999 ]]; then + eautoreconf + fi + default +} + +src_install() { + default + find "${ED}" -type f -name '*.la' -delete || die +} diff --git a/net-libs/libtlsrpt/metadata.xml b/net-libs/libtlsrpt/metadata.xml new file mode 100644 index 000000000000..2bc724c1c82a --- /dev/null +++ b/net-libs/libtlsrpt/metadata.xml @@ -0,0 +1,10 @@ + + + + + mschiff@gentoo.org + + + sys4/tlsrpt + +