summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/checksec/Manifest1
-rw-r--r--app-admin/checksec/checksec-1.7.5.ebuild51
-rw-r--r--app-admin/checksec/checksec-99999999.ebuild51
-rw-r--r--app-admin/checksec/metadata.xml19
4 files changed, 0 insertions, 122 deletions
diff --git a/app-admin/checksec/Manifest b/app-admin/checksec/Manifest
deleted file mode 100644
index 96bfe675..00000000
--- a/app-admin/checksec/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST checksec-1.7.5.tar.gz 51266 SHA512 7269fb3628907f6fe4e8b720d2dcbd5bf8586e1821bd758533dff6255c6a52be9146b58f60abea798ee92471c3d5ad9e867fa7ad4b8e5ea2d8aa03d5a3b83098
diff --git a/app-admin/checksec/checksec-1.7.5.ebuild b/app-admin/checksec/checksec-1.7.5.ebuild
deleted file mode 100644
index 76cc7f89..00000000
--- a/app-admin/checksec/checksec-1.7.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN=${PN}.sh
-DESCRIPTION="Tool to check properties of executables (e.g. ASLR/PIE, RELRO, PaX, Canaries)"
-HOMEPAGE="https://github.com/slimm609/checksec.sh"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test update"
-DEPEND="test? ( dev-python/demjson dev-libs/libxml2 )"
-
-case ${PV} in
-99999999*)
- EGIT_REPO_URI="https://github.com/slimm609/${MY_PN}.git"
- inherit git-r3
- PROPERTIES="live"
- KEYWORDS=""
- SRC_URI="";;
-*)
- RESTRICT="mirror"
- SRC_URI="https://github.com/slimm609/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S=${WORKDIR}/${MY_PN}-${PV}
-esac
-
-DOCS=( ChangeLog README.md )
-
-src_prepare() {
- if ! use update
- then sed -i -e '/--update/d' extras/zsh/_${PN} || die
- sed -i -e 's/^\([ ]*pkg_release=\)false/\1true/' ${PN} || die
- fi
- eapply_user
-}
-
-src_install() {
- dobin ${PN}
- insinto /usr/share/zsh/site-functions
- doins extras/zsh/_${PN}
- einstalldocs
- doman extras/man/*
-}
-
-src_test() {
- cd tests || return 0
- ./test-checksec.sh || die
-}
diff --git a/app-admin/checksec/checksec-99999999.ebuild b/app-admin/checksec/checksec-99999999.ebuild
deleted file mode 100644
index 76cc7f89..00000000
--- a/app-admin/checksec/checksec-99999999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN=${PN}.sh
-DESCRIPTION="Tool to check properties of executables (e.g. ASLR/PIE, RELRO, PaX, Canaries)"
-HOMEPAGE="https://github.com/slimm609/checksec.sh"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test update"
-DEPEND="test? ( dev-python/demjson dev-libs/libxml2 )"
-
-case ${PV} in
-99999999*)
- EGIT_REPO_URI="https://github.com/slimm609/${MY_PN}.git"
- inherit git-r3
- PROPERTIES="live"
- KEYWORDS=""
- SRC_URI="";;
-*)
- RESTRICT="mirror"
- SRC_URI="https://github.com/slimm609/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S=${WORKDIR}/${MY_PN}-${PV}
-esac
-
-DOCS=( ChangeLog README.md )
-
-src_prepare() {
- if ! use update
- then sed -i -e '/--update/d' extras/zsh/_${PN} || die
- sed -i -e 's/^\([ ]*pkg_release=\)false/\1true/' ${PN} || die
- fi
- eapply_user
-}
-
-src_install() {
- dobin ${PN}
- insinto /usr/share/zsh/site-functions
- doins extras/zsh/_${PN}
- einstalldocs
- doman extras/man/*
-}
-
-src_test() {
- cd tests || return 0
- ./test-checksec.sh || die
-}
diff --git a/app-admin/checksec/metadata.xml b/app-admin/checksec/metadata.xml
deleted file mode 100644
index 0946c882..00000000
--- a/app-admin/checksec/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>martin@mvath.de</email>
- <name>Martin Väth</name>
- <description>maintainer of the updates in the mv overlay</description>
- </maintainer>
- <maintainer type="person">
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
- <upstream>
- <remote-id type="github">slimm609/checksec.sh</remote-id>
- </upstream>
- <use>
- <flag name="update">Support self-update functionality outside of the package-manager</flag>
- </use>
-</pkgmetadata>