diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-17 17:50:05 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-24 23:36:26 -0400 |
commit | f21fb8faa5dda2785920e9b29afc6ff2c0840ac1 (patch) | |
tree | 8bb0c47b1eb30a95cbf6d7ba397c14587c0994b8 /dev-util/cproto | |
parent | app-arch/deb2targz: EAPI7 bump (diff) | |
download | gentoo-f21fb8faa5dda2785920e9b29afc6ff2c0840ac1.tar.gz gentoo-f21fb8faa5dda2785920e9b29afc6ff2c0840ac1.tar.bz2 gentoo-f21fb8faa5dda2785920e9b29afc6ff2c0840ac1.zip |
dev-util/cproto: use HTTPS, fix SRC_URI
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11720
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util/cproto')
-rw-r--r-- | dev-util/cproto/Manifest | 2 | ||||
-rw-r--r-- | 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 cb109754e9bd..1f31cc9df09c 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 14609348833f..afd959a583b6 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 |