public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Auty" <ikelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ikelos:master commit in: dev-util/jadx/
Date: Tue, 16 Dec 2014 02:02:09 +0000 (UTC)	[thread overview]
Message-ID: <1418139730.c99c1849163f939526a9c9fd5db024b40df7c890.ikelos@gentoo> (raw)

commit:     c99c1849163f939526a9c9fd5db024b40df7c890
Author:     Mike Auty <mike.auty <AT> gmail <DOT> com>
AuthorDate: Tue Dec  9 15:42:10 2014 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Tue Dec  9 15:42:10 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=c99c1849

Add in jadx ebuild.

---
 dev-util/jadx/Manifest          |  2 ++
 dev-util/jadx/jadx-0.5.4.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-util/jadx/Manifest b/dev-util/jadx/Manifest
new file mode 100644
index 0000000..c8132a2
--- /dev/null
+++ b/dev-util/jadx/Manifest
@@ -0,0 +1,2 @@
+DIST jadx-0.5.4.zip 3351357 SHA256 fdcd9ac4d5b221348bbfe6d4bb5ee13001135675de03dec9de714afe9adbfcf3 SHA512 b75d8e204a33624f34bed4c87d9e9e838a7c0749632fbcee3ddf765dd83ddf3662aaebdb425542f6cf8e1266d9d6eddfd4d46a9fb385d56024e6b2903f69099c WHIRLPOOL b34f653252e705400bf8c70339b9a01029882b2421fffb07059758657c1d830f4f942c8ce1bb93da60ad3398a511d22ef1b3f9acc15da4c5cda74e43c5e7631a
+EBUILD jadx-0.5.4.ebuild 646 SHA256 6b79e83f9cc9a7a1af8d8f1b6f1c6cc7925e0570806af21e1d49c330f33dbb8a SHA512 1e492cc2e55c70c45b26194c398d7bfda1e516d9bd60e4e1c2b170e3364067e56967b061afa891359ef7c5bb38e1b9ad3f06edde165f3f8ad0a3f9c68630e295 WHIRLPOOL 903604fb90f0be933beab532e081a244f9ae254570157604de6664e6d9da46f828f2463893239cbfb9aff3010b81f4dc059ff037d569c6f2b8554e052f53580d

diff --git a/dev-util/jadx/jadx-0.5.4.ebuild b/dev-util/jadx/jadx-0.5.4.ebuild
new file mode 100644
index 0000000..f6b94da
--- /dev/null
+++ b/dev-util/jadx/jadx-0.5.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit java-utils-2
+
+DESCRIPTION="Android Dex to Java Decompiler"
+HOMEPAGE="https://github.com/skylot/jadx"
+SRC_URI="https://github.com/skylot/${PN}/releases/download/v${PV}/${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.6"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}
+
+src_install() {
+	insinto /opt/jadx/lib/
+	doins "${S}"/lib/*
+	java-pkg_regjar "${D}"/opt/jadx/lib/*.jar
+	java-pkg_dolauncher ${PN} --main jadx.cli.JadxCLI
+	java-pkg_dolauncher ${PN}-gui --main jadx.gui.JadxGUI
+}


             reply	other threads:[~2014-12-16  2:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-16  2:02 Mike Auty [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-14 20:53 [gentoo-commits] dev/ikelos:master commit in: dev-util/jadx/ Mike Auty
2015-06-15 14:16 Mike Auty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1418139730.c99c1849163f939526a9c9fd5db024b40df7c890.ikelos@gentoo \
    --to=ikelos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox