commit:     8196b6a60f2fd0b60e97a42941d5a893b6f89181
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jun  8 10:58:05 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 17:35:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8196b6a6

dev-util/tup: use HTTPS, update DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25807
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/tup/tup-0.7.10.ebuild | 6 +++---
 dev-util/tup/tup-0.7.11.ebuild | 4 ++--
 dev-util/tup/tup-9999.ebuild   | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-util/tup/tup-0.7.10.ebuild b/dev-util/tup/tup-0.7.10.ebuild
index 5c53cf4cfbb1..46df5503aea3 100644
--- a/dev-util/tup/tup-0.7.10.ebuild
+++ b/dev-util/tup/tup-0.7.10.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit linux-info toolchain-funcs
 
-DESCRIPTION="A file-based build system"
-HOMEPAGE="http://gittup.org/tup";
+DESCRIPTION="File-based build system"
+HOMEPAGE="https://gittup.org/tup/";
 # Tup itself is GPLv2, but it bundles differently licensed software:
 # - lua: MIT
 # - sqlite (unused in this ebuild): public domain

diff --git a/dev-util/tup/tup-0.7.11.ebuild b/dev-util/tup/tup-0.7.11.ebuild
index d6acd475e038..18992088eedc 100644
--- a/dev-util/tup/tup-0.7.11.ebuild
+++ b/dev-util/tup/tup-0.7.11.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 inherit linux-info toolchain-funcs
 
-DESCRIPTION="A file-based build system"
-HOMEPAGE="https://gittup.org/tup https://github.com/gittup/tup";
+DESCRIPTION="File-based build system"
+HOMEPAGE="https://gittup.org/tup/ https://github.com/gittup/tup";
 # Tup itself is GPLv2, but it bundles differently licensed software:
 # - lua: MIT
 # - sqlite (unused in this ebuild): public domain

diff --git a/dev-util/tup/tup-9999.ebuild b/dev-util/tup/tup-9999.ebuild
index e657af1652d7..d09d50bfbccb 100644
--- a/dev-util/tup/tup-9999.ebuild
+++ b/dev-util/tup/tup-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit linux-info toolchain-funcs
 
-DESCRIPTION="A file-based build system"
-HOMEPAGE="http://gittup.org/tup";
+DESCRIPTION="File-based build system"
+HOMEPAGE="https://gittup.org/tup/";
 # Tup itself is GPLv2, but it bundles differently licensed software:
 # - lua: MIT
 # - sqlite (unused in this ebuild): public domain

Reply via email to