Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96717 Details for
Bug 147200
www-servers/jetty-6.0.0 ebuild (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jetty-6.0.0.ebuild
jetty-6.0.0.ebuild (text/plain), 2.93 KB, created by
peak eyed
on 2006-09-11 09:13:26 UTC
(
hide
)
Description:
jetty-6.0.0.ebuild
Filename:
MIME Type:
Creator:
peak eyed
Created:
2006-09-11 09:13:26 UTC
Size:
2.93 KB
patch
obsolete
># Copyright 2001-2006 Gentoo Foundation, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-servers/jetty/jetty-6.0.0.ebuild,v 1.5 2006/09/11 11:05:15 peakeyed Exp $ > >inherit eutils >SOURCE_FILENAME=${PN}-${PV} >DESCRIPTION="A full-featured web server implemented entirely in java" >SRC_URI="mirror://sourceforge/${PN}/${SOURCE_FILENAME}.zip" >HOMEPAGE="http://jetty.mortbay.org/" >KEYWORDS="~x86 ~ppc ~sparc" >LICENSE="Apache-2.0" >SLOT="0" >DEPEND=">=virtual/jdk-1.4" >IUSE="doc" >S=${WORKDIR}/${SOURCE_FILENAME} >JETTY_HOME="/opt/${PN}" >pkg_preinst() { > VERINS="$(best_version www-servers/jetty)" > enewgroup jetty > enewuser jetty -1 -1 /dev/null jetty > chown -R jetty:jetty ${D} > [[ -d /opt/jetty ]] && mv -f /opt/jetty ${T}/backup >} > >src_install() { > INSTALLING="yes" > diropts -m0750 > > # Create directories > dodir ${JETTY_HOME} > dodir /etc/${PN} > chown -R jetty:jetty ${D}/etc/${PN} > dodir /var/log/${PN} > chown -R jetty:jetty ${D}/var/log/${PN} > > keepdir /etc/${PN} > keepdir /var/log/${PN} > > #init.d > insinto /etc/init.d > insopts -m0750 > newins ${FILESDIR}/${PVR}/jetty.init jetty > > #conf.d > insinto /etc/conf.d > insopts -m0644 > doins ${FILESDIR}/${PVR}/jetty > > use doc && dodoc *.TXT > > cp etc/jetty.xml ${D}/etc/jetty > cp -rf *.jar etc examples extras javadoc lib LICENSES modules patches project-website resources webapps ${D}/${JETTY_HOME} > > #for the test config file to work out of the box > ln -sf /var/log/jetty ${D}/${JETTY_HOME}/logs > >} > >pkg_postinst() { > #due to previous ebuild bloopers, make sure everything is correct > chown root:root /etc/init.d/jetty > chown -R jetty:jetty ${JETTY_HOME} > chown -R jetty:jetty /etc/jetty > chown -R jetty:jetty /var/log/jetty > > chmod 750 /etc/jetty > > mv -f ${T}/backup /opt/jetty > > einfo " NOTICE!" > einfo " User and group 'jetty' have been added." > einfo " " > einfo " FILE LOCATIONS:" > einfo " 1.Jetty installation directory: ${JETTY_HOME}" > einfo " 2.Config File is /etc/conf.d/jetty [/etc/jetty.conf is no longer used" > einfo " 3.Jetty config xml file is entered into > JAVA_CONF_FILE_LIST variable (space separated) declared in /etc/conf.d/jetty. > The test file /etc/jetty/jetty.xml is included there by default." > einfo " 4.Jetty log file is entered in JETTY_LOG variable in > /etc/conf.d/jetty " > einfo " 5.Old installation directory is moved to ${JETTY_HOME}/backup. > This directory is not needed for the new installation to work > and is provided only as a backup" > einfo " 6.Tip: Create your own config xml file using the jetty.xml as a > guideline. Use fully qualified path names for apps (example: > /home/safe/mywebapp) in your config file. " > > einfo " " > einfo " STARTING AND STOPPING JETTY:" > einfo " /etc/init.d/jetty start|stop|restart" > einfo " To test Jetty while it's running, point your web browser to:" > einfo " http://localhost:8080/" > einfo > einfo " BUGS:" > einfo " Please file any bugs at http://bugs.gentoo.org/ or else it" > einfo " may not get seen. Thank you!" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 147200
: 96717 |
96718
|
96719
|
96720