diff options
author | 2021-06-09 22:49:22 +0000 | |
---|---|---|
committer | 2021-06-09 23:55:51 +0000 | |
commit | 12190cab26c6cf9e1f8d674aa9969c0dc04de2bb (patch) | |
tree | 32f1b1949eb35bac620e38cf19a37ba40ddfcf0f /sys-libs/fortify-headers | |
parent | sys-libs/fortify-headers: update EAPI 6 -> 7, backport ${ED} fix (diff) | |
download | gentoo-12190cab26c6cf9e1f8d674aa9969c0dc04de2bb.tar.gz gentoo-12190cab26c6cf9e1f8d674aa9969c0dc04de2bb.tar.bz2 gentoo-12190cab26c6cf9e1f8d674aa9969c0dc04de2bb.zip |
sys-libs/fortify-headers: drop 0.6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/fortify-headers')
-rw-r--r-- | sys-libs/fortify-headers/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/fortify-headers/fortify-headers-0.6.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/sys-libs/fortify-headers/Manifest b/sys-libs/fortify-headers/Manifest index 3884323f6351..d28a37a0007a 100644 --- a/sys-libs/fortify-headers/Manifest +++ b/sys-libs/fortify-headers/Manifest @@ -1,3 +1,2 @@ -DIST fortify-headers-0.6.tar.gz 5339 BLAKE2B 404a20de075551e11750f989e05d78f450b09fc879a7ff4b649773ebc012a93c42432cc7b60c70843a375d64f6aea3ec356cdfafc0133f8cc58dadfea9b982d3 SHA512 6106219332515e7c23354d916383cdac6efccba7eefa13b0c2c221d0fd03be7afb29b3a8622bd29b62ee0b602f9d1f273e1a08c07583bdcd12db9938ef4d7acc DIST fortify-headers-0.7.tar.gz 5524 BLAKE2B 76ec4ee5b50bc77db05bf45a4a5550f3a369e5a49e333cd095613acbc04794d074103f3110c353a3283757f12cec866c45ed7d71ef4509667cae49926ee6953a SHA512 9335d5042f973904cf131d4894c71d3d25c84e82427500064a4ed3f798abd8051c3b52375a17c807ca89227115fa5ba9922939f0e86059a9f04fee61f0b69e53 DIST fortify-headers-1.1.tar.gz 5510 BLAKE2B d0454ad3ba432c051aeabfffad82799fae4ef37c07a8d2b8efcc26cd867dea8b31586f312d2947cb7e6ef7eedcacc3bb68591be4409376cc702ffbbafe144ea0 SHA512 a39d6e7c002bf91085f712aa46bc3f53ff934cc963694a229fa82d84ff4a7556105212a84a231ab5367c01c6a1e385172173f1f4a34d5eb4d2d9c58472c23dd0 diff --git a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild deleted file mode 100644 index e717acf59e4c..000000000000 --- a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} == *9999* ]] ; then - EGIT_REPO_URI="git://git.2f30.org/fortify-headers" - inherit git-r3 -else - #SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz" - SRC_URI="https://dl.2f30.org/releases/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" -fi - -DESCRIPTION="A standalone implementation of fortify source." -HOMEPAGE="http://git.2f30.org/fortify-headers/" - -LICENSE="ISC" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e 's|^PREFIX = /usr/local|PREFIX = /usr|g' Makefile - export DESTDIR="${D}" - eapply_user -} |