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 EB39E139694 for ; Sat, 8 Jul 2017 08:23:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DC3723401E; Sat, 8 Jul 2017 08:23:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4F3B723401E for ; Sat, 8 Jul 2017 08:23:23 +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 9CBC2341A3E for ; Sat, 8 Jul 2017 08:23:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCE0C7499 for ; Sat, 8 Jul 2017 08:23:20 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1499502026.ca58c05dedf18eb579fdd26e5f737ef1a64c2f8b.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libspt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libspt/libspt-1.1-r2.ebuild X-VCS-Directories: dev-libs/libspt/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: ca58c05dedf18eb579fdd26e5f737ef1a64c2f8b X-VCS-Branch: master Date: Sat, 8 Jul 2017 08:23:20 +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: 44a120b6-5177-4c4b-95d9-4759550a7980 X-Archives-Hash: 21578c94bec9519d9bd8de8736e08c0f commit: ca58c05dedf18eb579fdd26e5f737ef1a64c2f8b Author: Akinori Hattori gentoo org> AuthorDate: Sat Jul 8 08:20:26 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Jul 8 08:20:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca58c05d dev-libs/libspt: update HOMEPAGE and SRC_URI Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-libs/libspt/libspt-1.1-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-libs/libspt/libspt-1.1-r2.ebuild b/dev-libs/libspt/libspt-1.1-r2.ebuild index cd153e95227..af55debe5e6 100644 --- a/dev-libs/libspt/libspt-1.1-r2.ebuild +++ b/dev-libs/libspt/libspt-1.1-r2.ebuild @@ -6,8 +6,9 @@ EAPI="2" inherit base DESCRIPTION="Library for handling root privilege" -HOMEPAGE="http://www.j10n.org/libspt/index.html" -SRC_URI="http://www.j10n.org/libspt/${P}.tar.bz2" +#HOMEPAGE="http://www.j10n.org/libspt/index.html" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0"