diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-01 06:59:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-01 06:59:05 +0000 |
commit | 1926e17dafaa163376f24b22a13e2ab86924b82b (patch) | |
tree | 1b4da6ac3bab1117b5b99aec4b35ce1b3d067167 /net-www | |
parent | Fixed some doc weirdness and corrected some strange use_* logic. (diff) | |
download | historical-1926e17dafaa163376f24b22a13e2ab86924b82b.tar.gz historical-1926e17dafaa163376f24b22a13e2ab86924b82b.tar.bz2 historical-1926e17dafaa163376f24b22a13e2ab86924b82b.zip |
repoman: whitespace cleanup
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_ssl/Manifest | 14 | ||||
-rw-r--r-- | net-www/mod_ssl/mod_ssl-2.8.19.ebuild | 8 |
2 files changed, 11 insertions, 11 deletions
diff --git a/net-www/mod_ssl/Manifest b/net-www/mod_ssl/Manifest index 40571c391709..670b6625f95f 100644 --- a/net-www/mod_ssl/Manifest +++ b/net-www/mod_ssl/Manifest @@ -1,11 +1,11 @@ -MD5 9eba5451e8883ea7e9cedf5b02c97e62 mod_ssl-2.8.18.ebuild 2183 -MD5 7f02b177b06559b9aab3444c173343bc mod_ssl-2.8.17.ebuild 2183 -MD5 8cd16baaa162f56f1c3c95c34e3927aa mod_ssl-2.8.19.ebuild 2278 MD5 d4baf648793639708025ead9cf4a6f80 ChangeLog 5885 MD5 d2da0e45d7e39184d1cb7abbe3879086 metadata.xml 159 -MD5 8270779f233bc311118f53ebce7338e7 files/ssl.default-vhost.conf 6985 -MD5 e92c5d69747a08ae94986ee6d3b024a2 files/mod_ssl.conf 2451 -MD5 dd92adba34e6b36ef6fd2750869e1a18 files/gentestcrt.sh 8801 +MD5 7f02b177b06559b9aab3444c173343bc mod_ssl-2.8.17.ebuild 2183 +MD5 9eba5451e8883ea7e9cedf5b02c97e62 mod_ssl-2.8.18.ebuild 2183 +MD5 7c7d326e785c3a9a3176a2c81415ba7e mod_ssl-2.8.19.ebuild 2279 +MD5 89239995d079a1bd9abc580e2264c71b files/digest-mod_ssl-2.8.19 73 MD5 9ba9eb8eced950cd59cb8dadd090f908 files/digest-mod_ssl-2.8.17 73 MD5 f53031df0c0d1a5bd75a9151d0810e9e files/digest-mod_ssl-2.8.18 73 -MD5 89239995d079a1bd9abc580e2264c71b files/digest-mod_ssl-2.8.19 73 +MD5 dd92adba34e6b36ef6fd2750869e1a18 files/gentestcrt.sh 8801 +MD5 e92c5d69747a08ae94986ee6d3b024a2 files/mod_ssl.conf 2451 +MD5 8270779f233bc311118f53ebce7338e7 files/ssl.default-vhost.conf 6985 diff --git a/net-www/mod_ssl/mod_ssl-2.8.19.ebuild b/net-www/mod_ssl/mod_ssl-2.8.19.ebuild index 5cb30a404229..dce1c1face87 100644 --- a/net-www/mod_ssl/mod_ssl-2.8.19.ebuild +++ b/net-www/mod_ssl/mod_ssl-2.8.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.19.ebuild,v 1.6 2004/07/31 14:15:58 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.19.ebuild,v 1.7 2004/08/01 06:59:05 mr_bones_ Exp $ MY_P=${P}-1.3.31 S=${WORKDIR}/${MY_P} @@ -26,8 +26,8 @@ src_unpack() { src_compile() { if has_version '=sys-libs/gdbm-1.8.3*' ; then myconf = "--enable-rule=SSL_SDBM" - fi - + fi + SSL_BASE=SYSTEM \ ./configure \ --with-apxs=/usr/sbin/apxs ${myconf} || die "bad ./configure" |