diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:21:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:21:05 +0000 |
commit | 55e06b4a2b15b0c90f75ef1db8083bba8077284b (patch) | |
tree | c99d964754b9978c65443740fac5e81cca174e6b /app-office/phprojekt | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-55e06b4a2b15b0c90f75ef1db8083bba8077284b.tar.gz historical-55e06b4a2b15b0c90f75ef1db8083bba8077284b.tar.bz2 historical-55e06b4a2b15b0c90f75ef1db8083bba8077284b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-office/phprojekt')
-rw-r--r-- | app-office/phprojekt/Manifest | 8 | ||||
-rw-r--r-- | app-office/phprojekt/phprojekt-4.0-r1.ebuild | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-office/phprojekt/Manifest b/app-office/phprojekt/Manifest index ea721dc74713..0731a0ea4a22 100644 --- a/app-office/phprojekt/Manifest +++ b/app-office/phprojekt/Manifest @@ -1,7 +1,7 @@ +MD5 f4eebb0130fd147395009c43cece5a3f ChangeLog 838 +MD5 b762d61f8297ce34866a3cdbbe80acc0 phprojekt-3.2a.ebuild 862 +MD5 ae02160f2af3d254c856059166830627 phprojekt-4.0.ebuild 1060 +MD5 e1d46d7697c32afcb08172e105a54e5b phprojekt-4.0-r1.ebuild 1418 MD5 a5312d2a7dbb70b1d0416e37c9fd82d8 files/digest-phprojekt-3.2a 61 MD5 a4fc4523f14a2ad77b9d00dd7e386b88 files/digest-phprojekt-4.0 65 MD5 a4fc4523f14a2ad77b9d00dd7e386b88 files/digest-phprojekt-4.0-r1 65 -MD5 b762d61f8297ce34866a3cdbbe80acc0 phprojekt-3.2a.ebuild 862 -MD5 f4eebb0130fd147395009c43cece5a3f ChangeLog 838 -MD5 ae02160f2af3d254c856059166830627 phprojekt-4.0.ebuild 1060 -MD5 c230e7cd6654a9234b56ca284f904cf5 phprojekt-4.0-r1.ebuild 1419 diff --git a/app-office/phprojekt/phprojekt-4.0-r1.ebuild b/app-office/phprojekt/phprojekt-4.0-r1.ebuild index 6b1391a09c02..7a3388c599a6 100644 --- a/app-office/phprojekt/phprojekt-4.0-r1.ebuild +++ b/app-office/phprojekt/phprojekt-4.0-r1.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/phprojekt/phprojekt-4.0-r1.ebuild,v 1.2 2003/07/02 11:45:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/phprojekt/phprojekt-4.0-r1.ebuild,v 1.3 2003/09/06 22:21:02 msterret Exp $ # lid of download link MY_DOWNLOAD_ID=14 -use apache2 && HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache2/conf/apache2.conf | cut -d\ -f2`" -use apache2 && HTTPD_USER="`grep '^User' /etc/apache2/conf/commonapache2.conf | cut -d \ -f2`" +use apache2 && HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache2/conf/apache2.conf | cut -d\ -f2`" +use apache2 && HTTPD_USER="`grep '^User' /etc/apache2/conf/commonapache2.conf | cut -d \ -f2`" use apache2 && HTTPD_GROUP="`grep '^Group' /etc/apache2/conf/commonapache2.conf | cut -d \ -f2`" use apache2 || HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache/conf/apache.conf | cut -d\ -f2`" -use apache2 || HTTPD_USER="`grep '^User' /etc/apache/conf/commonapache.conf | cut -d \ -f2`" -use apache2 || HTTPD_GROUP="`grep '^Group' /etc/apache/conf/commonapache.conf | cut -d \ -f2`" - +use apache2 || HTTPD_USER="`grep '^User' /etc/apache/conf/commonapache.conf | cut -d \ -f2`" +use apache2 || HTTPD_GROUP="`grep '^Group' /etc/apache/conf/commonapache.conf | cut -d \ -f2`" + [ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="/home/httpd/htdocs" [ -z "${HTTPD_USER}" ] && HTTPD_USER="apache" [ -z "${HTTPD_GROUP}" ] && HTTPD_GROUP="apache" |