diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-05-04 21:26:08 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-05-04 22:10:08 +0200 |
commit | 1e28bf4ac988180cdad526ad2574f640ffc45aa5 (patch) | |
tree | 24bafffb547afeb511b3a7169995b40c56cae5b7 | |
parent | profiles/package.mask: Last-rite dev-java/{glassfish-jms-api,sun-jms} (diff) | |
download | gentoo-1e28bf4ac988180cdad526ad2574f640ffc45aa5.tar.gz gentoo-1e28bf4ac988180cdad526ad2574f640ffc45aa5.tar.bz2 gentoo-1e28bf4ac988180cdad526ad2574f640ffc45aa5.zip |
dev-libs/cyrus-sasl: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25325
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Fixes: e4bf2b51946b ("dev-libs/cyrus-sasl: drop 2.1.27-r7")
-rw-r--r-- | dev-libs/cyrus-sasl/files/java.README.gentoo | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-libs/cyrus-sasl/files/java.README.gentoo b/dev-libs/cyrus-sasl/files/java.README.gentoo deleted file mode 100644 index fb73204ecab1..000000000000 --- a/dev-libs/cyrus-sasl/files/java.README.gentoo +++ /dev/null @@ -1,39 +0,0 @@ -4-Nov-2000 - -Note: this file has been modified to adapt to Gentoo specific. - -class files are installed in - -`java-config -p cyrus-sasl-2` - -to compile programs using it, do: - -javac -classpath $JAVA_HOME/lib/tools.jar:`java-config -p cyrus-sasl-2` <file>.java - -(make sure to substitute your JDK for $JAVA_HOME/lib/tools.jar) - -to run, do - -java -classpath <same path as above> <YourProgram> - ----------------------------- -This is a java version of the SASL libraries. It supports all the -mechanisms in the C version and conforms to the internet draft in the -doc/ directory. JNI is used. - -Sample applications exist in the Test/ directory. - -They generally can be run with something like: - -java -debug -classpath -../:$JAVA_HOME/lib/tools.jar:`java-config -p cyrus-sasl-2`:. jimtest -p 2143 -m -KERBEROS_V4 cyrus-dev - -and - -java -debug -classpath -../:$JAVA_HOME/lib/tools.jar:`java-config -p cyrus-sasl-2`:. testserver - - -Any feedback is welcome. - |