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 19E5B138334 for ; Thu, 25 Apr 2019 03:37:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D50A7E0963; Thu, 25 Apr 2019 03:37:04 +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 B6AE5E097E for ; Thu, 25 Apr 2019 03:37:04 +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 5C9F93425D0 for ; Thu, 25 Apr 2019 03:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 813795D5 for ; Thu, 25 Apr 2019 03:36:58 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1556163386.f21fb8faa5dda2785920e9b29afc6ff2c0840ac1.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cproto/Manifest dev-util/cproto/cproto-4.7e.ebuild X-VCS-Directories: dev-util/cproto/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f21fb8faa5dda2785920e9b29afc6ff2c0840ac1 X-VCS-Branch: master Date: Thu, 25 Apr 2019 03:36:58 +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: f2eddd44-ba6f-4178-aba0-46ff199ab07a X-Archives-Hash: 97b3bf112a2184d7d9257e10408c66d9 commit: f21fb8faa5dda2785920e9b29afc6ff2c0840ac1 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 17 15:50:05 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 25 03:36:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21fb8fa dev-util/cproto: use HTTPS, fix SRC_URI Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11720 Signed-off-by: Aaron Bauman gentoo.org> dev-util/cproto/Manifest | 2 +- dev-util/cproto/cproto-4.7e.ebuild | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest index cb109754e9b..1f31cc9df09 100644 --- a/dev-util/cproto/Manifest +++ b/dev-util/cproto/Manifest @@ -1 +1 @@ -DIST cproto-4_7e.tgz 145919 BLAKE2B 97e3b3bf3b282299d177bf2ea8548f91f8dc6432671b93187d91fc00ca02807f5d3a370cc563cbb46fa163f23fe5ff034d9e148e6621eaf87f7e9658e925c6fc SHA512 c9a1da8e19d85600109127e2de079cff5e66e51f0f3220f9a69e72e720ed6d745ef456b3a645bbb4755073c6ce59411d0137d9012da545736e92380f41c83985 +DIST cproto-4.7e.tgz 145919 BLAKE2B 97e3b3bf3b282299d177bf2ea8548f91f8dc6432671b93187d91fc00ca02807f5d3a370cc563cbb46fa163f23fe5ff034d9e148e6621eaf87f7e9658e925c6fc SHA512 c9a1da8e19d85600109127e2de079cff5e66e51f0f3220f9a69e72e720ed6d745ef456b3a645bbb4755073c6ce59411d0137d9012da545736e92380f41c83985 diff --git a/dev-util/cproto/cproto-4.7e.ebuild b/dev-util/cproto/cproto-4.7e.ebuild index 14609348833..afd959a583b 100644 --- a/dev-util/cproto/cproto-4.7e.ebuild +++ b/dev-util/cproto/cproto-4.7e.ebuild @@ -1,15 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 -MY_PV="4_7e" -MY_P=${PN}-${MY_PV} -S=${WORKDIR}/${MY_P} - DESCRIPTION="Generate C function prototypes from C source code" -HOMEPAGE="http://invisible-island.net/cproto/" -SRC_URI="ftp://invisible-island.net/cproto/${MY_P}.tgz" +HOMEPAGE="https://invisible-island.net/cproto/" +SRC_URI="ftp://ftp.invisible-island.net/cproto//${P}.tgz" LICENSE="public-domain" SLOT="0" @@ -20,6 +16,8 @@ DEPEND="sys-devel/flex virtual/yacc" RDEPEND="" +S=${WORKDIR}/${P/./_} + src_install() { dobin cproto || die doman cproto.1