From 63e25daba0e0aa378fea8723fa6b6d320f67f53d Mon Sep 17 00:00:00 2001 From: Petteri Räty Date: Sat, 30 Jul 2005 21:45:35 +0000 Subject: Removed jetty svn path=/; revision=23 --- www-servers/jetty/Manifest | 2 - www-servers/jetty/files/digest-jetty-5.1.1 | 1 - www-servers/jetty/jetty-5.1.1.ebuild | 96 ------------------------------ 3 files changed, 99 deletions(-) delete mode 100644 www-servers/jetty/Manifest delete mode 100644 www-servers/jetty/files/digest-jetty-5.1.1 delete mode 100644 www-servers/jetty/jetty-5.1.1.ebuild (limited to 'www-servers') diff --git a/www-servers/jetty/Manifest b/www-servers/jetty/Manifest deleted file mode 100644 index 47e0135..0000000 --- a/www-servers/jetty/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c6462e1c663f819befd1a543ca664dcb jetty-5.1.1.ebuild 2658 -MD5 4d96f8e21acdf7216516de89cf1801ad files/digest-jetty-5.1.1 65 diff --git a/www-servers/jetty/files/digest-jetty-5.1.1 b/www-servers/jetty/files/digest-jetty-5.1.1 deleted file mode 100644 index 6bab6f7..0000000 --- a/www-servers/jetty/files/digest-jetty-5.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e5bc3061c29e5fa5ddd7ba0f1bff3b23 jetty-5.1.1-src.zip 1099208 diff --git a/www-servers/jetty/jetty-5.1.1.ebuild b/www-servers/jetty/jetty-5.1.1.ebuild deleted file mode 100644 index e375fe3..0000000 --- a/www-servers/jetty/jetty-5.1.1.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/jetty/jetty-4.2.19.ebuild,v 1.2 2004/08/25 03:05:15 swegener Exp $ - -inherit java-pkg eutils - -DESCRIPTION="A Lightweight Servlet Engine" -SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" -HOMEPAGE="http://www.mortbay.org/" -KEYWORDS="~x86" -LICENSE="Apache-1.1" -SLOT="0" -DEPEND=">=virtual/jdk-1.2 - dev-java/ant" -IUSE="" - -pkg_preinst() { - enewgroup jetty - enewuser jetty -1 /bin/bash /opt/jetty jetty -} - -src_compile() { - ant -} - -src_install() { - JETTY_HOME="/opt/jetty" - INSTALLING="yes" - diropts -m0750 - - # Create directories - dodir ${JETTY_HOME} - dodir ${JETTY_HOME}/tmp - keepdir ${JETTY_HOME}/tmp - dodir /var/log/${PN} - touch ${D}/var/log/${PN}/jetty.log - keepdir /var/log/${PN} - - # INIT SCRIPTS AND ENV - insinto /etc/init.d - insopts -m0750 - newins ${FILESDIR}/${PV}/jetty.init jetty - - insinto /etc/env.d - insopts -m0750 - doins ${FILESDIR}/${PV}/21jetty - - insinto /etc/ - insopts -m0644 - doins ${FILESDIR}/${PV}/jetty.conf - - insinto /etc/conf.d - insopts -m0644 - doins ${FILESDIR}/${PV}/jetty - - dodoc *.TXT - dohtml *.html - - chmod u+x ${S}/bin/jetty.sh - - ant - cp -Rdp * ${D}/${JETTY_HOME} - dosym ${JETTY_HOME}/etc /etc/jetty - ln -sf /var/log/jetty ${D}/opt/jetty/logs -} - -pkg_postinst() { - einfo - einfo " NOTICE!" - einfo " User and group 'jetty' have been added." - einfo " " - einfo " FILE LOCATIONS:" - einfo " 1. Jetty home directory: ${JETTY_HOME}" - einfo " Contains application data, configuration files." - einfo " 2. Runtime settings: /etc/conf.d/jetty" - einfo " Contains CLASSPATH,JAVA_HOME,JAVA_OPTIONS,JETTY_PORT" - einfo " JETTY_USER,JETTY_CONF setting" - einfo " 3. You can configure your 'webapp'-lications in /etc/jetty.conf" - einfo " (the default configured webapps are the JETTY's demo/admin)" - einfo " 4. For more information about JETTY refer to jetty.mortbay.org" - einfo " 5. Logs are located at:" - einfo " /var/log/jetty/" - einfo - einfo " " - einfo " NETWORK CONFIGURATION:" - einfo " By default, Jetty runs on port 8080. You can change this" - einfo " value by setting JETTY_PORT in /etc/conf.d/jetty ." - einfo " " - 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!" - einfo -} -- cgit v1.2.3-65-gdbad