From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 59DAE138D02 for ; Tue, 1 Sep 2015 19:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 204A7141EA; Tue, 1 Sep 2015 19:43:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BD57142A1 for ; Tue, 1 Sep 2015 19:43:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA755340676 for ; Tue, 1 Sep 2015 19:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95683193 for ; Tue, 1 Sep 2015 19:43:06 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441136411.de3545282f5f4883883e124728b7b56bf9e83dae.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/leptonica/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/leptonica/leptonica-1.71-r1.ebuild media-libs/leptonica/leptonica-1.71.ebuild media-libs/leptonica/leptonica-1.72-r2.ebuild X-VCS-Directories: media-libs/leptonica/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: de3545282f5f4883883e124728b7b56bf9e83dae X-VCS-Branch: master Date: Tue, 1 Sep 2015 19:43:06 +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: a6d94c6d-8fcc-4b42-84bb-33afbd33686e X-Archives-Hash: e542a1992c381e185979b876bb361efd commit: de3545282f5f4883883e124728b7b56bf9e83dae Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:40:11 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 19:40:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de354528 media-libs/leptonica: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 media-libs/leptonica/leptonica-1.71-r1.ebuild | 2 +- media-libs/leptonica/leptonica-1.71.ebuild | 2 +- media-libs/leptonica/leptonica-1.72-r2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/leptonica/leptonica-1.71-r1.ebuild b/media-libs/leptonica/leptonica-1.71-r1.ebuild index 8854733..23f9ea7 100644 --- a/media-libs/leptonica/leptonica-1.71-r1.ebuild +++ b/media-libs/leptonica/leptonica-1.71-r1.ebuild @@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF="1" inherit eutils autotools-utils DESCRIPTION="C library for image processing and analysis" -HOMEPAGE="https://code.google.com/p/leptonica/" +HOMEPAGE="http://www.leptonica.org/" SRC_URI="http://www.leptonica.com/source/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/media-libs/leptonica/leptonica-1.71.ebuild b/media-libs/leptonica/leptonica-1.71.ebuild index 42ad496..72d5fd9 100644 --- a/media-libs/leptonica/leptonica-1.71.ebuild +++ b/media-libs/leptonica/leptonica-1.71.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit eutils autotools-utils DESCRIPTION="C library for image processing and analysis" -HOMEPAGE="https://code.google.com/p/leptonica/" +HOMEPAGE="http://www.leptonica.org/" SRC_URI="http://www.leptonica.com/source/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/media-libs/leptonica/leptonica-1.72-r2.ebuild b/media-libs/leptonica/leptonica-1.72-r2.ebuild index 2061170..6ffb07e 100644 --- a/media-libs/leptonica/leptonica-1.72-r2.ebuild +++ b/media-libs/leptonica/leptonica-1.72-r2.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit autotools-multilib DESCRIPTION="C library for image processing and analysis" -HOMEPAGE="https://code.google.com/p/leptonica/" +HOMEPAGE="http://www.leptonica.org/" SRC_URI="http://www.leptonica.com/source/${P}.tar.gz" LICENSE="Apache-2.0"