diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-12-29 15:15:11 +0100 |
---|---|---|
committer | Aisha Tammy <gentoo@aisha.cc> | 2020-12-29 19:45:21 +0000 |
commit | a04795846141641b7608b245d7ae06d33d721985 (patch) | |
tree | 29b6361227b8b3b17c1e13a95c6b9bb94ca24a7f /sci-biology/lucy | |
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 'sci-biology/lucy')
-rw-r--r-- | sci-biology/lucy/lucy-1.20.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/lucy/lucy-1.20.ebuild b/sci-biology/lucy/lucy-1.20.ebuild index 8f4ed8edd..27c425e9a 100644 --- a/sci-biology/lucy/lucy-1.20.ebuild +++ b/sci-biology/lucy/lucy-1.20.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="DNA sequence quality and vector trimming tool" -HOMEPAGE="http://lucy.sourceforge.net/" -SRC_URI="http://sourceforge.net/projects/lucy/files/lucy/lucy%201.20/lucy1.20.tar.gz" +HOMEPAGE="http://lucy.sourceforge.net/" # no https +SRC_URI="https://sourceforge.net/projects/lucy/files/lucy/lucy%201.20/lucy${PV}.tar.gz" LICENSE="Artistic" SLOT="0" |