blob: 5f6db93b9ff52b6ed040d4a087eae600275ad4c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile install preinst prepare setup test
DEPEND=dev-java/saslprep:0 dev-java/findbugs-annotations:0 dev-java/jsr305:0 >=virtual/jdk-1.8:* test? ( dev-java/stringprep:0 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) test? ( dev-java/junit:4 )
DESCRIPTION=Java Implementation of the Salted Challenge Response Authentication Mechanism
EAPI=8
HOMEPAGE=https://gitlab.com/ongresinc/scram
INHERIT=java-pkg-2 java-pkg-simple
IUSE=doc source test
KEYWORDS=amd64 ppc64
LICENSE=BSD
RDEPEND=dev-java/saslprep:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://gitlab.com/ongresinc/scram/-/archive/2.1/scram-2.1.tar.bz2
_eclasses_=java-utils-2 c610b1541a10e37cb26ab5b707a744f1 java-pkg-2 6e6478d8b78f18251c008bad32994df9 java-pkg-simple c346bc0ba9945618340315a1089a82ef
_md5_=28e6ad24c07ad241c71799b4316ed03f
|