From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 251A8138334 for ; Thu, 4 Apr 2019 09:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FE8AE089C; Thu, 4 Apr 2019 09:02:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07EFEE089C for ; Thu, 4 Apr 2019 09:02:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 529EF335CF3 for ; Thu, 4 Apr 2019 09:02:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B35E326 for ; Thu, 4 Apr 2019 09:02:40 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1554368557.e97648e24a113d3ce8f89a59cf2659d1d9fab623.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxdg-basedir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild X-VCS-Directories: dev-libs/libxdg-basedir/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e97648e24a113d3ce8f89a59cf2659d1d9fab623 X-VCS-Branch: master Date: Thu, 4 Apr 2019 09:02:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d3b5cf9-ed7a-493b-9c7c-0d6cc58651fa X-Archives-Hash: 42bc8cb466703b949ba8ff9a5f512547 commit: e97648e24a113d3ce8f89a59cf2659d1d9fab623 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Apr 4 09:00:50 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Apr 4 09:02:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97648e2 dev-libs/libxdg-basedir: Update HOMEPAGE The repo.or.cz site is outdated and the GH repo seems slightly more active. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 index 26e6d732db0..96a53b45871 100644 --- a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild +++ b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils DESCRIPTION="Small library to access XDG Base Directories Specification paths" -HOMEPAGE="http://repo.or.cz/w/libxdg-basedir.git" -SRC_URI="https://github.com/devnev/${PN}/archive/${P}.tar.gz" +HOMEPAGE="https://github.com/devnev/libxdg-basedir" +SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" LICENSE="MIT" SLOT="0"