diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-10-05 16:04:44 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-10-05 16:05:53 +0800 |
commit | 8719c0549974cef1a8f1d7b3362f1be35678b478 (patch) | |
tree | 9b3f5a9b85e7fe7dd4f2451bc681c5c686896582 /www-apps | |
parent | sci-mathematics/gimps: Remove old (diff) | |
download | gentoo-8719c0549974cef1a8f1d7b3362f1be35678b478.tar.gz gentoo-8719c0549974cef1a8f1d7b3362f1be35678b478.tar.bz2 gentoo-8719c0549974cef1a8f1d7b3362f1be35678b478.zip |
www-apps/otrs clean old version wrt bug #532912
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/otrs/Manifest | 1 | ||||
-rw-r--r-- | www-apps/otrs/otrs-3.2.12.ebuild | 156 |
2 files changed, 0 insertions, 157 deletions
diff --git a/www-apps/otrs/Manifest b/www-apps/otrs/Manifest index 43c63ca419d1..e4798bd407d7 100644 --- a/www-apps/otrs/Manifest +++ b/www-apps/otrs/Manifest @@ -1,2 +1 @@ -DIST otrs-3.2.12.tar.bz2 18866640 SHA256 f69e4ffc10dc4ecf733a20ed79e1c65e03bbe01e7adb937af8f6ceb47a5b0709 SHA512 f3caceb239d11803b595ab654558d5f25e49b9444ce988d9350064c7a2a1a655fd271cbd1ddb8041e9fb8d11f3297301ba8621cc5f5e56866a7ac5320ff123af WHIRLPOOL a13db5c8720e9a43d6d1d72528459c7f517e2d528425c91e7890fcfeacd2a38f4c35ed2919395b714f4398e24295b51e65bb8b8561761b74131425673d122e13 DIST otrs-4.0.12.tar.bz2 14373765 SHA256 ea0a7b2019c46108f78d2329aa40ec5024405f08b586b6b33a6fca6a31ca9880 SHA512 17177b42c3768d271388fbe7abef033553fa524ba819a903b3f151b560de31183c5a1d975f8eb75f755b8bbf99331808309002f38cf3f469b22eadc8fefaa911 WHIRLPOOL 07b3d81c36e10f89ba1498c8d80845f53fc44feab25903addb8c3e6fa567633ec9938115859b5b81bc74efaa7c65286a1f501d6472737e00c47cfa48b77b2ac4 diff --git a/www-apps/otrs/otrs-3.2.12.ebuild b/www-apps/otrs/otrs-3.2.12.ebuild deleted file mode 100644 index 6ba2fd1c0ab8..000000000000 --- a/www-apps/otrs/otrs-3.2.12.ebuild +++ /dev/null @@ -1,156 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit eutils confutils user - -DESCRIPTION="OTRS is an Open source Ticket Request System" -HOMEPAGE="http://otrs.org/" -SRC_URI="http://ftp.otrs.org/pub/${PN}/${P}.tar.bz2" - -LICENSE="AGPL-3" -KEYWORDS="~amd64 ~x86" -IUSE="apache2 fastcgi +gd ldap mod_perl +mysql pdf postgres soap" -SLOT="0" -#WEBAPP_MANUAL_SLOT="yes" - -# FIXME add oracle/mssql/DB2 DB support -# FIXME #cjk? ( >=dev-perl/Encode-HanExtra-0.23 ) unsatisfied dep - -DEPEND="" -RDEPEND="${DEPEND} - dev-perl/Authen-SASL - dev-perl/Crypt-PasswdMD5 - dev-perl/CSS-Minifier - dev-perl/Date-Pcalc - mysql? ( dev-perl/DBD-mysql ) - postgres? ( dev-perl/DBD-Pg ) - dev-perl/DBI - gd? ( dev-perl/GD - dev-perl/GDTextUtil - dev-perl/GDGraph ) - dev-perl/IO-Socket-SSL - >=dev-perl/JavaScript-Minifier-1.05 - >=dev-perl/JSON-2.21 - dev-perl/JSON-XS - dev-perl/LWP-UserAgent-Determined - dev-perl/Mail-POP3Client - dev-perl/MailTools - >=dev-perl/MIME-tools-5.427 - dev-perl/NetxAP - dev-perl/Net-IMAP-Simple-SSL - >dev-perl/Net-DNS-0.60 - dev-perl/Net-SMTP-SSL - dev-perl/Net-SMTP-TLS - dev-perl/IO-stringy - pdf? ( >=dev-perl/PDF-API2-0.73 - virtual/perl-Compress-Raw-Zlib ) - ldap? ( dev-perl/perl-ldap ) - soap? ( - dev-perl/SOAP-Lite - !=dev-perl/SOAP-Lite-0.711 - !=dev-perl/SOAP-Lite-0.712 ) - dev-perl/Text-CSV - dev-perl/Text-CSV_XS - dev-perl/TimeDate - dev-perl/XML-Parser - - virtual/perl-MIME-Base64 - >=dev-perl/CGI-3.33 - virtual/perl-libnet - virtual/perl-Digest-MD5 - >=virtual/perl-Digest-SHA-5.48 - - virtual/mta - - apache2? ( mod_perl? ( www-servers/apache:2 - =www-apache/libapreq2-2* www-apache/mod_perl ) - fastcgi? ( || ( www-apache/mod_fcgid www-apache/mod_fastcgi ) - www-servers/apache:2[suexec] ) - !fastcgi? ( - !mod_perl? ( www-servers/apache:2[suexec] ) ) - ) - fastcgi? ( dev-perl/FCGI virtual/httpd-fastcgi ) - !fastcgi? ( - !apache2? ( virtual/httpd-cgi ) )" - -# dev-perl/libwww-perl - -OTRS_HOME="/var/lib/otrs" - -pkg_setup() { - # The enewuser otrs will fail if apache isn't there, but it's an optional dep - # so we create the apache user here just in case - enewgroup apache 81 - enewuser apache 81 -1 /var/www apache - enewuser otrs -1 -1 ${OTRS_HOME} apache - confutils_require_any mysql postgres -} - -src_prepare() { - rm -fr "${S}/scripts"/{auto_*,redhat*,suse*,*.spec} || die - cp Kernel/Config.pm{.dist,} || die - # procmail/fetchmail/mailfilter -# local mailrc=".fetchmailrc .mailfilter .procmailrc" -# for i in ${mailrc}; do -# mv ${i}{.dist,} || die -# done -# fperms 600 ${mailrc} || die -# fowners otrs ${mailrc} || die - - sed -i -e "s:/opt/otrs:${OTRS_HOME}:g" "${S}"/Kernel/Config.pm \ - || die "sed failed" - - grep -lR "/opt" "${S}"/scripts | \ - xargs sed -i -e "s:/opt/otrs:${OTRS_HOME}:g" \ - || die "sed failed" - - cd Kernel/Config/ || die - for i in *.dist; do - cp ${i} $(basename ${i} .dist) || die - done - - perl "${S}"/bin/otrs.SetPermissions.pl \ - --otrs-user=otrs \ - --web-user=apache \ - --otrs-group=apache \ - --web-group=apache "${S}" \ - || die "Could not set permissions" - - echo "CONFIG_PROTECT=\"${OTRS_HOME}/Kernel/Config.pm \ - ${OTRS_HOME}/Kernel/Config/GenericAgent.pm\"" > "${T}/50${PN}" - -} - -src_install() { - dodoc CHANGES.md README* \ - doc/X-OTRS-Headers.txt || die - - dodoc doc/manual/en/otrs_admin_book.pdf - - insinto "${OTRS_HOME}" - doins -r .fetchmailrc.dist .mailfilter.dist .procmailrc.dist RELEASE \ - Custom Kernel bin scripts var || die "doins failed" - - cat "${S}"/var/cron/*.dist > crontab - insinto /usr/share/doc/${PF}/ - doins crontab - - for a in article log pics/images pics/stats pics sessions spool tmp tmp/CacheFileStorable; do - keepdir "${OTRS_HOME}/var/${a}" - done - doenvd "${T}/50${PN}" || die -} - -# This is too automagic, either einfo telling user or installing to /etc/cron.d/ should be preferred -pkg_config() { - einfo "Installing cronjobs" - crontab -u otrs /usr/share/doc/${PF}/crontab -} - -pkg_postinst() { - elog "Enable cronjobs with the following command:" - elog "crontab -u otrs crontab" -} |