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 72BF9138335 for ; Mon, 17 Jun 2019 18:37:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8730CE0891; Mon, 17 Jun 2019 18:37:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6DCA0E0891 for ; Mon, 17 Jun 2019 18:37:37 +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 ED56E346346 for ; Mon, 17 Jun 2019 18:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33D3A5DE for ; Mon, 17 Jun 2019 18:37:33 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1560796646.dbcd94e77e7f82e73cd21ebf6bbbab57719f29ab.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/chrpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/chrpath/chrpath-0.13-r2.ebuild X-VCS-Directories: app-admin/chrpath/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: dbcd94e77e7f82e73cd21ebf6bbbab57719f29ab X-VCS-Branch: master Date: Mon, 17 Jun 2019 18:37: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ded0da44-cefd-4621-bbe9-34f78f73310e X-Archives-Hash: b6b332240e01fa0bb3b15421b7453105 commit: dbcd94e77e7f82e73cd21ebf6bbbab57719f29ab Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 19 08:56:31 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jun 17 18:37:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcd94e7 app-admin/chrpath: use HTTPS, fix SRC_URI and LICENSE Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Fabian Groffen gentoo.org> app-admin/chrpath/chrpath-0.13-r2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild b/app-admin/chrpath/chrpath-0.13-r2.ebuild index ae32d8001b8..0aeb65d4f64 100644 --- a/app-admin/chrpath/chrpath-0.13-r2.ebuild +++ b/app-admin/chrpath/chrpath-0.13-r2.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools -DESCRIPTION="chrpath can modify the rpath and runpath of ELF executables" -HOMEPAGE="http://directory.fsf.org/project/chrpath/" +DESCRIPTION="Chrpath can modify the rpath and runpath of ELF executables" +HOMEPAGE="https://directory.fsf.org/wiki/Chrpath" # original upstream no longer exists (ftp://ftp.hungry.com/pub/hungry) -SRC_URI="http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/${P}.tar.gz" +SRC_URI="https://alioth-archive.debian.org/releases/${PN}/${PN}/${PV}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs"