Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/adjtime/
Date: Sat, 24 Aug 2019 10:00:24
Message-Id: 1566640804.fec2604b7794f299ef958b93cf819f0020774b93.mgorny@gentoo
1 commit: fec2604b7794f299ef958b93cf819f0020774b93
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 24 06:20:44 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 24 10:00:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec2604b
7
8 sys-apps/adjtime: Rename the distfile
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/adjtime/Manifest | 2 +-
13 sys-apps/adjtime/adjtime-0.4-r2.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-apps/adjtime/Manifest b/sys-apps/adjtime/Manifest
17 index 955f6da2499..8cd2d17984d 100644
18 --- a/sys-apps/adjtime/Manifest
19 +++ b/sys-apps/adjtime/Manifest
20 @@ -1 +1 @@
21 -DIST adjtime.zip 2805 BLAKE2B d2d05d69534f8069cd4a97758b8c7f8116987d485a9198ae0fd3d558c404e965e7aef6eabf702b56ea91adbf071eb10959aa6e1bb64d5553bf826f4194bb8f43 SHA512 cc0f16ca19fea240300f9e0a9eddcefa07cb21f59fe4da8e7132dc75ec26ecaf7036ee6d282f8a488005b40077931e1cadc5634095aa0ff402f375bc0e83a1c0
22 +DIST adjtime-0.4.zip 2805 BLAKE2B d2d05d69534f8069cd4a97758b8c7f8116987d485a9198ae0fd3d558c404e965e7aef6eabf702b56ea91adbf071eb10959aa6e1bb64d5553bf826f4194bb8f43 SHA512 cc0f16ca19fea240300f9e0a9eddcefa07cb21f59fe4da8e7132dc75ec26ecaf7036ee6d282f8a488005b40077931e1cadc5634095aa0ff402f375bc0e83a1c0
23
24 diff --git a/sys-apps/adjtime/adjtime-0.4-r2.ebuild b/sys-apps/adjtime/adjtime-0.4-r2.ebuild
25 index cae97c111c4..b6ef649c587 100644
26 --- a/sys-apps/adjtime/adjtime-0.4-r2.ebuild
27 +++ b/sys-apps/adjtime/adjtime-0.4-r2.ebuild
28 @@ -1,11 +1,11 @@
29 -# Copyright 1999-2017 Gentoo Foundation
30 +# Copyright 1999-2019 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=5
34
35 DESCRIPTION="A perl script to adjust the clock tick of the hardware clock on the system board"
36 HOMEPAGE="https://groups.yahoo.com/neo/groups/LinkStation_General/info"
37 -SRC_URI="http://www.gentoogeek.org/files/${PN}.zip"
38 +SRC_URI="http://www.gentoogeek.org/files/${PN}.zip -> ${P}.zip"
39
40 LICENSE="all-rights-reserved" #441922
41 SLOT="0"