diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:56:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:56:57 +0000 |
commit | b30f9b2509664055ac211ae16d24490c8ec80894 (patch) | |
tree | a770e4d1652a12a6bbe86b33458cd6206f65df06 /www-apache/mod_perl | |
parent | whitespace (diff) | |
download | historical-b30f9b2509664055ac211ae16d24490c8ec80894.tar.gz historical-b30f9b2509664055ac211ae16d24490c8ec80894.tar.bz2 historical-b30f9b2509664055ac211ae16d24490c8ec80894.zip |
whitespace
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'www-apache/mod_perl')
-rw-r--r-- | www-apache/mod_perl/Manifest | 8 | ||||
-rw-r--r-- | www-apache/mod_perl/mod_perl-2.0.3-r1.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www-apache/mod_perl/Manifest b/www-apache/mod_perl/Manifest index 5d800d5e0f07..99fd447ee174 100644 --- a/www-apache/mod_perl/Manifest +++ b/www-apache/mod_perl/Manifest @@ -15,10 +15,10 @@ MD5 0729531d2489b4ef91e247076f46ed1e files/mod_perl-2.0.1-sneak-tmpdir.patch 337 RMD160 56c6023dc46bb5531fa44730f52b68b8333155f0 files/mod_perl-2.0.1-sneak-tmpdir.patch 337 SHA256 1f319a15e3d12a349c46c0783c7ad840d81d01ed41adda55c47d4ac31595615d files/mod_perl-2.0.1-sneak-tmpdir.patch 337 DIST mod_perl-2.0.3.tar.gz 3714974 RMD160 29662a131c1bef6e4adc551d4467d12931a4d919 SHA1 e5d8b3cd7273c284cfbd79acb953ce179322bdc9 SHA256 df257f233ed6a5c9f8589d6e059563f816bf417f164fc3364a2a434de13045f2 -EBUILD mod_perl-2.0.3-r1.ebuild 5300 RMD160 8a211a19e7c41887bb7bb5b8e2d372a0216947e7 SHA1 a9bb8500a52aceda0406e42325a3ac027a7e2a22 SHA256 17b98c2147fdb484557b671b689f84ad58b8ca39152a6a4d8132195b912d5260 -MD5 2690ddaa4aadc6a313d34740b0519931 mod_perl-2.0.3-r1.ebuild 5300 -RMD160 8a211a19e7c41887bb7bb5b8e2d372a0216947e7 mod_perl-2.0.3-r1.ebuild 5300 -SHA256 17b98c2147fdb484557b671b689f84ad58b8ca39152a6a4d8132195b912d5260 mod_perl-2.0.3-r1.ebuild 5300 +EBUILD mod_perl-2.0.3-r1.ebuild 5297 RMD160 8daa49f76daa8111c4b8972eaffc6800d969f3d5 SHA1 9339262d38d13645fcb2a3d7cdcae355e6f998a8 SHA256 5a03b1801362284ce67a9b07a411125596dc46469f1420a23944946be7638065 +MD5 9656de6a541973f951ff84612c7dc70d mod_perl-2.0.3-r1.ebuild 5297 +RMD160 8daa49f76daa8111c4b8972eaffc6800d969f3d5 mod_perl-2.0.3-r1.ebuild 5297 +SHA256 5a03b1801362284ce67a9b07a411125596dc46469f1420a23944946be7638065 mod_perl-2.0.3-r1.ebuild 5297 MISC ChangeLog 17500 RMD160 1f4932df3773a145dde1752f24451d86e7d53a93 SHA1 87dc499fa2f93901a2346b255af4ba77287f6e00 SHA256 05934ab42340c79d9e76a5a89280b3e2cad8ceaaca3f5d0ffb05288bdb4bd6f6 MD5 7fece466bcb7908ce104b4e5867cad84 ChangeLog 17500 RMD160 1f4932df3773a145dde1752f24451d86e7d53a93 ChangeLog 17500 diff --git a/www-apache/mod_perl/mod_perl-2.0.3-r1.ebuild b/www-apache/mod_perl/mod_perl-2.0.3-r1.ebuild index 5eeea57fec6d..c462ce811477 100644 --- a/www-apache/mod_perl/mod_perl-2.0.3-r1.ebuild +++ b/www-apache/mod_perl/mod_perl-2.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.3-r1.ebuild,v 1.8 2007/04/06 21:50:10 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.3-r1.ebuild,v 1.9 2007/06/26 02:56:57 mr_bones_ Exp $ inherit apache-module perl-module eutils multilib DESCRIPTION="An embedded Perl interpreter for Apache2" @@ -53,7 +53,7 @@ src_unpack() { # and the socket may be rebound immediately. If a different user # (yes, in my testing, even root) attempts to rebind, it fails. # Since the "is the socket available yet" code and the - # second-batch bind call both run as root, this will fail. + # second-batch bind call both run as root, this will fail. # The upstream settings on my test machine cause the second batch # of tests to fail, believing the socket to still be in use. I @@ -96,7 +96,7 @@ src_compile() { emake -j1 || die # mcummings - disabling tests right, there's a bug i haven't found an override for - # rendhalver - i seem to have fixed this so turning them back on again. + # rendhalver - i seem to have fixed this so turning them back on again. # yet that sets /tmp as your tmp dir #hasq maketest $FEATURES && src_test } |