diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-09-26 12:45:12 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-09-26 12:45:12 +0000 |
commit | 6056aad58cd03a6c3f56e3f186d15dc9ccfcd0bc (patch) | |
tree | 4fe2937e2c900b6a501327509ad50d7385c0251d /www-apps | |
parent | Version bump (bug #65217), reorganized install location (Manifest recommit) (diff) | |
download | gentoo-2-6056aad58cd03a6c3f56e3f186d15dc9ccfcd0bc.tar.gz gentoo-2-6056aad58cd03a6c3f56e3f186d15dc9ccfcd0bc.tar.bz2 gentoo-2-6056aad58cd03a6c3f56e3f186d15dc9ccfcd0bc.zip |
Removing old version, see ChangeLog!
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/otrs/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/otrs/files/digest-otrs-1.2.4 | 1 | ||||
-rw-r--r-- | www-apps/otrs/files/postinstall-en.txt | 20 | ||||
-rw-r--r-- | www-apps/otrs/files/reconfig | 7 | ||||
-rw-r--r-- | www-apps/otrs/otrs-1.2.4.ebuild | 103 |
5 files changed, 6 insertions, 132 deletions
diff --git a/www-apps/otrs/ChangeLog b/www-apps/otrs/ChangeLog index 9e8aff5762da..0ca50d2890fd 100644 --- a/www-apps/otrs/ChangeLog +++ b/www-apps/otrs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/otrs # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/ChangeLog,v 1.5 2004/09/26 12:40:40 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/ChangeLog,v 1.6 2004/09/26 12:45:12 rl03 Exp $ + + 26 Sep 2004; Renat Lumpau <rl03@gentoo.org> -files/postinstall-en.txt, + -files/reconfig, -otrs-1.2.4.ebuild: + Removing old/broken version. Deleting the only ppc-stable ebuild! It was + marked stable erroneously (per pvdabeel). *otrs-1.3.1 (26 Sep 2004) diff --git a/www-apps/otrs/files/digest-otrs-1.2.4 b/www-apps/otrs/files/digest-otrs-1.2.4 deleted file mode 100644 index a199a0ef1f36..000000000000 --- a/www-apps/otrs/files/digest-otrs-1.2.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c2c55a5104044635220593e0511540c otrs-1.2.4-01.tar.bz2 5201485 diff --git a/www-apps/otrs/files/postinstall-en.txt b/www-apps/otrs/files/postinstall-en.txt deleted file mode 100644 index e1f3a205e7fc..000000000000 --- a/www-apps/otrs/files/postinstall-en.txt +++ /dev/null @@ -1,20 +0,0 @@ - - -*********************************************************** -Your installation is almost complete. -1. You now need to edit ${VHOST_ROOT}/Kernel/Config.pm and set some -Kernel::Config options (FQDN, SystemID, TicketHook, Home, ...). Consult -Config.pm.dist for a start. - -*********************************************************** -2. Configure and restart your webserver. -Read /usr/share/doc/${P}/README.webserver.gz. Sample config files are in -${VHOST_ROOT}/scripts - -*********************************************************** -3. Setup your database. Read /usr/share/doc/${P}/README.database.gz - -*********************************************************** - -4. Read /usr/share/doc/${P}/INSTALL.gz to finish the installation. Cronjobs are -in /var/otrs/cron diff --git a/www-apps/otrs/files/reconfig b/www-apps/otrs/files/reconfig deleted file mode 100644 index d4d9fe91f21f..000000000000 --- a/www-apps/otrs/files/reconfig +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -if [ $1 = "start" -o $1 = "install" ]; then - sed -i "s|/opt/otrs|${VHOST_ROOT}|" ${VHOST_ROOT}/Kernel/Config.pm.dist ${VHOST_ROOT}/scripts/* -elif [ $1 = "clean" ]; then - rm -f ${VHOST_ROOT}/scripts/* -fi diff --git a/www-apps/otrs/otrs-1.2.4.ebuild b/www-apps/otrs/otrs-1.2.4.ebuild deleted file mode 100644 index 66f4033202de..000000000000 --- a/www-apps/otrs/otrs-1.2.4.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-1.2.4.ebuild,v 1.3 2004/09/03 17:17:21 pvdabeel Exp $ - -inherit webapp - -S=${WORKDIR}/${PN} - -IUSE="mysql postgres fastcgi apache2 ldap" - -DESCRIPTION="OTRS is an Open source Ticket Request System" -HOMEPAGE="http://otrs.org/" -SRC_URI="ftp://ftp.gwdg.de/pub/misc/${PN}/${P}-01.tar.bz2 - http://otrs.behrsolutions.com/${P}-01.tar.bz2 - ftp://ftp.samurai.com/pub/${PN}/${P}-01.tar.bz2 - ftp://ftp.otrs.org/pub/${PN}/${P}-01.tar.bz2 - http://ftp.gwdg.de/pub/misc/${PN}/${P}-01.tar.bz2" - -KEYWORDS="~x86 ppc" - -DEPEND=" - =dev-lang/perl-5* - dev-perl/Date-Pcalc - dev-perl/DBI - dev-perl/Email-Valid - dev-perl/IO-stringy - dev-perl/MIME-tools - dev-perl/MailTools - dev-perl/Net-DNS - dev-perl/Authen-SASL - dev-perl/GD - dev-perl/GDTextUtil - dev-perl/GDGraph -" - -RDEPEND=" - ${DEPEND} - virtual/mta - ldap? ( dev-perl/perl-ldap net-nds/openldap ) - mysql? ( =dev-db/mysql-4* dev-perl/DBD-mysql ) - postgres? ( dev-db/postgresql dev-perl/DBD-Pg ) - fastcgi? ( dev-perl/FCGI net-www/mod_fastcgi ) - apache2? ( >=net-www/apache-2 dev-perl/FCGI net-www/mod_fastcgi ) - !apache2? ( =net-www/apache-1* =dev-perl/libapreq-1* ) - " - -LICENSE="GPL-2" - -pkg_setup() { - webapp_pkg_setup - - if use apache2; then - ewarn "mod_perl2 isn't ready for prime time, fastcgi will be used instead" - ewarn "If you really want mod_perl2, you can edit the ebuild and uncomment a few lines" - ewarn "but if your OTRS breaks, you get to keep the pieces." - ewarn - fi -} - -src_compile() { - # check dependenices - cp ${S}/Kernel/Config.pm.dist ${S}/Kernel/Config.pm - cd ${S}/Kernel/Config/ - for foo in *.dist; do cp ${foo} `basename ${foo} .dist`; done - - cd ${S} - if ! perl -cw bin/cgi-bin/index.pl 2>&1 | grep -q "syntax OK"; then die "Unresolved Perl dependencies"; fi - if ! perl -cw bin/PostMaster.pl 2>&1 | grep -q "syntax OK"; then die "Unresolved Perl dependencies"; fi - - # remove configs so we don't accidentally overwrite existing configs - rm -f ${S}/Kernel/Config.pm - cd ${S}/Kernel/Config/ - for foo in *.dist; do rm -f `basename ${foo} .dist`; done -} - -src_install() { - webapp_src_preinst - dodir ${MY_CGIBINDIR}/${PN} - - # install documentation - rm -f COPYING - for file in README* CHANGES CREDITS RELEASE UPGRADING INSTALL TODO; do - dodoc ${file}; rm -f ${file} - done - - cp -R Kernel ${D}/${MY_HOSTROOTDIR} - cp -R bin/cgi-bin/* ${D}/${MY_CGIBINDIR}/${PN} - dodir /usr/bin - cp bin/* ${D}/usr/bin - - dohtml doc/manual/en/html/* - - cp -R scripts ${D}/${MY_HOSTROOTDIR} - - dodir var/otrs - cp -R var/article var/cron var/pics var/sessions var/spool ${D}/var/otrs - sed -i "s|\$HOME|/usr|g" ${D}/var/otrs/cron/* - cp -R var/httpd/htdocs/* ${D}/${MY_HTDOCSDIR} - - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - webapp_hook_script ${FILESDIR}/reconfig - webapp_src_install -} |