mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 23:31:00 +02:00
pentoo-mobile: add missing android tools after its re-packaging
This commit is contained in:
parent
88ef13bba0
commit
4290b984ec
3 changed files with 39 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
|||
EBUILD pentoo-mobile-2013.0.ebuild 798 SHA256 4e447ddddf93c75f8d7f612970473b52fb8e06e73fc6b009687c0a3e19e85abf SHA512 0951492150d1b8ed4625144b5e16fc3bfe0bd80a45ff1310d62e3cc3969ee6584b5ae79c85da924ea67f9db6fabf4c276a53641062ff82b18dc919c99db978bc WHIRLPOOL 2e39e28d319af4f557189846672a7b36c67734ed699e2149ffc5b12cc1698f0ef9df9b1008432dee7b401ef72343d7f7926b2a0b6cbae40bf3909eeb82c2a3d9
|
||||
EBUILD pentoo-mobile-2014.0.ebuild 765 SHA256 1246e3a3411f312aad469a4d3240915803cd4c0b4232ccaa81039706a31f82ed SHA512 19d0b6851c8e06784e74e98a6fc983215d31507d1c4bf4ad8a31e7ca3cc5d2b22f813b238a32b6f331b67e29d0865004884a4e437505910bac550061887ab78e WHIRLPOOL 67916216b61ad014c1cdd5e20edb9612638852eaab4aa80bbe5b1dceb32b44721cc884166be1e61e153e4cd4a7b3cf271c9879ec1ab493bc94fdd62cee8402ce
|
||||
EBUILD pentoo-mobile-2014.1.ebuild 830 SHA256 de0f6070563d963808dfb0ef028355965407c8ad2c74490a61eff7464cd4e8c0 SHA512 a8b17653867447666781ef186a2ce37f78dd2d72f5ad61b5bdbe5ff599b4e523b71b9ec3ddd4f344b2f7c5945ab3e6c81e3b4495658602b4b245aa6771062486 WHIRLPOOL 70d3146f9a65f5728a6b265b197bf31b0e5d9a558a46797510b7a56e13509c424cb4bdff2ae685a20d626bfc275c56aa060d158eef54fe1f0046152e8f25cb79
|
||||
|
|
|
|||
36
pentoo/pentoo-mobile/pentoo-mobile-2014.1.ebuild
Normal file
36
pentoo/pentoo-mobile/pentoo-mobile-2014.1.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
KEYWORDS="amd64 arm x86"
|
||||
DESCRIPTION="Pentoo mobile meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="+android +ios"
|
||||
|
||||
#projects to add?
|
||||
#https://github.com/mwrlabs/mercury
|
||||
#http://code.google.com/p/androguard/
|
||||
#http://code.google.com/p/smali/
|
||||
#https://code.google.com/p/lime-forensics/downloads/list
|
||||
|
||||
#https://github.com/iSECPartners/android-ssl-bypass
|
||||
#https://github.com/iSECPartners/ios-ssl-kill-switch
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
android? ( !arm? ( dev-util/apktool
|
||||
dev-util/jd-gui-bin
|
||||
dev-util/dex2jar
|
||||
dev-util/android-tools
|
||||
dev-util/android-sdk-update-manager
|
||||
)
|
||||
)
|
||||
ios? ( sys-devel/clang
|
||||
app-pda/ideviceinstaller
|
||||
app-pda/ifuse
|
||||
app-pda/usbmuxd
|
||||
)"
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
~dev-util/android-sdk-update-manager-22.2.1
|
||||
~dev-util/android-sdk-update-manager-22.6.1
|
||||
=dev-util/android-tools-0_p2013*
|
||||
=dev-util/edb-0.9.18_p*
|
||||
~dev-util/calpp-0.90
|
||||
~dev-util/dex2jar-0.0.9.15
|
||||
|
|
|
|||
Loading…
Reference in a new issue