Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/tcsh/
Date: Wed, 09 Feb 2022 08:15:39
Message-Id: 1644394532.f2e9fef93a9857118a12c18cd70740690478d71a.grobian@gentoo
1 commit: f2e9fef93a9857118a12c18cd70740690478d71a
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 08:14:52 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 08:15:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e9fef9
7
8 app-shells/tcsh-6.24.00: version bump, fix old urls, #832929
9
10 Closes: https://bugs.gentoo.org/832929
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 app-shells/tcsh/Manifest | 1 +
15 app-shells/tcsh/tcsh-6.22.02-r1.ebuild | 4 ++--
16 app-shells/tcsh/tcsh-6.22.04-r1.ebuild | 4 ++--
17 app-shells/tcsh/tcsh-6.23.02.ebuild | 2 +-
18 app-shells/tcsh/{tcsh-6.23.02.ebuild => tcsh-6.24.00.ebuild} | 1 +
19 5 files changed, 7 insertions(+), 5 deletions(-)
20
21 diff --git a/app-shells/tcsh/Manifest b/app-shells/tcsh/Manifest
22 index 7512bb2c7c91..84df06698cf2 100644
23 --- a/app-shells/tcsh/Manifest
24 +++ b/app-shells/tcsh/Manifest
25 @@ -1,4 +1,5 @@
26 DIST tcsh-6.22.02.tar.gz 1006405 BLAKE2B f18b2c48958b4d38a0f55b0df8563564b2a3b34becf02eda8802d7f5e2194082bf96c46323d606c2e6bd2a26aaed303bae3132d03515274407c63b713583dde7 SHA512 32d271b568c63265ea4c98494f5e60b37c3a3fc2594e8763b8f6f0b09018ab9db7ef6f951120b37f7880ccf04ba3a2559e30dc08d24f4ba9dc36853238d55980
27 DIST tcsh-6.22.04.tar.gz 1012977 BLAKE2B 5702e17e25603a244e4481294cbe2dc2272d4f3ac8362be9e1dd65f3857e0e54520a245d321dda5ef747345776c22068dcb130705daddf71cb650b154ed96ba4 SHA512 3956df52124d496dc0e67e4e3e801787f31690f96a60399953e401648d5b4cfb06baa9833c32cb771177b3e89b7a27e5765534db073206568fe773598a55e873
28 DIST tcsh-6.23.02.tar.gz 947265 BLAKE2B f1f6e1b98458a847e55802cdad14cbecb1ed222e18d8fd2547da7765e0658b645685f0baebcf5f08f237a94c7b56ba400d1e51f1743798b8acd375726772825c SHA512 bf83987e4667e3e514b99b6ee0a7f04c8eafad2bdb20f480e2a3614fc2112e01a75d3fcbf43ce54a4ef6d12a03693c3446ae6e14daa91f0ae7556019de1bce2a
29 +DIST tcsh-6.24.00.tar.gz 949411 BLAKE2B 0751707e233fedc2b8a9360f27e8f4a3e030956e97809b0a52ffe0541b6d15b4f7ff2cbd0832743f702757129366a979ecab745342823d9bbb1863c1d024646d SHA512 0a50332aadd4309a8b1506a4771ac77c5368c4e1952dd719bd01eca15711743983ff13ec7098dbaf565b4293ac0355ff565344991e0d0c0c9ef75237220e7730
30 DIST tcsh-gentoo-patches-r1.9.tar.bz2 2488 BLAKE2B 58924e623c75068cdc686be61755bdbcf8d0949a2141ac532ac089f80ff083b2c9f6767038b9fc52171a00ed82c558b83216327c87b41f51c3648343869cd5b6 SHA512 9903e9c3e2279abcac09a3235f3c5db9f42156c18137eb651ede195ca2b069f0b5bc6105fed33666b69796c4ebf03e4efe63cd9beba1898bac7297a2f74bfd3d
31
32 diff --git a/app-shells/tcsh/tcsh-6.22.02-r1.ebuild b/app-shells/tcsh/tcsh-6.22.02-r1.ebuild
33 index 962d72644d4b..5ce918e71b82 100644
34 --- a/app-shells/tcsh/tcsh-6.22.02-r1.ebuild
35 +++ b/app-shells/tcsh/tcsh-6.22.02-r1.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 +# Copyright 1999-2022 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=6
42 @@ -10,7 +10,7 @@ CONFVER="1.9"
43 DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
44 HOMEPAGE="https://www.tcsh.org/"
45 SRC_URI="
46 - ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz
47 + ftp://ftp.astron.com/pub/tcsh/old/${P}.tar.gz
48 https://dev.gentoo.org/~grobian/distfiles/tcsh-gentoo-patches-r${CONFVER}.tar.bz2"
49
50 LICENSE="BSD"
51
52 diff --git a/app-shells/tcsh/tcsh-6.22.04-r1.ebuild b/app-shells/tcsh/tcsh-6.22.04-r1.ebuild
53 index da1bb0b9c52b..6bad4903d99c 100644
54 --- a/app-shells/tcsh/tcsh-6.22.04-r1.ebuild
55 +++ b/app-shells/tcsh/tcsh-6.22.04-r1.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2021 Gentoo Authors
58 +# Copyright 1999-2022 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=7
62 @@ -10,7 +10,7 @@ CONFVER="1.9"
63 DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
64 HOMEPAGE="https://www.tcsh.org/"
65 SRC_URI="
66 - ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz
67 + ftp://ftp.astron.com/pub/tcsh/old/${P}.tar.gz
68 https://dev.gentoo.org/~grobian/distfiles/tcsh-gentoo-patches-r${CONFVER}.tar.bz2"
69
70 LICENSE="BSD"
71
72 diff --git a/app-shells/tcsh/tcsh-6.23.02.ebuild b/app-shells/tcsh/tcsh-6.23.02.ebuild
73 index 272be1706d35..4dde5bb6b458 100644
74 --- a/app-shells/tcsh/tcsh-6.23.02.ebuild
75 +++ b/app-shells/tcsh/tcsh-6.23.02.ebuild
76 @@ -10,7 +10,7 @@ CONFVER="1.9"
77 DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
78 HOMEPAGE="https://www.tcsh.org/"
79 SRC_URI="
80 - ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz
81 + ftp://ftp.astron.com/pub/tcsh/old/${P}.tar.gz
82 https://dev.gentoo.org/~grobian/distfiles/tcsh-gentoo-patches-r${CONFVER}.tar.bz2"
83
84 LICENSE="BSD"
85
86 diff --git a/app-shells/tcsh/tcsh-6.23.02.ebuild b/app-shells/tcsh/tcsh-6.24.00.ebuild
87 similarity index 98%
88 copy from app-shells/tcsh/tcsh-6.23.02.ebuild
89 copy to app-shells/tcsh/tcsh-6.24.00.ebuild
90 index 272be1706d35..2401dc67449c 100644
91 --- a/app-shells/tcsh/tcsh-6.23.02.ebuild
92 +++ b/app-shells/tcsh/tcsh-6.24.00.ebuild
93 @@ -11,6 +11,7 @@ DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
94 HOMEPAGE="https://www.tcsh.org/"
95 SRC_URI="
96 ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz
97 + ftp://ftp.astron.com/pub/tcsh/old/${P}.tar.gz
98 https://dev.gentoo.org/~grobian/distfiles/tcsh-gentoo-patches-r${CONFVER}.tar.bz2"
99
100 LICENSE="BSD"