summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-04-15 21:00:18 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:47:36 +0200
commitbd582bfb4b4f1b38ed7effb0e65353f9bae30f9c (patch)
tree27fca8ca6840a4fc125774621d98490fead6f32f /app-admin
parentAdd requestpolicy ebuild (diff)
downloadmv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.gz
mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.bz2
mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.zip
Add base. Fix stardict compilation
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/checksec/ChangeLog3
-rw-r--r--app-admin/checksec/checksec-1.5.ebuild3
-rw-r--r--app-admin/sudox/ChangeLog3
-rw-r--r--app-admin/sudox/sudox-3.7.ebuild2
4 files changed, 9 insertions, 2 deletions
diff --git a/app-admin/checksec/ChangeLog b/app-admin/checksec/ChangeLog
index 268f02f8..3e729854 100644
--- a/app-admin/checksec/ChangeLog
+++ b/app-admin/checksec/ChangeLog
@@ -4,5 +4,8 @@
*checksec-1.5 (12 Feb 2012)
+ 15 Apr 2012; Martin Väth <martin@mvath.de>
+ Inherit base
+
12 Feb 2012; Martin Väth <martin@mvath.de>
New ebuild from scratch.
diff --git a/app-admin/checksec/checksec-1.5.ebuild b/app-admin/checksec/checksec-1.5.ebuild
index 24f160a3..ef210637 100644
--- a/app-admin/checksec/checksec-1.5.ebuild
+++ b/app-admin/checksec/checksec-1.5.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header $
EAPI="4"
RESTRICT="mirror"
+inherit base
DESCRIPTION="Check for hardened protections like RELRO, NoExec, Stack protection, ASLR, PIE"
HOMEPAGE="http://www.trapkit.de/tools/checksec.html"
diff --git a/app-admin/sudox/ChangeLog b/app-admin/sudox/ChangeLog
index 2cb909d6..8315d2f1 100644
--- a/app-admin/sudox/ChangeLog
+++ b/app-admin/sudox/ChangeLog
@@ -4,6 +4,9 @@
*sudox-3.7 (10 Apr 2012)
+ 15 Apr 2012; Martin Väth <martin@mvath.de>
+ Inherit base
+
10 Apr 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
diff --git a/app-admin/sudox/sudox-3.7.ebuild b/app-admin/sudox/sudox-3.7.ebuild
index 9e4bfe1b..96e3087f 100644
--- a/app-admin/sudox/sudox-3.7.ebuild
+++ b/app-admin/sudox/sudox-3.7.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
RESTRICT="mirror"
-inherit vcs-snapshot
+inherit base vcs-snapshot
DESCRIPTION="sudox is a wrapper for sudo which can pass X authority data and deal with screen and tmux"
HOMEPAGE="https://github.com/vaeth/sudox/"