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: Mon, 24 Jul 2017 13:11:26
Message-Id: 1500901870.51c57bae7b7bb845292d78ca278eec20e298fcc5.grobian@gentoo
1 commit: 51c57bae7b7bb845292d78ca278eec20e298fcc5
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 22 07:45:15 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 24 13:11:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c57bae
7
8 app-shells/tcsh: fix patch URL, thanks Jonas Stein in bug #625916
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-shells/tcsh/tcsh-6.20.00.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/tcsh/tcsh-6.20.00.ebuild b/app-shells/tcsh/tcsh-6.20.00.ebuild
16 index d2b632d582e..7f54dbfaf36 100644
17 --- a/app-shells/tcsh/tcsh-6.20.00.ebuild
18 +++ b/app-shells/tcsh/tcsh-6.20.00.ebuild
19 @@ -11,7 +11,7 @@ DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
20 HOMEPAGE="http://www.tcsh.org/"
21 SRC_URI="
22 ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz
23 - https://www.gentoo.org/~grobian/distfiles/tcsh-gentoo-patches-r${CONFVER}.tar.bz2"
24 + https://dev.gentoo.org/~grobian/distfiles/tcsh-gentoo-patches-r${CONFVER}.tar.bz2"
25
26 LICENSE="BSD"
27 SLOT="0"