mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
jd-cmd: rename to jd-cli, https://github.com/kwart/jd-cli/issues/40
This commit is contained in:
parent
7af6e94fbd
commit
fcd8cc1405
8 changed files with 7 additions and 8 deletions
|
|
@ -3,11 +3,9 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
MY_P="${P/-bin/}.Final"
|
||||
|
||||
DESCRIPTION="Command line Java Decompiler"
|
||||
HOMEPAGE="https://github.com/kwart/jd-cmd"
|
||||
SRC_URI="https://github.com/kwart/jd-cmd/releases/download/${MY_P}/jd-cli-${PV}.Final-dist.tar.gz"
|
||||
HOMEPAGE="https://github.com/kwart/jd-cli"
|
||||
SRC_URI="https://github.com/kwart/jd-cli/releases/download/jd-cmd-${PV}.Final/jd-cli-${PV}.Final-dist.tar.gz"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="GPL-3"
|
||||
KEYWORDS="amd64 x86"
|
||||
1
dev-util/jd-cli/Manifest
Normal file
1
dev-util/jd-cli/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST jd-cli-1.1.0.tar.gz 34922 BLAKE2B d0ad41533163fbaeb6f1de38b2d3606b83dc1c636aad3267c4e4f45a0654bcae0d3bbd0a2485ba0019946eea71d4d59a17876d3436bcd7b2125630dc51f67b1d SHA512 00e5caa907c1f687f0d25cd7f6a1a78abda60b7e5a97b40c44d8440046b700f383378156dbdd931e04e96095a1eec8cbb591ec5d429735055c6b6e1e96cdc1dd
|
||||
|
|
@ -6,9 +6,8 @@ EAPI=7
|
|||
inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="Command line Java Decompiler"
|
||||
HOMEPAGE="https://github.com/kwart/jd-cmd/"
|
||||
SRC_URI="https://github.com/kwart/jd-cmd/archive/${P}.Final.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
HOMEPAGE="https://github.com/kwart/jd-cli"
|
||||
SRC_URI="https://github.com/kwart/jd-cli/archive/jd-cmd-${PV}.Final.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
#KEYWORDS="~amd64 ~x86"
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST jd-cmd-1.1.0.tar.gz 34915 BLAKE2B b8b1876b060adb7101bb60f919bac70f0854bbe8114e3b30b2a4e66e44e04b88fb1a5967f0ff7c417f0caaa73d327246ae5cefc9f51c33fac826370c7f783b81 SHA512 3ad3850f92edc4796e9dd28e5ee10c8554e826ba64efb2c08f094a2aa4d2fa27142a0572fbfcc4215236a38ccbb6661ea9cbef65f9f598ca180a1011d03bf471
|
||||
2
profiles/updates/4Q-2020
Normal file
2
profiles/updates/4Q-2020
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
move dev-util/jd-cmd dev-util/jd-cli
|
||||
move dev-util/jd-cmd-bin dev-util/jd-cli-bin
|
||||
Loading…
Reference in a new issue