From: Jonas Stein Date: Mon, 2 Apr 2018 10:24:35 +0000 (+0200) Subject: dev-libs/ustr: Fix HOMEPAGE redirect X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f46457ffc29617006755a8480107e845065e5e3f;p=gentoo.git dev-libs/ustr: Fix HOMEPAGE redirect Package-Manager: Portage-2.3.27, Repoman-2.3.9 --- diff --git a/dev-libs/ustr/ustr-1.0.4-r5.ebuild b/dev-libs/ustr/ustr-1.0.4-r5.ebuild index 65f80d287502..dc3c5bb1983d 100644 --- a/dev-libs/ustr/ustr-1.0.4-r5.ebuild +++ b/dev-libs/ustr/ustr-1.0.4-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit toolchain-funcs multilib-minimal DESCRIPTION="Low-overhead managed string library for C" -HOMEPAGE="http://www.and.org/ustr" +HOMEPAGE="http://www.and.org/ustr/" SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2" LICENSE="|| ( BSD-2 MIT LGPL-2 )" diff --git a/dev-libs/ustr/ustr-1.0.4-r7.ebuild b/dev-libs/ustr/ustr-1.0.4-r7.ebuild index 2219f8892293..0d4f3ece9d89 100644 --- a/dev-libs/ustr/ustr-1.0.4-r7.ebuild +++ b/dev-libs/ustr/ustr-1.0.4-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit toolchain-funcs multilib-minimal DESCRIPTION="Low-overhead managed string library for C" -HOMEPAGE="http://www.and.org/ustr" +HOMEPAGE="http://www.and.org/ustr/" SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2" LICENSE="|| ( BSD-2 MIT LGPL-2 )" diff --git a/dev-libs/ustr/ustr-1.0.4-r8.ebuild b/dev-libs/ustr/ustr-1.0.4-r8.ebuild index 0a00eb5d697d..6fb52670f3b5 100644 --- a/dev-libs/ustr/ustr-1.0.4-r8.ebuild +++ b/dev-libs/ustr/ustr-1.0.4-r8.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=5 inherit toolchain-funcs multilib-minimal DESCRIPTION="Low-overhead managed string library for C" -HOMEPAGE="http://www.and.org/ustr" +HOMEPAGE="http://www.and.org/ustr/" SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2" LICENSE="|| ( BSD-2 MIT LGPL-2 )"