mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-rce: replace dissy with emilpro as upstream did
This commit is contained in:
parent
c7d70c407b
commit
5027b7c878
2 changed files with 32 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
EBUILD pentoo-rce-2012.0.ebuild 568 SHA256 9c37cdef3805d609b20b657daaea7739f9d576449afab91a47ea7aa9143a277a SHA512 aa6ea2114695ce36ed8df21077bfe8943425d37e5032d97bf76745829f1c2321d344581d6e97e65f36334e76c7d924bda53d7b7601be3872584441cfbe6579be WHIRLPOOL 1f9cd907bf605a8696fe1fa5a825f5e03898695f56fc48bfc3756c60cad15773f1c6c18c35c232cca132d3981e493e1c68f6ce236cd70932aadd220d13edea4f
|
||||
EBUILD pentoo-rce-2013.0.ebuild 586 SHA256 cf0aa330350cfb7eddb1a43d0e009ac7c98f961085d7f0465f46071ccf3d5eec SHA512 5daa4843c1654445d888c89ac8f2c1ddc48863e1328566a562ed20fc854e9431bc29c1e69d43e7d8d347e0c7b8dac87b9897ea5c5bf6885dbea708661e5e8f99 WHIRLPOOL 7ead4beabc0678efd3894c9b9b4916dcdb55ec1143d79496394ded3bd94a6dd3da34d1593d7855e74486ca711aefbffb2c0fd31f7f93774f99fbd7f4f8b7420a
|
||||
EBUILD pentoo-rce-2014.0.ebuild 588 SHA256 af4be16cdfda613696bf107680a19889bbe3b471edc7fdd46f21158dec3d02b5 SHA512 338f5d95bfad71116e85d4639b2387ecb8d64592247e951c4ef6c952281927c0584d948c7bb6a6c943c5cd3ffe1c0a5e4b41fb1355f65544999e6584b4e5013f WHIRLPOOL 1c34e7f21d3d9ae728e5d0c727e0b6e9ab168039640f60675f55c8a6d3fd3d7f4719c00e4dad497c6d7d8629fda932c6e96f734c88ff0d423252c37d941308ee
|
||||
|
|
|
|||
31
pentoo/pentoo-rce/pentoo-rce-2014.0.ebuild
Normal file
31
pentoo/pentoo-rce/pentoo-rce-2014.0.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
KEYWORDS=""
|
||||
DESCRIPTION="Pentoo rce meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL"
|
||||
IUSE="hardened"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
#the tools
|
||||
RDEPEND="${RDEPEND}
|
||||
hardened? ( sys-apps/paxctl )
|
||||
!hardened? ( sys-devel/prelink )
|
||||
dev-java/jad-bin
|
||||
!arm? ( dev-lang/nasm )
|
||||
dev-util/emilpro
|
||||
!arm? ( dev-util/edb )
|
||||
dev-util/ltrace
|
||||
dev-util/metasm
|
||||
!arm? ( dev-util/radare2 )
|
||||
dev-util/strace
|
||||
sys-devel/gdb"
|
||||
|
||||
#removed, doesn't build
|
||||
# app-antivirus/malheur
|
||||
|
||||
Loading…
Reference in a new issue