mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 15:24:26 +01:00
If this magic causes issues then remove sys-apps/zerosmagic from stage1 AND stage2 for both arches. Also added videojak-2 which is unbuildable at present.
43 lines
876 B
Bash
43 lines
876 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=2
|
|
|
|
DESCRIPTION="This ebuild should NEVER be installed, ever, for any reason"
|
|
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="x86 amd64"
|
|
|
|
DEPEND="app-arch/cpio[-nls]
|
|
app-arch/tar[-nls]
|
|
app-shells/bash[-nls]
|
|
sys-apps/coreutils[-nls]
|
|
sys-apps/findutils[-nls]
|
|
sys-apps/gawk[-nls]
|
|
sys-apps/grep[-nls]
|
|
sys-apps/kbd[-nls]
|
|
sys-apps/man[-nls]
|
|
sys-apps/man-pages[-nls]
|
|
sys-apps/net-tools[-nls]
|
|
sys-apps/sed[-nls]
|
|
sys-apps/shadow[-nls]
|
|
sys-apps/texinfo[-nls]
|
|
sys-apps/util-linux[-nls]
|
|
sys-devel/bison[-nls]
|
|
sys-devel/binutils[-nls]
|
|
sys-devel/flex[-nls]
|
|
sys-devel/gcc[-nls]
|
|
sys-devel/make[-nls]
|
|
sys-fs/e2fsprogs[-nls]
|
|
sys-libs/e2fsprogs-libs[-nls]
|
|
sys-libs/glibc[-nls]
|
|
sys-process/psmisc[-nls]
|
|
"
|
|
|
|
RDEPEND="${DEPEND}"
|