Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/sandy/
Date: Thu, 31 Aug 2017 10:33:44
Message-Id: 1504175525.cbb089e843eacf09d2ac161bb7617f1259611795.jer@gentoo
1 commit: cbb089e843eacf09d2ac161bb7617f1259611795
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 10:32:05 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 10:32:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb089e8
7
8 app-editors/sandy: Switch to HTTPS.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-editors/sandy/Manifest | 2 +-
13 app-editors/sandy/sandy-0.4.ebuild | 6 +++---
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-editors/sandy/Manifest b/app-editors/sandy/Manifest
17 index bb5fc01d1e2..6351f675322 100644
18 --- a/app-editors/sandy/Manifest
19 +++ b/app-editors/sandy/Manifest
20 @@ -1 +1 @@
21 -DIST sandy-0.4.tar.bz2 18309 SHA256 d30336704178611f36a55982932369c6dd55a781e22735bb7dfcb3e4b939492a SHA512 3579436d6566b9ef3273abb7bb1d8934901155220edb963a0ed93db4b860e1e3fa0d0f1235ea87b42f1b6ddbb69e3ef1f5ba7a2e9455d6659b621d9a4e3f25c2 WHIRLPOOL 5e1042ebab68bd2f0e71c25dbd15a35ec06e4b953b3a44637c52cc0949dcddc44131ef64324eac1ba00f49bf0421ac0600f884daded73608bc1aca3cce22bb17
22 +DIST sandy-0.4.tar.bz2 18409 SHA256 cc549e70936424b65b012a664fe8959a5b3f345e3d5be3af9bd1ee9ea80a412b SHA512 6f28588e15ccdc467dd9d0de8b221508333defefe5866005d82292583db9f296284f233271af5e85b648c194dff117f94752cc364ed6c1409dae5c3af755b530 WHIRLPOOL 3944bbf11e7548e8675e5461c5c8686a6046854aa189a1bfa018a0eb14962c9d3601ab9b734c5516457bb402f98b7798825f3660b7a294323f64742eced49bfe
23
24 diff --git a/app-editors/sandy/sandy-0.4.ebuild b/app-editors/sandy/sandy-0.4.ebuild
25 index 17b8c275c8a..47708c7ae36 100644
26 --- a/app-editors/sandy/sandy-0.4.ebuild
27 +++ b/app-editors/sandy/sandy-0.4.ebuild
28 @@ -1,12 +1,12 @@
29 -# Copyright 1999-2015 Gentoo Foundation
30 +# Copyright 1999-2017 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=5
34 inherit eutils flag-o-matic toolchain-funcs
35
36 DESCRIPTION="an ncurses text editor with an easy-to-read, hackable C source"
37 -HOMEPAGE="http://tools.suckless.org/sandy"
38 -SRC_URI="http://git.suckless.org/${PN}/snapshot/${P}.tar.bz2"
39 +HOMEPAGE="https://tools.suckless.org/sandy"
40 +SRC_URI="https://git.suckless.org/${PN}/snapshot/${P}.tar.bz2"
41
42 LICENSE="MIT-with-advertising"
43 SLOT="0"