Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 310913

Summary: new ebuild tomcatjss
Product: Gentoo Linux Reporter: Andreis Vinogradovs ( slepnoga ) <andreis.vinogradovs>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: normal Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://pki.fedoraproject.org
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 309951    
Attachments: concept ebuild
/tomcatjss-1.2.1.ebuild

Description Andreis Vinogradovs ( slepnoga ) 2010-03-23 13:00:04 UTC
A Java Secure Socket Extension (JSSE) implementation using Java Security Services (JSS) for Tomcat 5.5.
Comment 1 Andreis Vinogradovs ( slepnoga ) 2010-03-23 13:00:36 UTC
Created attachment 224885 [details]
concept ebuild
Comment 2 Andreis Vinogradovs ( slepnoga ) 2010-03-23 13:01:46 UTC
Depend in build.xml:
  <property name="jar.home" value="/usr/share/java" />
  <property name="commons-logging.jar" value="${jar.home}/commons-logging-api.jar" />
  <property name="tomcat.lib" value="/var/lib/tomcat5/server/lib" />
  <property name="tomcat-util.jar" value="${tomcat.lib}/tomcat-util.jar" />
  <property name="alt.tomcat.lib" value="/usr/share/java/tomcat5" />
  <property name="alt-tomcat-util.jar" value="${alt.tomcat.lib}/tomcat-util.jar" />
  <property name="jss.home" value="/usr/lib/java" />
  <!-- This property is set to '/dirsec' when built on rhel4 -->
  <property name="dirsec" value="" />
  <property name="jss.jar" value="${jss.home}${dirsec}/jss4.jar" />




Comment 3 Andreis Vinogradovs ( slepnoga ) 2010-07-09 14:45:13 UTC
Created attachment 238129 [details]
/tomcatjss-1.2.1.ebuild