public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/tfdn/
Date: Sun, 14 Apr 2024 15:23:39 +0000 (UTC)	[thread overview]
Message-ID: <1713107698.7d6dedcc2486c1e1244875ae95d96ad9161342ee.julien@gentoo> (raw)

commit:     7d6dedcc2486c1e1244875ae95d96ad9161342ee
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Apr 14 15:13:54 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Apr 14 15:14:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d6dedcc

dev-libs/tfdn: add 1.8.1, drop 1.6.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-libs/tfdn/Manifest                                 | 2 +-
 dev-libs/tfdn/{tfdn-1.6.0.ebuild => tfdn-1.8.1.ebuild} | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-libs/tfdn/Manifest b/dev-libs/tfdn/Manifest
index 8f6b2dc3fa..2a6ef723ec 100644
--- a/dev-libs/tfdn/Manifest
+++ b/dev-libs/tfdn/Manifest
@@ -1,2 +1,2 @@
-DIST tfdn-1.6.0.tar.gz 212502 BLAKE2B 95335b0d76f320a67214d95d43f89539dfee115092455cf05218983422a3e6fa4d771abedc47b97db454a94a19856b0e34e13fa5dc5040272a2f5db595998a17 SHA512 ddbfa31c1089e26fb63005e37263c62454da7ef015cb3b86cc1b76b07664df231de33d70a43ef91bc601f9ce7a6953ce570e6947f54a6e3063a9940e22e624aa
 DIST tfdn-1.7.0.tar.gz 218322 BLAKE2B 708c4191b6d4a9ba07b0cdfda4f6082214a730d0f43a3a23de88292100ae30ca7f1eb174b893779dff541774ebed33edcfbcb7bd57db0d372def62bd537a44e7 SHA512 895291d2b5bd7f74adbef1c2a3de40d3c8b2605202aa30e5beb3bbdbfe09c2b0640616c7fc13e0501a4c698a3df99c6e908d6650e4192ddc3a666754fc1a0fb5
+DIST tfdn-1.8.1.tar.gz 219300 BLAKE2B 4a52097efe0d980cced2d0ecf46a4e6e727ff04bd55849dd34b6908e096a81d9c230b8b9d87ab8eb84ba13b47c0f9c396a9eda21bc2fc56bad69fe7652eb3ee5 SHA512 1546a4228e1ce94881486f6a7c45903bfee49366c0a65a5804b185a0d8580b0cfa9c8e0fc8a5e36910e12e7c5cc03fe7d2c6b9257fa61c90c8a1f72e2b333f79

diff --git a/dev-libs/tfdn/tfdn-1.6.0.ebuild b/dev-libs/tfdn/tfdn-1.8.1.ebuild
similarity index 88%
rename from dev-libs/tfdn/tfdn-1.6.0.ebuild
rename to dev-libs/tfdn/tfdn-1.8.1.ebuild
index a52a07ebbe..1ae0d8a9a8 100644
--- a/dev-libs/tfdn/tfdn-1.6.0.ebuild
+++ b/dev-libs/tfdn/tfdn-1.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 DOCS_BUILDER="doxygen"
 DOCS_DEPEND="app-text/doxygen[dot]"
 DOCS_CONFIG_NAME="the_Foundation.doxygen"
-inherit cmake docs
+inherit cmake docs flag-o-matic
 
 MY_PN="the_foundation"
 DESCRIPTION="Opinionated C11 library for low-level functionality"
@@ -15,7 +15,7 @@ SRC_URI="https://git.skyjake.fi/skyjake/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.t
 S="${WORKDIR}/${MY_PN}"
 
 LICENSE="BSD-2"
-SLOT="0/$(ver_cut 1-2)"
+SLOT="0/1.7"
 KEYWORDS="~amd64 ~x86"
 IUSE="cpu_flags_x86_sse4_1 curl debug ssl"
 
@@ -38,6 +38,7 @@ src_configure() {
 		-DTFDN_ENABLE_WEBREQUEST=$(usex curl)
 	)
 
+	append-cppflags $(usex debug "-UNDEBUG" "-DNDEBUG")
 	cmake_src_configure
 }
 


             reply	other threads:[~2024-04-14 15:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-14 15:23 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-16 15:15 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/tfdn/ David Roman
2023-10-30 11:27 David Roman
2022-11-26 10:54 Florian Schmaus
2022-06-03 10:44 Florian Schmaus
2022-04-12 19:35 Ronny Gutbrod
2022-03-08 13:39 Andrew Ammerlaan
2021-12-27 14:44 Florian Schmaus
2021-12-01 19:34 Andrew Ammerlaan
2021-11-08 13:02 Andrew Ammerlaan

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=1713107698.7d6dedcc2486c1e1244875ae95d96ad9161342ee.julien@gentoo \
    --to=julien@jroy.ca \
    --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