Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openal/
Date: Fri, 26 Oct 2018 14:19:16
Message-Id: 1540563542.0a721cefeb1a2e8bf5ccbfd3ee4775301de819d5.polynomial-c@gentoo
1 commit: 0a721cefeb1a2e8bf5ccbfd3ee4775301de819d5
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 26 14:18:11 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 26 14:19:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a721cef
7
8 media-libs/openal: Fixed HOMEPAGE and SRC_URI.
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-libs/openal/openal-1.18.2-r1.ebuild | 6 +++---
14 media-libs/openal/openal-1.19.0.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/media-libs/openal/openal-1.18.2-r1.ebuild b/media-libs/openal/openal-1.18.2-r1.ebuild
18 index f9fc8923f87..ade86d9edbb 100644
19 --- a/media-libs/openal/openal-1.18.2-r1.ebuild
20 +++ b/media-libs/openal/openal-1.18.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -8,8 +8,8 @@ inherit cmake-multilib
28 MY_P="${PN}-soft-${PV}"
29
30 DESCRIPTION="A software implementation of the OpenAL 3D audio API"
31 -HOMEPAGE="http://kcat.strangesoft.net/openal.html"
32 -SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2"
33 +HOMEPAGE="http://www.openal-soft.org/"
34 +SRC_URI="http://www.openal-soft.org/openal-releases/${MY_P}.tar.bz2"
35
36 LICENSE="LGPL-2+"
37 SLOT="0"
38
39 diff --git a/media-libs/openal/openal-1.19.0.ebuild b/media-libs/openal/openal-1.19.0.ebuild
40 index 18e090b3740..6915a636ee2 100644
41 --- a/media-libs/openal/openal-1.19.0.ebuild
42 +++ b/media-libs/openal/openal-1.19.0.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -8,8 +8,8 @@ inherit cmake-multilib
50 MY_P="${PN}-soft-${PV}"
51
52 DESCRIPTION="A software implementation of the OpenAL 3D audio API"
53 -HOMEPAGE="http://kcat.strangesoft.net/openal.html"
54 -SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2"
55 +HOMEPAGE="http://www.openal-soft.org/"
56 +SRC_URI="http://www.openal-soft.org/openal-releases/${MY_P}.tar.bz2"
57
58 LICENSE="LGPL-2+"
59 SLOT="0"