diff options
author | Jonas Stein <jstein@gentoo.org> | 2018-04-02 12:24:35 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2018-04-02 12:25:00 +0200 |
commit | f46457ffc29617006755a8480107e845065e5e3f (patch) | |
tree | 22a96c9c7656b624f620a7353f88bf2817a58822 /dev-libs/ustr | |
parent | dev-libs/ustr: unified contact mail (diff) | |
download | gentoo-f46457ffc29617006755a8480107e845065e5e3f.tar.gz gentoo-f46457ffc29617006755a8480107e845065e5e3f.tar.bz2 gentoo-f46457ffc29617006755a8480107e845065e5e3f.zip |
dev-libs/ustr: Fix HOMEPAGE redirect
Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'dev-libs/ustr')
-rw-r--r-- | dev-libs/ustr/ustr-1.0.4-r5.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/ustr/ustr-1.0.4-r7.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/ustr/ustr-1.0.4-r8.ebuild | 6 |
3 files changed, 7 insertions, 7 deletions
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 )" |