mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 15:20:56 +02:00
jgraphx-4.2.2.ebuild
This commit is contained in:
parent
76bfa379d2
commit
5b42dd052e
2 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST jgraphx-2.1.1.2.tar.gz 3171911 BLAKE2B 145af29132620181c0255c458061672465efd99e0b804f5848977e2ecb787d87b32b57ddefbe086c79efea4ab5ba352846c5abe1043f9bff69fe779bf4e617f4 SHA512 842f124deab62fee4900314fa0cefb8b98f22125ee47499655752937e224624b62b852f5929f9d9a14e37741a48676ab74d2c43e698ebf66714ab657061cbb58
|
||||
DIST jgraphx-4.0.6.tar.gz 3528397 BLAKE2B 6662380ed7c2de793af533966f2f9dc985c4bdb0ca1c33d320289ef080123961270616c4ae67a881ac1bc8423758159d15cab300ab95af485d385a840d1715a4 SHA512 053be0af4a29fd1c9b40bc3d0500be3e1b5b7904d1b66d895c74458e445b5dd4d6483982934899b092c383f3545137abe3883ad0b70d03b122f785cb33c61f2d
|
||||
DIST jgraphx-4.2.2.tar.gz 3525225 BLAKE2B a716df6d843fdc3b0ef32ba9549701d658f1daa104fd90df00137753d837756a2008129cb449771ec8dac3731b3033b429a7758f7f2e3ca58f27b93c88732b5c SHA512 767c0972100c8ed41561304367cba4574d1ba1bcd5c5d57fa869dd0a1bc1b2d6d70253577a4d2a2f03641afec5bd0d4e81e52a13529681737de7918c0c24cee7
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -12,9 +12,9 @@ DESCRIPTION="Open-source graph component for Java"
|
|||
SRC_URI="https://github.com/jgraph/jgraphx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
HOMEPAGE="http://www.jgraph.com"
|
||||
IUSE="doc examples source"
|
||||
DEPEND="virtual/jdk:1.8
|
||||
DEPEND="virtual/jdk:11
|
||||
app-arch/unzip"
|
||||
RDEPEND=">=virtual/jre-1.5"
|
||||
RDEPEND=">=virtual/jre-11"
|
||||
LICENSE="BSD"
|
||||
SLOT="$(ver_cut 1-2)"
|
||||
KEYWORDS="amd64 x86"
|
||||
Loading…
Reference in a new issue