mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
rce: added meta ebuild
This commit is contained in:
parent
44489a2547
commit
acc7733984
2 changed files with 25 additions and 10 deletions
23
pentoo/pentoo-rce/pentoo-rce-2010.0.ebuild
Normal file
23
pentoo/pentoo-rce/pentoo-rce-2010.0.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
KEYWORDS="-*"
|
||||
DESCRIPTION="Pentoo rce meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
|
||||
#the tools
|
||||
RDEPEND="${RDEPEND}
|
||||
dev-java/jad-bin
|
||||
dev-lang/nasm
|
||||
dev-util/ltrace
|
||||
dev-util/radare
|
||||
dev-util/strace
|
||||
sys-devel/gdb
|
||||
livedvd? ( dev-util/edb )"
|
||||
|
|
@ -8,7 +8,7 @@ DESCRIPTION="Pentoo meta ebuild to install all apps"
|
|||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL"
|
||||
IUSE="dwm +cracking +enlightenment +forensics +fuzzers kde +proxies +sqlsec +wirelesssec xfce"
|
||||
IUSE="dwm +cracking +enlightenment +forensics +fuzzers kde +proxies +rce +sqlsec +wirelesssec xfce"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
|
|
@ -96,15 +96,6 @@ RDEPEND="${RDEPEND}
|
|||
x11-terms/terminal
|
||||
x11-themes/gtk-chtheme"
|
||||
|
||||
#rce/devel stuff
|
||||
RDEPEND="${REDEPEND}
|
||||
dev-java/jad-bin
|
||||
dev-lang/nasm
|
||||
dev-util/ltrace
|
||||
dev-util/radare
|
||||
dev-util/strace
|
||||
sys-devel/gdb"
|
||||
|
||||
#basic systems
|
||||
RDEPEND="${REDEPEND}
|
||||
livecd? ( app-misc/livecd-tools
|
||||
|
|
@ -330,6 +321,7 @@ RDEPEND="${RDEPEND}
|
|||
forensics? ( sys-apps/pentoo-forensics )
|
||||
fuzzers? ( sys-apps/pentoo-fuzzers )
|
||||
proxies? ( sys-apps/pentoo-proxies )
|
||||
rce? ( pentoo/pentoo-rce )
|
||||
sqlsec? ( sys-apps/pentoo-sqlsec )
|
||||
wirelesssec? ( sys-apps/pentoo-wirelesssec )"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue