summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2009-07-13 19:08:07 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2009-07-13 19:08:07 +0000
commit885516905e56284a7a67ac602e8dde839fe73453 (patch)
treeee669a4f9a3cabfe29e1285d012aed243279e394 /mail-client/squirrelmail
parentStart ganglia services after ntp{d,-client}. http://thread.gmane.org/gmane.c... (diff)
downloadgentoo-2-885516905e56284a7a67ac602e8dde839fe73453.tar.gz
gentoo-2-885516905e56284a7a67ac602e8dde839fe73453.tar.bz2
gentoo-2-885516905e56284a7a67ac602e8dde839fe73453.zip
Cleanup
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/squirrelmail')
-rw-r--r--mail-client/squirrelmail/ChangeLog6
-rw-r--r--mail-client/squirrelmail/squirrelmail-1.4.18.ebuild196
2 files changed, 5 insertions, 197 deletions
diff --git a/mail-client/squirrelmail/ChangeLog b/mail-client/squirrelmail/ChangeLog
index 3a1884a7442a..d3156578de15 100644
--- a/mail-client/squirrelmail/ChangeLog
+++ b/mail-client/squirrelmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/squirrelmail
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/ChangeLog,v 1.145 2009/06/02 17:24:39 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/ChangeLog,v 1.146 2009/07/13 19:08:07 dertobi123 Exp $
+
+ 13 Jul 2009; Tobias Scherbaum <dertobi123@gentoo.org>
+ -squirrelmail-1.4.18.ebuild:
+ Cleanup
02 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
squirrelmail-1.4.19.ebuild:
diff --git a/mail-client/squirrelmail/squirrelmail-1.4.18.ebuild b/mail-client/squirrelmail/squirrelmail-1.4.18.ebuild
deleted file mode 100644
index b99c5202513f..000000000000
--- a/mail-client/squirrelmail/squirrelmail-1.4.18.ebuild
+++ /dev/null
@@ -1,196 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/squirrelmail-1.4.18.ebuild,v 1.7 2009/05/15 17:03:37 tcunha Exp $
-
-IUSE="ldap spell ssl filter mysql postgres nls"
-
-inherit webapp eutils
-
-DESCRIPTION="Webmail for nuts!"
-
-# Plugin Versions
-COMPATIBILITY_VER=2.0.13-1.0
-USERDATA_VER=0.9-1.4.0
-ADMINADD_VER=0.1-1.4.0
-AMAVIS_VER=0.8.0-1.4
-LDAP_USERDATA_VER=0.4
-SECURELOGIN_VER=1.4-1.2.8
-SHOWSSL_VER=2.2-1.2.8
-LOCALES_VER=1.4.13-20071220
-DECODING_VER=1.2
-
-MY_P=${P/_rc/-RC}
-S="${WORKDIR}/${MY_P}"
-
-PLUGINS_LOC="http://www.squirrelmail.org/plugins"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2
- mirror://sourceforge/${PN}/squirrelmail-decode-${DECODING_VER}.tar.bz2
- mirror://sourceforge/retruserdata/retrieveuserdata.${USERDATA_VER}.tar.gz
- ${PLUGINS_LOC}/compatibility-${COMPATIBILITY_VER}.tar.gz
- ssl? ( ${PLUGINS_LOC}/secure_login-${SECURELOGIN_VER}.tar.gz )
- ssl? ( ${PLUGINS_LOC}/show_ssl_link-${SHOWSSL_VER}.tar.gz )
- ${PLUGINS_LOC}/admin_add.${ADMINADD_VER}.tar.gz
- filter? ( ${PLUGINS_LOC}/amavisnewsql-0.8.0-1.4.tar.gz )
- ldap? ( ${PLUGINS_LOC}/ldapuserdata-${LDAP_USERDATA_VER}.tar.gz )
- nls? ( mirror://sourceforge/${PN}/all_locales-${LOCALES_VER}.tar.bz2 )"
-
-HOMEPAGE="http://www.squirrelmail.org/"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-
-DEPEND=""
-
-RDEPEND="virtual/php
- virtual/perl-DB_File
- ldap? ( net-nds/openldap )
- spell? ( || ( app-text/aspell app-text/ispell ) )
- filter? ( mail-filter/amavisd-new dev-php/PEAR-Log dev-php/PEAR-DB dev-php/PEAR-Net_SMTP )
- postgres? ( dev-php/PEAR-DB )
- mysql? ( dev-php/PEAR-DB )"
-
-src_unpack() {
- unpack ${MY_P}.tar.bz2
- unpack squirrelmail-decode-${DECODING_VER}.tar.bz2
-
- cd "${S}"
-
- mv config/config_default.php config/config.php
-
- sed -i "s:'/var/local/squirrelmail/data/':SM_PATH . 'data/':" config/config.php
-
- # Now do the plugins
- cd "${S}/plugins"
-
- sed -i 's:/usr/games/fortune:/usr/bin/fortune:g' fortune/setup.php || die "Unable to fix fortunes plugin."
-
- unpack compatibility-${COMPATIBILITY_VER}.tar.gz
-
- unpack admin_add.${ADMINADD_VER}.tar.gz
-
- unpack retrieveuserdata.${USERDATA_VER}.tar.gz
-
- use filter &&
- unpack amavisnewsql-${AMAVIS_VER}.tar.gz &&
- mv amavisnewsql/config.php.dist amavisnewsql/config.php
-
- use ldap &&
- unpack ldapuserdata-${LDAP_USERDATA_VER}.tar.gz &&
- epatch "${FILESDIR}"/ldapuserdata-${LDAP_USERDATA_VER}-gentoo.patch &&
- mv ldapuserdata/config_sample.php ldapuserdata/config.php
-
- use ssl &&
- unpack secure_login-${SECURELOGIN_VER}.tar.gz &&
- mv secure_login/config.sample.php secure_login/config.php &&
- unpack show_ssl_link-${SHOWSSL_VER}.tar.gz &&
- mv show_ssl_link/config.php.sample show_ssl_link/config.php
-
- use nls &&
- cd "${S}" &&
- unpack all_locales-${LOCALES_VER}.tar.bz2
-}
-
-src_compile() {
- #we need to have this empty function ... default compile hangs
- echo "Nothing to compile"
-}
-
-src_install() {
- webapp_src_preinst
-
- # handle documentation files
- #
- # NOTE that doc files go into /usr/share/doc as normal; they do NOT
- # get installed per vhost!
-
- dodoc README
-
- docinto compatibility
- for doc in plugins/compatibility/INSTALL plugins/compatibility/README; do
- dodoc ${doc}
- rm -f ${doc}
- done
-
- docinto admin_add
- for doc in plugins/admin_add/README; do
- dodoc ${doc}
- rm -f ${doc}
- done
-
- docinto retrieveuserdata
- for doc in plugins/retrieveuserdata/INSTALL plugins/retrieveuserdata/changelog plugins/retrieveuserdata/users_example.txt; do
- dodoc ${doc}
- rm -f ${doc}
- done
-
- if use filter; then
- docinto amavisnewsql
- for doc in plugins/amavisnewsql/{CHANGELOG,README,UPGRADE}; do
- dodoc ${doc}
- rm -f ${doc}
- done
- fi
-
- if use ldap; then
- rm plugins/ldapuserdata/README
- docinto ldapuserdata
- for doc in plugins/ldapuserdata/doc/README; do
- dodoc ${doc}
- rm -f ${doc}
- done
- fi
-
- if use ssl; then
- docinto secure_login
- for doc in plugins/secure_login/INSTALL plugins/secure_login/README; do
- dodoc ${doc}
- rm -f ${doc}
- done
-
- docinto show_ssl_link
- for doc in plugins/show_ssl_link/INSTALL plugins/show_ssl_link/README; do
- dodoc ${doc}
- rm -f ${doc}
- done
- fi
-
- # Copy the app's main files
- einfo "Installing squirrelmail files."
- cp -r . "${D}${MY_HTDOCSDIR}"
-
- cp "${WORKDIR}"/squirrelmail-decode-${DECODING_VER}/*/*.php "${D}${MY_HTDOCSDIR}/functions/decode"
-
- # Identify the configuration files that this app uses
- local configs="config/config.php config/config_local.php plugins/retrieveuserdata/config.php"
- use filter && configs="${configs} plugins/amavisnewsql/config.php"
- use ldap && configs="${configs} plugins/ldapuserdata/config.php"
- use ssl && configs="${configs} plugins/show_ssl_link/config.php plugins/secure_login/config.php"
-
- for file in ${configs}; do
- webapp_configfile ${MY_HTDOCSDIR}/${file}
- done
-
- # Identify any script files that need #! headers adding to run under
- # a CGI script (such as PHP/CGI)
- #
- # for phpmyadmin, we *assume* that all .php files that don't end in
- # .inc.php need to have CGI/BIN support added
-
- #for x in `find . -name '*.php' -print | grep -v 'inc.php'` ; do
- # webapp_runbycgibin php ${MY_HTDOCSDIR}/$x
- #done
-
- local server_owned="data index.php"
- for file in ${server_owned}; do
- webapp_serverowned ${MY_HTDOCSDIR}/${file}
- done
-
- # add the post-installation instructions
- webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"
-
- # all done
- #
- # now we let the eclass strut its stuff ;-)
-
- webapp_src_install
-}