commit:     59931de2f634661f1340346e6cbc411a71f0b234
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 23 04:22:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 04:22:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59931de2

app-text/asa: port to EAPI 7, HTTPS in HOMEPAGE/SRC_URI

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/asa/asa-1.1-r1.ebuild | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-text/asa/asa-1.1-r1.ebuild b/app-text/asa/asa-1.1-r1.ebuild
index 83a488a04c1..64afb7597cb 100644
--- a/app-text/asa/asa-1.1-r1.ebuild
+++ b/app-text/asa/asa-1.1-r1.ebuild
@@ -1,24 +1,26 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit toolchain-funcs
 
 DESCRIPTION="ASA Carriage control conversion for ouput by Fortran programs"
-HOMEPAGE="http://www.ibiblio.org/pub/Linux/devel/lang/fortran/";
-SRC_URI="http://www.ibiblio.org/pub/Linux/devel/lang/fortran/${P}.tar.gz";
+HOMEPAGE="https://www.ibiblio.org/pub/Linux/devel/lang/fortran/";
+SRC_URI="https://www.ibiblio.org/pub/Linux/devel/lang/fortran/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64"
-IUSE=""
 
 src_prepare() {
+       default
+
        sed \
-               -e "s:-o:${LDFLAGS} -o:g" \
+               -e "s;-o;${LDFLAGS} -o;g" \
                -e "/^CFLAGS/d" \
                -i Makefile || die
+
        tc-export CC
 }
 

Reply via email to