summaryrefslogtreecommitdiffstats
path: root/bin/banned-helper
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-01 15:42:45 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-01 15:42:45 -0700
commitca755a56b628c8296630c3e435425b14d3b8bf10 (patch)
tree09f6899bc8d416a646b04133f2edfd98144d67ed /bin/banned-helper
parentbb3094fb926910594f26ac3cf246d9aa9f9444d9 (diff)
downloadportage-ca755a56b628c8296630c3e435425b14d3b8bf10.tar.gz
portage-ca755a56b628c8296630c3e435425b14d3b8bf10.tar.bz2
portage-ca755a56b628c8296630c3e435425b14d3b8bf10.zip
Eliminate bin/ebuild-helpers/4 directory.
Instead, just use conditionals where appropriate inside bin/ebuild-helpers/* scripts.
Diffstat (limited to 'bin/banned-helper')
-rwxr-xr-xbin/banned-helper6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/banned-helper b/bin/banned-helper
deleted file mode 100755
index 17ea9915d..000000000
--- a/bin/banned-helper
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-# Copyright 2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-die "'${0##*/}' has been banned for EAPI '$EAPI'"
-exit 1