Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
Date: Sat, 13 Feb 2016 23:11:01
Message-Id: 1455404278.3ddffc2f7b9ad56395a78ce9a611787b560face1.blueness@gentoo
1 commit: 3ddffc2f7b9ad56395a78ce9a611787b560face1
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 13 22:57:17 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 13 22:57:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddffc2f
7
8 sys-apps/fix-gnustack: Initial commit. Utility to remove executable GNU_STACK.
9
10 Package-Manager: portage-2.2.26
11
12 sys-apps/fix-gnustack/Manifest | 1 +
13 sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 18 ++++++++++++++++++
14 sys-apps/fix-gnustack/metadata.xml | 11 +++++++++++
15 3 files changed, 30 insertions(+)
16
17 diff --git a/sys-apps/fix-gnustack/Manifest b/sys-apps/fix-gnustack/Manifest
18 new file mode 100644
19 index 0000000..1990929
20 --- /dev/null
21 +++ b/sys-apps/fix-gnustack/Manifest
22 @@ -0,0 +1 @@
23 +DIST fix-gnustack-0.1.tar.bz2 105457 SHA256 e8f089f6390b2766e79493ab10550c021151c6079f11e882c9e470a4beccad3a SHA512 df83beef5533003ceedda799bb27af15f877d2b3bc7c8213b2ac64a100270790655de3836eaa0ab8411d9eb91a6056e4902973b740b9b0791dcc5477226544a1 WHIRLPOOL 85c313450f9375ccda53a2a5b3912adb75a098484c52fcbe36d1ada71eddd0b3fa880bc4b455c3ffc90867ee90855884ffbc0365d7abb2132a8156223d817bc6
24
25 diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
26 new file mode 100644
27 index 0000000..3d5ebac
28 --- /dev/null
29 +++ b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
30 @@ -0,0 +1,18 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK"
38 +HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}"
39 +SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
40 +LICENSE="GPL-3"
41 +
42 +DEPEND="dev-libs/elfutils"
43 +RDEPEND="${DEPEND}"
44 +
45 +KEYWORDS="~amd64 ~x86"
46 +SLOT="0"
47 +
48 +S="${WORKDIR}/${PN}"
49
50 diff --git a/sys-apps/fix-gnustack/metadata.xml b/sys-apps/fix-gnustack/metadata.xml
51 new file mode 100644
52 index 0000000..62a5937
53 --- /dev/null
54 +++ b/sys-apps/fix-gnustack/metadata.xml
55 @@ -0,0 +1,11 @@
56 +<?xml version="1.0" encoding="UTF-8"?>
57 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 +<pkgmetadata>
59 +<maintainer type="person">
60 + <email>blueness@g.o</email>
61 +</maintainer>
62 +<maintainer type="project">
63 + <email>base-system@g.o</email>
64 + <name>Gentoo Base System</name>
65 +</maintainer>
66 +</pkgmetadata>