Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ustr/
Date: Mon, 02 Apr 2018 10:25:10
Message-Id: 1522664700.f46457ffc29617006755a8480107e845065e5e3f.jstein@gentoo
1 commit: f46457ffc29617006755a8480107e845065e5e3f
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 10:24:35 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 10:25:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46457ff
7
8 dev-libs/ustr: Fix HOMEPAGE redirect
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 dev-libs/ustr/ustr-1.0.4-r5.ebuild | 4 ++--
13 dev-libs/ustr/ustr-1.0.4-r7.ebuild | 4 ++--
14 dev-libs/ustr/ustr-1.0.4-r8.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-libs/ustr/ustr-1.0.4-r5.ebuild b/dev-libs/ustr/ustr-1.0.4-r5.ebuild
18 index 65f80d28750..dc3c5bb1983 100644
19 --- a/dev-libs/ustr/ustr-1.0.4-r5.ebuild
20 +++ b/dev-libs/ustr/ustr-1.0.4-r5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -6,7 +6,7 @@ EAPI=5
28 inherit toolchain-funcs multilib-minimal
29
30 DESCRIPTION="Low-overhead managed string library for C"
31 -HOMEPAGE="http://www.and.org/ustr"
32 +HOMEPAGE="http://www.and.org/ustr/"
33 SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2"
34
35 LICENSE="|| ( BSD-2 MIT LGPL-2 )"
36
37 diff --git a/dev-libs/ustr/ustr-1.0.4-r7.ebuild b/dev-libs/ustr/ustr-1.0.4-r7.ebuild
38 index 2219f889229..0d4f3ece9d8 100644
39 --- a/dev-libs/ustr/ustr-1.0.4-r7.ebuild
40 +++ b/dev-libs/ustr/ustr-1.0.4-r7.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2015 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -6,7 +6,7 @@ EAPI=5
48 inherit toolchain-funcs multilib-minimal
49
50 DESCRIPTION="Low-overhead managed string library for C"
51 -HOMEPAGE="http://www.and.org/ustr"
52 +HOMEPAGE="http://www.and.org/ustr/"
53 SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2"
54
55 LICENSE="|| ( BSD-2 MIT LGPL-2 )"
56
57 diff --git a/dev-libs/ustr/ustr-1.0.4-r8.ebuild b/dev-libs/ustr/ustr-1.0.4-r8.ebuild
58 index 0a00eb5d697..6fb52670f3b 100644
59 --- a/dev-libs/ustr/ustr-1.0.4-r8.ebuild
60 +++ b/dev-libs/ustr/ustr-1.0.4-r8.ebuild
61 @@ -1,12 +1,12 @@
62 -# Copyright 1999-2016 Gentoo Foundation
63 +# Copyright 1999-2018 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65
66 -EAPI="5"
67 +EAPI=5
68
69 inherit toolchain-funcs multilib-minimal
70
71 DESCRIPTION="Low-overhead managed string library for C"
72 -HOMEPAGE="http://www.and.org/ustr"
73 +HOMEPAGE="http://www.and.org/ustr/"
74 SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2"
75
76 LICENSE="|| ( BSD-2 MIT LGPL-2 )"