public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtlsrpt/
Date: Wed, 29 Jan 2025 15:49:18 +0000 (UTC)	[thread overview]
Message-ID: <1738165752.f5ee38d8649b0744b5c7d94b2ef257536bc7e8d5.mschiff@gentoo> (raw)

commit:     f5ee38d8649b0744b5c7d94b2ef257536bc7e8d5
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 15:48:23 2025 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 15:49:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ee38d8

net-libs/libtlsrpt: fix upstream github repo name

Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 .../{libtlsrpt-0.5.0_rc1.ebuild => libtlsrpt-0.5.0_rc1-r1.ebuild} | 8 ++++----
 net-libs/libtlsrpt/libtlsrpt-9999.ebuild                          | 8 ++++----
 net-libs/libtlsrpt/metadata.xml                                   | 2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1.ebuild b/net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1-r1.ebuild
similarity index 71%
rename from net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1.ebuild
rename to net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1-r1.ebuild
index 6db104bc038a..7f91034e4778 100644
--- a/net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1.ebuild
+++ b/net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1-r1.ebuild
@@ -7,18 +7,18 @@ inherit autotools
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	MY_P="libtlsrpt-${PV/_/}"
-	EGIT_REPO_URI="https://github.com/sys4/tlsrpt.git"
+	MY_P="${PN}${PV/_/}"
+	EGIT_REPO_URI="https://github.com/sys4/${PN}.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"
+	SRC_URI="https://github.com/sys4/${PN}/releases/download/v${PV/_/}/${MY_P}.tar.gz"
 	KEYWORDS="~amd64"
 	S="${WORKDIR}/${MY_P}"
 fi
 
 DESCRIPTION="library to implement TLSRPT"
-HOMEPAGE="https://github.com/sys4/tlsrpt"
+HOMEPAGE="https://github.com/sys4/libtlsrpt"
 
 LICENSE="LGPL-3+"
 SLOT="0"

diff --git a/net-libs/libtlsrpt/libtlsrpt-9999.ebuild b/net-libs/libtlsrpt/libtlsrpt-9999.ebuild
index 6db104bc038a..7f91034e4778 100644
--- a/net-libs/libtlsrpt/libtlsrpt-9999.ebuild
+++ b/net-libs/libtlsrpt/libtlsrpt-9999.ebuild
@@ -7,18 +7,18 @@ inherit autotools
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	MY_P="libtlsrpt-${PV/_/}"
-	EGIT_REPO_URI="https://github.com/sys4/tlsrpt.git"
+	MY_P="${PN}${PV/_/}"
+	EGIT_REPO_URI="https://github.com/sys4/${PN}.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"
+	SRC_URI="https://github.com/sys4/${PN}/releases/download/v${PV/_/}/${MY_P}.tar.gz"
 	KEYWORDS="~amd64"
 	S="${WORKDIR}/${MY_P}"
 fi
 
 DESCRIPTION="library to implement TLSRPT"
-HOMEPAGE="https://github.com/sys4/tlsrpt"
+HOMEPAGE="https://github.com/sys4/libtlsrpt"
 
 LICENSE="LGPL-3+"
 SLOT="0"

diff --git a/net-libs/libtlsrpt/metadata.xml b/net-libs/libtlsrpt/metadata.xml
index 2bc724c1c82a..3f56980d56fc 100644
--- a/net-libs/libtlsrpt/metadata.xml
+++ b/net-libs/libtlsrpt/metadata.xml
@@ -5,6 +5,6 @@
 		<email>mschiff@gentoo.org</email>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">sys4/tlsrpt</remote-id>
+		<remote-id type="github">sys4/libtlsrpt</remote-id>
 	</upstream>
 </pkgmetadata>


             reply	other threads:[~2025-01-29 15:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-29 15:49 Marc Schiffbauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-22 21:46 [gentoo-commits] repo/gentoo:master commit in: net-libs/libtlsrpt/ Jakov Smolić
2025-03-08 11:07 Sam James
2025-02-26 19:51 Arthur Zamarin
2025-02-24 19:40 Sam James
2025-02-24 19:40 Sam James
2025-02-24 19:40 Sam James
2025-02-24 19:40 Sam James
2025-02-24 14:24 Jakov Smolić
2025-02-22  1:49 Marc Schiffbauer
2025-02-22  1:47 Marc Schiffbauer
2025-02-19 20:32 Marc Schiffbauer
2025-01-31 13:09 Marc Schiffbauer
2025-01-26 12:53 Marc Schiffbauer
2025-01-23 19:37 Marc Schiffbauer

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=1738165752.f5ee38d8649b0744b5c7d94b2ef257536bc7e8d5.mschiff@gentoo \
    --to=mschiff@gentoo.org \
    --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