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 60792139694 for ; Tue, 20 Jun 2017 20:34:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94E0B234016; Tue, 20 Jun 2017 20:34:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7075A234017 for ; Tue, 20 Jun 2017 20:34:47 +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 690DE34105A for ; Tue, 20 Jun 2017 20:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11CCC7480 for ; Tue, 20 Jun 2017 20:34:45 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1497990872.5da0c14fe2220235b367226610a77417589d2639.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/expat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/expat/expat-2.2.0-r1.ebuild dev-libs/expat/expat-2.2.0-r2.ebuild dev-libs/expat/expat-2.2.1.ebuild X-VCS-Directories: dev-libs/expat/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 5da0c14fe2220235b367226610a77417589d2639 X-VCS-Branch: master Date: Tue, 20 Jun 2017 20:34:45 +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-Archives-Salt: 9ad34781-ae2a-4600-9c33-9b846975aa38 X-Archives-Hash: 03d11c1fe7657050be1a2d0830e23d27 commit: 5da0c14fe2220235b367226610a77417589d2639 Author: Sebastian Pipping gentoo org> AuthorDate: Tue Jun 20 20:34:07 2017 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Jun 20 20:34:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da0c14f dev-libs/expat: Update homepage Note: Downloads are still on SourceForge, for now Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-libs/expat/expat-2.2.0-r1.ebuild | 2 +- dev-libs/expat/expat-2.2.0-r2.ebuild | 2 +- dev-libs/expat/expat-2.2.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/expat/expat-2.2.0-r1.ebuild b/dev-libs/expat/expat-2.2.0-r1.ebuild index 3edf9e8e650..280648032a4 100644 --- a/dev-libs/expat/expat-2.2.0-r1.ebuild +++ b/dev-libs/expat/expat-2.2.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils libtool multilib toolchain-funcs multilib-minimal DESCRIPTION="Stream-oriented XML parser library" -HOMEPAGE="http://expat.sourceforge.net/" +HOMEPAGE="https://libexpat.github.io/" SRC_URI="mirror://sourceforge/expat/${P}.tar.bz2" LICENSE="MIT" diff --git a/dev-libs/expat/expat-2.2.0-r2.ebuild b/dev-libs/expat/expat-2.2.0-r2.ebuild index e94a4b0ede2..1ae07e1f482 100644 --- a/dev-libs/expat/expat-2.2.0-r2.ebuild +++ b/dev-libs/expat/expat-2.2.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit eutils libtool multilib toolchain-funcs multilib-minimal DESCRIPTION="Stream-oriented XML parser library" -HOMEPAGE="http://expat.sourceforge.net/" +HOMEPAGE="https://libexpat.github.io/" SRC_URI="mirror://sourceforge/expat/${P}.tar.bz2" LICENSE="MIT" diff --git a/dev-libs/expat/expat-2.2.1.ebuild b/dev-libs/expat/expat-2.2.1.ebuild index 123ec5b76b6..95f5c951491 100644 --- a/dev-libs/expat/expat-2.2.1.ebuild +++ b/dev-libs/expat/expat-2.2.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit autotools eutils libtool multilib toolchain-funcs multilib-minimal DESCRIPTION="Stream-oriented XML parser library" -HOMEPAGE="http://expat.sourceforge.net/" +HOMEPAGE="https://libexpat.github.io/" SRC_URI="mirror://sourceforge/expat/${P}.tar.bz2" LICENSE="MIT"