diff options
author | 2020-12-29 15:15:11 +0100 | |
---|---|---|
committer | 2020-12-29 19:45:21 +0000 | |
commit | a04795846141641b7608b245d7ae06d33d721985 (patch) | |
tree | 29b6361227b8b3b17c1e13a95c6b9bb94ca24a7f /app-doc | |
parent | profiles/package.use.mask: remove old openmpi cuda (diff) | |
download | sci-a04795846141641b7608b245d7ae06d33d721985.tar.gz sci-a04795846141641b7608b245d7ae06d33d721985.tar.bz2 sci-a04795846141641b7608b245d7ae06d33d721985.zip |
*/* misc fixes to make repoman happier
- http to https where possible
- remove some blank lines
- quote unqouted variables
- fdo-mime to xdg-utils
- clean up profiles/
- clean up licenses
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Closes: https://github.com/gentoo/sci/pull/999
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/blacs-docs/blacs-docs-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/blacs-docs/blacs-docs-1.1.ebuild b/app-doc/blacs-docs/blacs-docs-1.1.ebuild index 7bb93e833..d1915e0f6 100644 --- a/app-doc/blacs-docs/blacs-docs-1.1.ebuild +++ b/app-doc/blacs-docs/blacs-docs-1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Documentation reference for BLACS implementations" -HOMEPAGE="http://www.netlib.org/blacs/" +HOMEPAGE="https://www.netlib.org/blacs/" SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" LICENSE="BSD" |