Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/tup/
Date: Sat, 02 Jul 2022 17:43:38
Message-Id: 1656783314.8196b6a60f2fd0b60e97a42941d5a893b6f89181.juippis@gentoo
1 commit: 8196b6a60f2fd0b60e97a42941d5a893b6f89181
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Jun 8 10:58:05 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 17:35:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8196b6a6
7
8 dev-util/tup: use HTTPS, update DESCRIPTION
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/25807
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-util/tup/tup-0.7.10.ebuild | 6 +++---
16 dev-util/tup/tup-0.7.11.ebuild | 4 ++--
17 dev-util/tup/tup-9999.ebuild | 6 +++---
18 3 files changed, 8 insertions(+), 8 deletions(-)
19
20 diff --git a/dev-util/tup/tup-0.7.10.ebuild b/dev-util/tup/tup-0.7.10.ebuild
21 index 5c53cf4cfbb1..46df5503aea3 100644
22 --- a/dev-util/tup/tup-0.7.10.ebuild
23 +++ b/dev-util/tup/tup-0.7.10.ebuild
24 @@ -1,12 +1,12 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30
31 inherit linux-info toolchain-funcs
32
33 -DESCRIPTION="A file-based build system"
34 -HOMEPAGE="http://gittup.org/tup"
35 +DESCRIPTION="File-based build system"
36 +HOMEPAGE="https://gittup.org/tup/"
37 # Tup itself is GPLv2, but it bundles differently licensed software:
38 # - lua: MIT
39 # - sqlite (unused in this ebuild): public domain
40
41 diff --git a/dev-util/tup/tup-0.7.11.ebuild b/dev-util/tup/tup-0.7.11.ebuild
42 index d6acd475e038..18992088eedc 100644
43 --- a/dev-util/tup/tup-0.7.11.ebuild
44 +++ b/dev-util/tup/tup-0.7.11.ebuild
45 @@ -5,8 +5,8 @@ EAPI=7
46
47 inherit linux-info toolchain-funcs
48
49 -DESCRIPTION="A file-based build system"
50 -HOMEPAGE="https://gittup.org/tup https://github.com/gittup/tup"
51 +DESCRIPTION="File-based build system"
52 +HOMEPAGE="https://gittup.org/tup/ https://github.com/gittup/tup"
53 # Tup itself is GPLv2, but it bundles differently licensed software:
54 # - lua: MIT
55 # - sqlite (unused in this ebuild): public domain
56
57 diff --git a/dev-util/tup/tup-9999.ebuild b/dev-util/tup/tup-9999.ebuild
58 index e657af1652d7..d09d50bfbccb 100644
59 --- a/dev-util/tup/tup-9999.ebuild
60 +++ b/dev-util/tup/tup-9999.ebuild
61 @@ -1,12 +1,12 @@
62 -# Copyright 1999-2020 Gentoo Authors
63 +# Copyright 1999-2022 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=7
67
68 inherit linux-info toolchain-funcs
69
70 -DESCRIPTION="A file-based build system"
71 -HOMEPAGE="http://gittup.org/tup"
72 +DESCRIPTION="File-based build system"
73 +HOMEPAGE="https://gittup.org/tup/"
74 # Tup itself is GPLv2, but it bundles differently licensed software:
75 # - lua: MIT
76 # - sqlite (unused in this ebuild): public domain