public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brett Alcox" <brettalcox@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/syndication-domination/
Date: Sun, 24 Mar 2024 01:06:29 +0000 (UTC)	[thread overview]
Message-ID: <1711242350.e6477015d3611c3c39c96c2bcd376f7342e98e8f.brettalcox@gentoo> (raw)

commit:     e6477015d3611c3c39c96c2bcd376f7342e98e8f
Author:     brettalcox <brettalcox <AT> gmail <DOT> com>
AuthorDate: Sun Mar 24 01:05:50 2024 +0000
Commit:     Brett Alcox <brettalcox <AT> gmail <DOT> com>
CommitDate: Sun Mar 24 01:05:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6477015

net-libs/syndication-domination: 1.0 / 9999 fixup

Signed-off-by: brettalcox <brettalcox <AT> gmail.com>

 net-libs/syndication-domination/metadata.xml                   |  6 +-----
 ...ination-1.0.ebuild => syndication-domination-1.0-r1.ebuild} | 10 ++++++----
 .../syndication-domination/syndication-domination-9999.ebuild  |  6 ++++--
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/net-libs/syndication-domination/metadata.xml b/net-libs/syndication-domination/metadata.xml
index cc054d2618..81cf0cee77 100644
--- a/net-libs/syndication-domination/metadata.xml
+++ b/net-libs/syndication-domination/metadata.xml
@@ -4,16 +4,12 @@
 	<maintainer type="person">
 		<email>brettalcox@gmail.com</email>
 	</maintainer>
-	<maintainer type="person">
-		<name>Julien Roy</name>
-		<email>julien@jroy.ca</email>
-	</maintainer>
 	<upstream>
 		<remote-id type="gitlab">GabMus/syndication-domination</remote-id>
 	</upstream>
 	<use>
 		<flag name="json-binary">
-			Builds a binary executable instead of python bindings
+			Builds a binary executable instead of python bindings 
 		</flag>
 	</use>
 </pkgmetadata>

diff --git a/net-libs/syndication-domination/syndication-domination-1.0.ebuild b/net-libs/syndication-domination/syndication-domination-1.0-r1.ebuild
similarity index 86%
rename from net-libs/syndication-domination/syndication-domination-1.0.ebuild
rename to net-libs/syndication-domination/syndication-domination-1.0-r1.ebuild
index 9c6ee2301f..caaa6164f4 100644
--- a/net-libs/syndication-domination/syndication-domination-1.0.ebuild
+++ b/net-libs/syndication-domination/syndication-domination-1.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_11 python3_12 )
 
 inherit meson python-single-r1
 
@@ -22,7 +22,7 @@ fi
 
 LICENSE="AGPL-3"
 SLOT="0"
-IUSE="json-binary +python"
+IUSE="debug json-binary +python"
 REQUIRED_USE="
 	python? ( ${PYTHON_REQUIRED_USE} )
 	!python? ( json-binary )
@@ -43,9 +43,11 @@ RDEPEND="
 	${DEPEND}
 	python? ( ${PYTHON_DEPS} )
 "
+BDEPEND=""
 
 src_configure() {
-	local emesonargs=(
+	EMESON_BUILDTYPE=$(usex debug debug release)
+	local emesonarge=(
 		--prefix=/usr
 		-DHTML_SUPPORT=true
 		$(meson_use python PYTHON_BINDINGS)

diff --git a/net-libs/syndication-domination/syndication-domination-9999.ebuild b/net-libs/syndication-domination/syndication-domination-9999.ebuild
index c3e7342e24..25c303657d 100644
--- a/net-libs/syndication-domination/syndication-domination-9999.ebuild
+++ b/net-libs/syndication-domination/syndication-domination-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_11 python3_12 )
 
 inherit meson python-single-r1
 
@@ -43,8 +43,10 @@ RDEPEND="
 	${DEPEND}
 	python? ( ${PYTHON_DEPS} )
 "
+BDEPEND=""
 
 src_configure() {
+	EMESON_BUILDTYPE=$(usex debug debug release)
 	local emesonargs=(
 		--prefix=/usr
 		-DHTML_SUPPORT=true


             reply	other threads:[~2024-03-24  1:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-24  1:06 Brett Alcox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-24 14:38 [gentoo-commits] repo/proj/guru:dev commit in: net-libs/syndication-domination/ Julien Roy
2024-03-12  0:18 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-11 23:02 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-11 23:02 Julien Roy
2024-03-11 23:02 Julien Roy
2023-10-05 18:40 Brett Alcox
2023-10-05 17:00 Brett Alcox
2023-10-05  3:12 Brett Alcox

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=1711242350.e6477015d3611c3c39c96c2bcd376f7342e98e8f.brettalcox@gentoo \
    --to=brettalcox@gmail.com \
    --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