Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310913 - new ebuild tomcatjss
Summary: new ebuild tomcatjss
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL: http://pki.fedoraproject.org
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 309951
  Show dependency tree
 
Reported: 2010-03-23 13:00 UTC by Andreis Vinogradovs ( slepnoga )
Modified: 2010-07-09 14:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
concept ebuild (tomcatjss-1.2.0.ebuild,415 bytes, text/plain)
2010-03-23 13:00 UTC, Andreis Vinogradovs ( slepnoga )
Details
/tomcatjss-1.2.1.ebuild (tomcatjss-1.2.1.ebuild,880 bytes, text/plain)
2010-07-09 14:45 UTC, Andreis Vinogradovs ( slepnoga )
Details

Note You need to log in before you can comment on or make changes to this bug.
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