summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/fjinit/fjinit-9999.ebuild')
-rw-r--r--sys-apps/fjinit/fjinit-9999.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-apps/fjinit/fjinit-9999.ebuild b/sys-apps/fjinit/fjinit-9999.ebuild
deleted file mode 100644
index ad40fff..0000000
--- a/sys-apps/fjinit/fjinit-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit git-r3
-
-DESCRIPTION="process reaper intended for use as init-system in app-emulation/firejail"
-HOMEPAGE="https://github.com/ScoreUnder/fjinit"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/ScoreUnder/${PN}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -r \
- -e 's#^(PREFIX).*#\1=/usr#' \
- -e "s#^(CFLAGS.*)-Os#\1 ${CFLAGS}#" \
- -e 's#^(LDFLAGS.*)-s#\1#' \
- -i config.mk
-}