Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxdg-basedir/
Date: Thu, 04 Apr 2019 09:02:45
Message-Id: 1554368557.e97648e24a113d3ce8f89a59cf2659d1d9fab623.jer@gentoo
1 commit: e97648e24a113d3ce8f89a59cf2659d1d9fab623
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 4 09:00:50 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 4 09:02:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97648e2
7
8 dev-libs/libxdg-basedir: Update HOMEPAGE
9
10 The repo.or.cz site is outdated and the GH repo seems slightly more
11 active.
12
13 Package-Manager: Portage-2.3.62, Repoman-2.3.12
14 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
15
16 dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild
20 index 26e6d732db0..96a53b45871 100644
21 --- a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild
22 +++ b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild
23 @@ -1,12 +1,12 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 inherit autotools eutils
30
31 DESCRIPTION="Small library to access XDG Base Directories Specification paths"
32 -HOMEPAGE="http://repo.or.cz/w/libxdg-basedir.git"
33 -SRC_URI="https://github.com/devnev/${PN}/archive/${P}.tar.gz"
34 +HOMEPAGE="https://github.com/devnev/libxdg-basedir"
35 +SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
36
37 LICENSE="MIT"
38 SLOT="0"