diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-19 10:56:31 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-06-17 20:37:26 +0200 |
commit | dbcd94e77e7f82e73cd21ebf6bbbab57719f29ab (patch) | |
tree | 8956abd28ae620d9e44c3f03866171a381a6a1b1 /app-admin | |
parent | net-dns/unbound: bump to v1.9.2 (diff) | |
download | gentoo-dbcd94e77e7f82e73cd21ebf6bbbab57719f29ab.tar.gz gentoo-dbcd94e77e7f82e73cd21ebf6bbbab57719f29ab.tar.bz2 gentoo-dbcd94e77e7f82e73cd21ebf6bbbab57719f29ab.zip |
app-admin/chrpath: use HTTPS, fix SRC_URI and LICENSE
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/chrpath/chrpath-0.13-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild b/app-admin/chrpath/chrpath-0.13-r2.ebuild index ae32d8001b8c..0aeb65d4f648 100644 --- a/app-admin/chrpath/chrpath-0.13-r2.ebuild +++ b/app-admin/chrpath/chrpath-0.13-r2.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools -DESCRIPTION="chrpath can modify the rpath and runpath of ELF executables" -HOMEPAGE="http://directory.fsf.org/project/chrpath/" +DESCRIPTION="Chrpath can modify the rpath and runpath of ELF executables" +HOMEPAGE="https://directory.fsf.org/wiki/Chrpath" # original upstream no longer exists (ftp://ftp.hungry.com/pub/hungry) -SRC_URI="http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/${P}.tar.gz" +SRC_URI="https://alioth-archive.debian.org/releases/${PN}/${PN}/${PV}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" |