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 238381382C5 for ; Thu, 22 Feb 2018 20:29:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28070E0938; Thu, 22 Feb 2018 20:29:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 07A59E0938 for ; Thu, 22 Feb 2018 20:29:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BDFFF335C0C for ; Thu, 22 Feb 2018 20:29:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51785211 for ; Thu, 22 Feb 2018 20:29:33 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1519331369.4410c53d1648813438c574277eece9e7ba0a5579.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/verynice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/verynice/verynice-1.1-r2.ebuild app-admin/verynice/verynice-1.1-r3.ebuild X-VCS-Directories: app-admin/verynice/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 4410c53d1648813438c574277eece9e7ba0a5579 X-VCS-Branch: master Date: Thu, 22 Feb 2018 20:29:33 +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: 51a8066e-9c9c-4e3d-89aa-24e9487c3404 X-Archives-Hash: 71b7a8a9b73452f1ac64d427fc9645ba commit: 4410c53d1648813438c574277eece9e7ba0a5579 Author: ephemer0l organizedmagnetism com> AuthorDate: Sat Dec 9 21:12:20 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Feb 22 20:29:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4410c53d app-admin/verynice: update HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/6489 app-admin/verynice/verynice-1.1-r2.ebuild | 4 ++-- app-admin/verynice/verynice-1.1-r3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/verynice/verynice-1.1-r2.ebuild b/app-admin/verynice/verynice-1.1-r2.ebuild index 65f4d5d73ee..d4536a3b895 100644 --- a/app-admin/verynice/verynice-1.1-r2.ebuild +++ b/app-admin/verynice/verynice-1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils systemd toolchain-funcs DESCRIPTION="A tool for dynamically adjusting the nice-level of processes" -HOMEPAGE="http://thermal.cnde.iastate.edu/~sdh4/verynice/" +HOMEPAGE="https://web.archive.org/web/2010033109/http://thermal.cnde.iastate.edu/~sdh4/verynice/" SRC_URI="http://thermal.cnde.iastate.edu/~sdh4/verynice/down/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-admin/verynice/verynice-1.1-r3.ebuild b/app-admin/verynice/verynice-1.1-r3.ebuild index 48d766226b4..b6334a5e281 100644 --- a/app-admin/verynice/verynice-1.1-r3.ebuild +++ b/app-admin/verynice/verynice-1.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit eutils systemd toolchain-funcs DESCRIPTION="A tool for dynamically adjusting the nice-level of processes" -HOMEPAGE="https://web.archive.org/web/20130621090315/ http://thermal.cnde.iastate.edu/~sdh4/verynice/" +HOMEPAGE="https://web.archive.org/web/20130621090315/http://thermal.cnde.iastate.edu/~sdh4/verynice/" SRC_URI="http://gentoo/${P}.tar.gz" LICENSE="GPL-2"