apktool: cleanup

This commit is contained in:
blshkv 2015-09-24 20:41:35 +08:00
parent b30dc64054
commit a496631153

View file

@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@ -6,10 +6,10 @@ EAPI="5"
DESCRIPTION="A tool for reengineering 3rd party, closed, binary Android apps."
HOMEPAGE="http://ibotpeaches.github.io/Apktool/"
SRC_URI="https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.0.1.jar -> ${P}.jar"
SRC_URI="https://bitbucket.org/iBotPeaches/apktool/downloads/${PN}_${PV}.jar -> ${P}.jar"
LICENSE="Apache 2.0"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""