[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2023-10-23 Thread Sam James
commit: 36c2fbdab6b40b00759213951e00b9cc48d7a646
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 24 00:06:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 24 00:06:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c2fbda

sys-libs/fortify-headers: update EAPI 7 -> 8, use live template

Signed-off-by: Sam James  gentoo.org>

 sys-libs/fortify-headers/fortify-headers-.ebuild | 16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/sys-libs/fortify-headers/fortify-headers-.ebuild 
b/sys-libs/fortify-headers/fortify-headers-.ebuild
index 27b835004a56..d272815bf352 100644
--- a/sys-libs/fortify-headers/fortify-headers-.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-.ebuild
@@ -1,14 +1,20 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-EGIT_REPO_URI="https://github.com/jvoisin/fortify-headers;
-inherit git-r3
-
-DESCRIPTION="A standalone implementation of fortify source"
+DESCRIPTION="Standalone implementation of fortify source"
 HOMEPAGE="https://github.com/jvoisin/fortify-headers;
 
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://github.com/jvoisin/fortify-headers;
+   inherit git-r3
+else
+   FORTIFY_COMMIT=""
+   
SRC_URI="https://github.com/jvoisin/fortify-headers/archive/${FORTIFY_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+fi
+
 LICENSE="ISC"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2023-10-23 Thread Sam James
commit: 08cc8fe873e4562eb9b6f2b7d16accf006b09256
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 24 00:10:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 24 00:10:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cc8fe8

sys-libs/fortify-headers: wire up tests

Signed-off-by: Sam James  gentoo.org>

 sys-libs/fortify-headers/fortify-headers-.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/sys-libs/fortify-headers/fortify-headers-.ebuild 
b/sys-libs/fortify-headers/fortify-headers-.ebuild
index d272815bf352..978f5b027268 100644
--- a/sys-libs/fortify-headers/fortify-headers-.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit toolchain-funcs
+
 DESCRIPTION="Standalone implementation of fortify source"
 HOMEPAGE="https://github.com/jvoisin/fortify-headers;
 
@@ -30,6 +32,10 @@ src_compile() {
:;
 }
 
+src_test() {
+   emake -C tests CC="$(tc-getCC)"
+}
+
 src_install() {
export DESTDIR="${ED}"
default



[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2023-10-23 Thread Sam James
commit: d44dbedc214710db24fdcc119f2d4f8339430c2d
Author: Ian Jordan  gmail  com>
AuthorDate: Mon Oct 23 22:18:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 23 22:49:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44dbedc

sys-libs/fortify-headers: update HOMEPAGE

Bug: https://bugs.gentoo.org/546692
Signed-off-by: Ian Jordan  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32473
Signed-off-by: Sam James  gentoo.org>

 sys-libs/fortify-headers/fortify-headers-.ebuild | 14 --
 sys-libs/fortify-headers/metadata.xml|  3 +++
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/sys-libs/fortify-headers/fortify-headers-.ebuild 
b/sys-libs/fortify-headers/fortify-headers-.ebuild
index 5347e1e57683..27b835004a56 100644
--- a/sys-libs/fortify-headers/fortify-headers-.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-.ebuild
@@ -1,19 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-if [[ ${PV} == ** ]] ; 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
+EGIT_REPO_URI="https://github.com/jvoisin/fortify-headers;
+inherit git-r3
 
 DESCRIPTION="A standalone implementation of fortify source"
-HOMEPAGE="http://git.2f30.org/fortify-headers/;
+HOMEPAGE="https://github.com/jvoisin/fortify-headers;
 
 LICENSE="ISC"
 SLOT="0"

diff --git a/sys-libs/fortify-headers/metadata.xml 
b/sys-libs/fortify-headers/metadata.xml
index 489e730c1c90..dd8b1ddfa342 100644
--- a/sys-libs/fortify-headers/metadata.xml
+++ b/sys-libs/fortify-headers/metadata.xml
@@ -5,4 +5,7 @@
bluen...@gentoo.org
Anthony G. Basile

+   
+   jvoisin/fortify-headers
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2022-11-20 Thread Sam James
commit: de09169a3fae31dc136298b9feee82e0f85896e5
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 08:07:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 08:07:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de09169a

sys-libs/fortify-headers: drop 0.7

Signed-off-by: Sam James  gentoo.org>

 sys-libs/fortify-headers/Manifest  |  1 -
 .../fortify-headers/fortify-headers-0.7.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/sys-libs/fortify-headers/Manifest 
b/sys-libs/fortify-headers/Manifest
index d28a37a0007a..f45bc033da8d 100644
--- a/sys-libs/fortify-headers/Manifest
+++ b/sys-libs/fortify-headers/Manifest
@@ -1,2 +1 @@
-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.7.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
deleted file mode 100644
index 90e1ebc8b420..
--- a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == ** ]] ; 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"
-
-src_prepare() {
-   sed -i -e 's|^PREFIX = /usr/local|PREFIX = /usr|g' Makefile || die
-   default
-}
-
-src_install() {
-   export DESTDIR="${ED}"
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2021-12-25 Thread Sam James
commit: 878d739c46dc201e7d8ee1c78c9cfd664750cd3a
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878d739c

sys-libs/fortify-headers: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sys-libs/fortify-headers/fortify-headers-0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
index 12b1d42a9749..90e1ebc8b420 100644
--- a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
@@ -12,7 +12,7 @@ else
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
 fi
 
-DESCRIPTION="A standalone implementation of fortify source."
+DESCRIPTION="A standalone implementation of fortify source"
 HOMEPAGE="http://git.2f30.org/fortify-headers/;
 
 LICENSE="ISC"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2021-06-09 Thread Sam James
commit: 12190cab26c6cf9e1f8d674aa9969c0dc04de2bb
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  9 22:49:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  9 23:55:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12190cab

sys-libs/fortify-headers: drop 0.6

Signed-off-by: Sam James  gentoo.org>

 sys-libs/fortify-headers/Manifest  |  1 -
 .../fortify-headers/fortify-headers-0.6.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/sys-libs/fortify-headers/Manifest 
b/sys-libs/fortify-headers/Manifest
index 3884323f635..d28a37a0007 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 e717acf59e4..000
--- 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} == ** ]] ; 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2021-06-09 Thread Sam James
commit: c8d5590a411496c9ab1acb2a1f1b8e0456a9d548
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  9 23:53:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  9 23:55:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d5590a

sys-libs/fortify-headers: update EAPI 6 -> 7, backport ${ED} fix

Signed-off-by: Sam James  gentoo.org>

 sys-libs/fortify-headers/fortify-headers-0.7.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
index e717acf59e4..12b1d42a974 100644
--- a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="git://git.2f30.org/fortify-headers"
@@ -17,13 +17,13 @@ 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
+   sed -i -e 's|^PREFIX = /usr/local|PREFIX = /usr|g' Makefile || die
+   default
+}
+
+src_install() {
+   export DESTDIR="${ED}"
+   default
 }



[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2021-06-09 Thread Sam James
commit: 7589439e29ef225b4fd936af8203f8ae8969021b
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  9 22:48:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  9 23:55:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7589439e

sys-libs/fortify-headers: add 1.1

Closes: https://bugs.gentoo.org/716234
Signed-off-by: Sam James  gentoo.org>

 sys-libs/fortify-headers/Manifest  |  1 +
 .../fortify-headers/fortify-headers-0.6.ebuild |  5 +--
 .../fortify-headers/fortify-headers-0.7.ebuild |  5 +--
 .../fortify-headers/fortify-headers-1.1.ebuild | 36 ++
 .../fortify-headers/fortify-headers-.ebuild| 30 +++---
 5 files changed, 62 insertions(+), 15 deletions(-)

diff --git a/sys-libs/fortify-headers/Manifest 
b/sys-libs/fortify-headers/Manifest
index f31dc4adc86..3884323f635 100644
--- a/sys-libs/fortify-headers/Manifest
+++ b/sys-libs/fortify-headers/Manifest
@@ -1,2 +1,3 @@
 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
index 9f9374176ea..e717acf59e4 100644
--- a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,8 @@ if [[ ${PV} == ** ]] ; 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="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
 

diff --git a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
index 9f9374176ea..e717acf59e4 100644
--- a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,8 @@ if [[ ${PV} == ** ]] ; 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="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
 

diff --git a/sys-libs/fortify-headers/fortify-headers-1.1.ebuild 
b/sys-libs/fortify-headers/fortify-headers-1.1.ebuild
new file mode 100644
index 000..5347e1e5768
--- /dev/null
+++ b/sys-libs/fortify-headers/fortify-headers-1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == ** ]] ; 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"
+
+src_prepare() {
+   sed -i -e 's|^PREFIX = /usr/local|PREFIX = /usr|g' Makefile || die
+   default
+}
+
+src_compile() {
+   # Nothing to do here but defining a dummy phase allows us to not trigger
+   # the catch-all rule and try to install here where we don't have access
+   # to ${ED}
+   :;
+}
+
+src_install() {
+   export DESTDIR="${ED}"
+   default
+}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2018-04-30 Thread Anthony G. Basile
commit: 95f6585feb301398cee648511bc5a60a74120775
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Apr 30 08:36:45 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Apr 30 08:37:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f6585f

sys-libs/fortify-headers: add eapply_user, fix bug #654396

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-libs/fortify-headers/fortify-headers-0.6.ebuild  | 1 +
 sys-libs/fortify-headers/fortify-headers-0.7.ebuild  | 1 +
 sys-libs/fortify-headers/fortify-headers-.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild
index d6ce9396cf9..9f9374176ea 100644
--- a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild
@@ -24,4 +24,5 @@ RDEPEND="${DEPEND}"
 src_prepare() {
sed -i -e 's|^PREFIX = /usr/local|PREFIX = /usr|g' Makefile
export DESTDIR="${D}"
+   eapply_user
 }

diff --git a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
index d6ce9396cf9..9f9374176ea 100644
--- a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
@@ -24,4 +24,5 @@ RDEPEND="${DEPEND}"
 src_prepare() {
sed -i -e 's|^PREFIX = /usr/local|PREFIX = /usr|g' Makefile
export DESTDIR="${D}"
+   eapply_user
 }

diff --git a/sys-libs/fortify-headers/fortify-headers-.ebuild 
b/sys-libs/fortify-headers/fortify-headers-.ebuild
index d6ce9396cf9..9f9374176ea 100644
--- a/sys-libs/fortify-headers/fortify-headers-.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-.ebuild
@@ -24,4 +24,5 @@ RDEPEND="${DEPEND}"
 src_prepare() {
sed -i -e 's|^PREFIX = /usr/local|PREFIX = /usr|g' Makefile
export DESTDIR="${D}"
+   eapply_user
 }



[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2018-04-27 Thread Anthony G. Basile
commit: 27b53eb1693da23f5b610b02e7862ec279fcaff0
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Apr 27 17:30:31 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Apr 27 22:11:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b53eb1

sys-libs/fortify-headers: git-2->git-r3, EAPI=6

Package-Manager: Portage-2.3.31, Repoman-2.3.9
Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-libs/fortify-headers/fortify-headers-0.6.ebuild  | 8 
 sys-libs/fortify-headers/fortify-headers-0.7.ebuild  | 8 
 sys-libs/fortify-headers/fortify-headers-.ebuild | 8 
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild
index fccc550aeab..d6ce9396cf9 100644
--- a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="git://git.2f30.org/fortify-headers"
-   inherit git-2
+   inherit git-r3
 else

SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz;
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"

diff --git a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
index fccc550aeab..d6ce9396cf9 100644
--- a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="git://git.2f30.org/fortify-headers"
-   inherit git-2
+   inherit git-r3
 else

SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz;
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"

diff --git a/sys-libs/fortify-headers/fortify-headers-.ebuild 
b/sys-libs/fortify-headers/fortify-headers-.ebuild
index fccc550aeab..d6ce9396cf9 100644
--- a/sys-libs/fortify-headers/fortify-headers-.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="git://git.2f30.org/fortify-headers"
-   inherit git-2
+   inherit git-r3
 else

SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz;
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2015-08-13 Thread Anthony G. Basile
commit: c5dbb7c401fd39881729230bd7ca5c5f58120e8f
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Fri Aug 14 05:53:54 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri Aug 14 05:53:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5dbb7c4

sys-libs/fortify-headers: version bump.

Package-Manager: portage-2.2.20.1

 sys-libs/fortify-headers/Manifest  |  1 +
 .../fortify-headers/fortify-headers-0.7.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/sys-libs/fortify-headers/Manifest 
b/sys-libs/fortify-headers/Manifest
index 1b7be04..7be1810 100644
--- a/sys-libs/fortify-headers/Manifest
+++ b/sys-libs/fortify-headers/Manifest
@@ -1,3 +1,4 @@
 DIST fortify-headers-0.4.tar.gz 5610 SHA256 
fedfbd951bf4d4bd30d32bef20710d6124c004037df52059a274c090c1f11a0a SHA512 
669bf35df5278d4557caa2c8f28e33fe3e4a03c4267eed2cc8638dcb8e705d8797e487fbb524d9ff919e2752f1dc817cef9d41f14ceb46d520661e3d2301c5f2
 WHIRLPOOL 
2c3907913455417af3503d4b5cbea9afb8d374d954199cb58d4911c0af18c8078f45fd3d82b4184063127572fab023c4317734c484ccff75da5703d535d6a104
 DIST fortify-headers-0.5.tar.gz 5365 SHA256 
4564f0ee9cb7c789b5a827d21a0d3b6da9df61fcb7ba31b711999f638e9e913a SHA512 
951e3a5771c3cf9b2fe248e62badfc6699f0a05b8967f3982d279de8473501c66a6d1c17d7b42c90ef8bd303c06a642d7bdfea334caef892c90a15c45d4bb1c4
 WHIRLPOOL 
7e39879569746523688d0c6ea44bcf105a6e589c128341bcb7d8dc68c34cbfc344cd0f204b751364112a1e2340c26355931bef3538369bcfedf4b25e2050d04c
 DIST fortify-headers-0.6.tar.gz 5339 SHA256 
e3baedbd1a2ca612faf83f3c87c50eeb33b31c663948cfb3ca04300751d86b68 SHA512 
6106219332515e7c23354d916383cdac6efccba7eefa13b0c2c221d0fd03be7afb29b3a8622bd29b62ee0b602f9d1f273e1a08c07583bdcd12db9938ef4d7acc
 WHIRLPOOL 
833aa8df26e1e28ec064ba0592dab42ee63e8fe794d095085ed544c7232855646790257c9b1c4d3a4af34873de9b1fcce222c3f665da3221c36ca5130cc88bc7
+DIST fortify-headers-0.7.tar.gz 5524 SHA256 
683ac9ae7bddb2975a2a76c9b09f432097928c8dfe8561c0aabf69f90f30920d SHA512 
9335d5042f973904cf131d4894c71d3d25c84e82427500064a4ed3f798abd8051c3b52375a17c807ca89227115fa5ba9922939f0e86059a9f04fee61f0b69e53
 WHIRLPOOL 
05eba07d6b22d0b3717f9c74a79310f9202379560901eea09ffe56bdf9987371c1882e2885431d13ca1a8ceb9f0e436c3b41bd2b7a7031094629a6133f4a7af8

diff --git a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
new file mode 100644
index 000..2d8096e
--- /dev/null
+++ b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI=git://git.2f30.org/fortify-headers
+   inherit git-2
+else
+   
SRC_URI=http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.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}
+}



[gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/

2015-08-13 Thread Anthony G. Basile
commit: 8874840cceea555624170d9bb96b4656b63ce40b
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Fri Aug 14 05:54:50 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri Aug 14 05:54:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8874840c

sys-libs/fortify-headers: remove older unstable versions.

Package-Manager: portage-2.2.20.1

 sys-libs/fortify-headers/Manifest  |  2 --
 .../fortify-headers/fortify-headers-0.4.ebuild | 22 -
 .../fortify-headers/fortify-headers-0.5.ebuild | 28 --
 3 files changed, 52 deletions(-)

diff --git a/sys-libs/fortify-headers/Manifest 
b/sys-libs/fortify-headers/Manifest
index 7be1810..41575f3 100644
--- a/sys-libs/fortify-headers/Manifest
+++ b/sys-libs/fortify-headers/Manifest
@@ -1,4 +1,2 @@
-DIST fortify-headers-0.4.tar.gz 5610 SHA256 
fedfbd951bf4d4bd30d32bef20710d6124c004037df52059a274c090c1f11a0a SHA512 
669bf35df5278d4557caa2c8f28e33fe3e4a03c4267eed2cc8638dcb8e705d8797e487fbb524d9ff919e2752f1dc817cef9d41f14ceb46d520661e3d2301c5f2
 WHIRLPOOL 
2c3907913455417af3503d4b5cbea9afb8d374d954199cb58d4911c0af18c8078f45fd3d82b4184063127572fab023c4317734c484ccff75da5703d535d6a104
-DIST fortify-headers-0.5.tar.gz 5365 SHA256 
4564f0ee9cb7c789b5a827d21a0d3b6da9df61fcb7ba31b711999f638e9e913a SHA512 
951e3a5771c3cf9b2fe248e62badfc6699f0a05b8967f3982d279de8473501c66a6d1c17d7b42c90ef8bd303c06a642d7bdfea334caef892c90a15c45d4bb1c4
 WHIRLPOOL 
7e39879569746523688d0c6ea44bcf105a6e589c128341bcb7d8dc68c34cbfc344cd0f204b751364112a1e2340c26355931bef3538369bcfedf4b25e2050d04c
 DIST fortify-headers-0.6.tar.gz 5339 SHA256 
e3baedbd1a2ca612faf83f3c87c50eeb33b31c663948cfb3ca04300751d86b68 SHA512 
6106219332515e7c23354d916383cdac6efccba7eefa13b0c2c221d0fd03be7afb29b3a8622bd29b62ee0b602f9d1f273e1a08c07583bdcd12db9938ef4d7acc
 WHIRLPOOL 
833aa8df26e1e28ec064ba0592dab42ee63e8fe794d095085ed544c7232855646790257c9b1c4d3a4af34873de9b1fcce222c3f665da3221c36ca5130cc88bc7
 DIST fortify-headers-0.7.tar.gz 5524 SHA256 
683ac9ae7bddb2975a2a76c9b09f432097928c8dfe8561c0aabf69f90f30920d SHA512 
9335d5042f973904cf131d4894c71d3d25c84e82427500064a4ed3f798abd8051c3b52375a17c807ca89227115fa5ba9922939f0e86059a9f04fee61f0b69e53
 WHIRLPOOL 
05eba07d6b22d0b3717f9c74a79310f9202379560901eea09ffe56bdf9987371c1882e2885431d13ca1a8ceb9f0e436c3b41bd2b7a7031094629a6133f4a7af8

diff --git a/sys-libs/fortify-headers/fortify-headers-0.4.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.4.ebuild
deleted file mode 100644
index 73494d4..000
--- a/sys-libs/fortify-headers/fortify-headers-0.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION=A standalone implementation of fortify source.
-HOMEPAGE=http://git.2f30.org/fortify-headers/;
-SRC_URI=http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz;
-
-LICENSE=ISC
-SLOT=0
-KEYWORDS=~amd64 ~arm ~mips ~ppc ~x86
-IUSE=
-
-DEPEND=
-RDEPEND=${DEPEND}
-
-src_prepare() {
-   sed -i -e 's|^PREFIX = /usr/local|PREFIX = /usr|g' Makefile
-   export DESTDIR=${D}
-}

diff --git a/sys-libs/fortify-headers/fortify-headers-0.5.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.5.ebuild
deleted file mode 100644
index 2d8096e..000
--- a/sys-libs/fortify-headers/fortify-headers-0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI=git://git.2f30.org/fortify-headers
-   inherit git-2
-else
-   
SRC_URI=http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.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}
-}