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: dev-lang/pasm/
Date: Fri, 23 Aug 2019 18:26:02
Message-Id: 1566584755.d5e5da47ab99ec91d68b06703cc59ba768512073.mgorny@gentoo
1 commit: d5e5da47ab99ec91d68b06703cc59ba768512073
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 18:23:02 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 18:25:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e5da47
7
8 dev-lang/pasm: Mirror and rename the distfile
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-lang/pasm/Manifest | 2 +-
13 dev-lang/pasm/pasm-1.7.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-lang/pasm/Manifest b/dev-lang/pasm/Manifest
17 index ee95bdb30c3..d6025892338 100644
18 --- a/dev-lang/pasm/Manifest
19 +++ b/dev-lang/pasm/Manifest
20 @@ -1 +1 @@
21 -DIST pasm.tar.gz 82136 BLAKE2B d9aa8ab23eb184ca00b416d172b86c4c4aad0e12eea3ff92979c4570ebcf04306b8030f81524952f62f2221d25384db13d208dd22fb98105b7edd55587537a54 SHA512 313e4ad694704ad59619c46353c53ef9bd5529b6c9faee5cc6124dd0175f7b5a87268d2c26045f0639a0002311828b227915f30e697f8adedcd4256774674283
22 +DIST pasm-1.7.tar.gz 82136 BLAKE2B d9aa8ab23eb184ca00b416d172b86c4c4aad0e12eea3ff92979c4570ebcf04306b8030f81524952f62f2221d25384db13d208dd22fb98105b7edd55587537a54 SHA512 313e4ad694704ad59619c46353c53ef9bd5529b6c9faee5cc6124dd0175f7b5a87268d2c26045f0639a0002311828b227915f30e697f8adedcd4256774674283
23
24 diff --git a/dev-lang/pasm/pasm-1.7.ebuild b/dev-lang/pasm/pasm-1.7.ebuild
25 index e4e41e36730..f6c98702e94 100644
26 --- a/dev-lang/pasm/pasm-1.7.ebuild
27 +++ b/dev-lang/pasm/pasm-1.7.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2018 Gentoo Foundation
30 +# Copyright 1999-2019 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=0
34 @@ -6,7 +6,7 @@ EAPI=0
35 inherit eutils
36
37 DESCRIPTION="A portable assembler for processors of the PowerPC family"
38 -SRC_URI="http://devnull.owl.de/~frank/${PN}.tar.gz"
39 +SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.gz"
40 HOMEPAGE="http://sun.hasenbraten.de/~frank/projects/"
41 LICENSE="GPL-2"
42 SLOT="0"