public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
@ 2016-02-13 23:10 Anthony G. Basile
  0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2016-02-13 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3ddffc2f7b9ad56395a78ce9a611787b560face1
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 22:57:17 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 22:57:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddffc2f

sys-apps/fix-gnustack: Initial commit.  Utility to remove executable GNU_STACK.

Package-Manager: portage-2.2.26

 sys-apps/fix-gnustack/Manifest                |  1 +
 sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 18 ++++++++++++++++++
 sys-apps/fix-gnustack/metadata.xml            | 11 +++++++++++
 3 files changed, 30 insertions(+)

diff --git a/sys-apps/fix-gnustack/Manifest b/sys-apps/fix-gnustack/Manifest
new file mode 100644
index 0000000..1990929
--- /dev/null
+++ b/sys-apps/fix-gnustack/Manifest
@@ -0,0 +1 @@
+DIST fix-gnustack-0.1.tar.bz2 105457 SHA256 e8f089f6390b2766e79493ab10550c021151c6079f11e882c9e470a4beccad3a SHA512 df83beef5533003ceedda799bb27af15f877d2b3bc7c8213b2ac64a100270790655de3836eaa0ab8411d9eb91a6056e4902973b740b9b0791dcc5477226544a1 WHIRLPOOL 85c313450f9375ccda53a2a5b3912adb75a098484c52fcbe36d1ada71eddd0b3fa880bc4b455c3ffc90867ee90855884ffbc0365d7abb2132a8156223d817bc6

diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
new file mode 100644
index 0000000..3d5ebac
--- /dev/null
+++ b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK"
+HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}"
+SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
+LICENSE="GPL-3"
+
+DEPEND="dev-libs/elfutils"
+RDEPEND="${DEPEND}"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+S="${WORKDIR}/${PN}"

diff --git a/sys-apps/fix-gnustack/metadata.xml b/sys-apps/fix-gnustack/metadata.xml
new file mode 100644
index 0000000..62a5937
--- /dev/null
+++ b/sys-apps/fix-gnustack/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>blueness@gentoo.org</email>
+</maintainer>
+<maintainer type="project">
+	<email>base-system@gentoo.org</email>
+	<name>Gentoo Base System</name>
+</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
@ 2017-02-12 16:20 Jonathan Vasquez
  0 siblings, 0 replies; 9+ messages in thread
From: Jonathan Vasquez @ 2017-02-12 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     95b7c1a7529576c0b6267971b54b993ac0c0590c
Author:     Jonathan Vasquez <fearedbliss <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 16:20:03 2017 +0000
Commit:     Jonathan Vasquez <fearedbliss <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 16:20:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b7c1a7

sys-apps/fix-gnustack: stabilizing plex-media-server dependency for amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
index 3d5ebaceb2..1bb36601ec 100644
--- a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
+++ b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ LICENSE="GPL-3"
 DEPEND="dev-libs/elfutils"
 RDEPEND="${DEPEND}"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 
 S="${WORKDIR}/${PN}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
@ 2020-02-08 18:55 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2020-02-08 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     eff56510ed4dc6ac56dbe094ecc7b46258e43db5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 18:55:29 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 18:55:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff56510

sys-apps/fix-gnustack: [QA] Fix VariableInHomepage

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
index ab3b556fe2a..7c291908b48 100644
--- a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
+++ b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 
 DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK"
-HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}"
+HOMEPAGE="https://dev.gentoo.org/~blueness/fix-gnustack"
 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
 LICENSE="GPL-3"
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
@ 2021-07-31  5:19 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-07-31  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     2d4e7d8e6a761091291cd35d2a043a50a881d947
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 05:00:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 05:00:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4e7d8e

sys-apps/fix-gnustack: fix metadata indentation

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/fix-gnustack/metadata.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-apps/fix-gnustack/metadata.xml b/sys-apps/fix-gnustack/metadata.xml
index 62a59374183..0495c5db73e 100644
--- a/sys-apps/fix-gnustack/metadata.xml
+++ b/sys-apps/fix-gnustack/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-	<email>blueness@gentoo.org</email>
-</maintainer>
-<maintainer type="project">
-	<email>base-system@gentoo.org</email>
-	<name>Gentoo Base System</name>
-</maintainer>
+	<maintainer type="person">
+		<email>blueness@gentoo.org</email>
+	</maintainer>
+	<maintainer type="project">
+		<email>base-system@gentoo.org</email>
+		<name>Gentoo Base System</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
@ 2021-07-31  5:20 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-07-31  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     0e0eb4f357e6deaf01cc1e41cabb0e0d07f48996
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 05:02:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 05:02:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0eb4f3

sys-apps/fix-gnustack: update EAPI 5 -> 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
index f80f513ccab..8964f4883c7 100644
--- a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
+++ b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK"
 HOMEPAGE="https://dev.gentoo.org/~blueness/fix-gnustack"
 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
+S="${WORKDIR}/${PN}"
+
 LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="dev-libs/elfutils"
 RDEPEND="${DEPEND}"
-
-KEYWORDS="amd64 ~x86"
-SLOT="0"
-
-S="${WORKDIR}/${PN}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
@ 2023-01-11  7:58 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-01-11  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2bf40ae29939559f1db704ec8ff3024daddd678c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 07:57:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 07:57:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf40ae2

sys-apps/fix-gnustack: add gentoo upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/fix-gnustack/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/fix-gnustack/metadata.xml b/sys-apps/fix-gnustack/metadata.xml
index 33d53cff133d..69e7760af2ee 100644
--- a/sys-apps/fix-gnustack/metadata.xml
+++ b/sys-apps/fix-gnustack/metadata.xml
@@ -8,4 +8,7 @@
 		<email>base-system@gentoo.org</email>
 		<name>Gentoo Base System</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="gentoo">proj/elfix</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
@ 2023-01-11  7:58 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-01-11  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e43d0f8ceeb33a4a94e77255c2738d79ce074c88
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 07:57:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 07:57:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43d0f8c

sys-apps/fix-gnustack: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/fix-gnustack/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/fix-gnustack/metadata.xml b/sys-apps/fix-gnustack/metadata.xml
index 69e7760af2ee..f1e4bd47573f 100644
--- a/sys-apps/fix-gnustack/metadata.xml
+++ b/sys-apps/fix-gnustack/metadata.xml
@@ -10,5 +10,6 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="gentoo">proj/elfix</remote-id>
+		<remote-id type="github">gentoo/elfix</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
@ 2023-03-04  9:01 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-03-04  9:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d7862f9f0d554925bf2e61990aae60139f5af5db
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 09:01:41 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 09:01:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7862f9f

sys-apps/fix-gnustack: Stabilize 0.1-r1 amd64, #899356

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-apps/fix-gnustack/fix-gnustack-0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1-r1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1-r1.ebuild
index 592e82c6121b..84043888ab1f 100644
--- a/sys-apps/fix-gnustack/fix-gnustack-0.1-r1.ebuild
+++ b/sys-apps/fix-gnustack/fix-gnustack-0.1-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="dev-libs/elfutils"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
@ 2023-12-28  4:38 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-12-28  4:38 UTC (permalink / raw
  To: gentoo-commits

commit:     fa322f4bd8bb9e572bbfcc22d4a1e14fda0f07bc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 04:37:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 04:37:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa322f4b

sys-apps/fix-gnustack: drop 0.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
deleted file mode 100644
index 8964f4883c79..000000000000
--- a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK"
-HOMEPAGE="https://dev.gentoo.org/~blueness/fix-gnustack"
-SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DEPEND="dev-libs/elfutils"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-12-28  4:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-31  5:20 [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-12-28  4:38 Sam James
2023-03-04  9:01 Arthur Zamarin
2023-01-11  7:58 Sam James
2023-01-11  7:58 Sam James
2021-07-31  5:19 Sam James
2020-02-08 18:55 David Seifert
2017-02-12 16:20 Jonathan Vasquez
2016-02-13 23:10 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox