diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-23 01:21:48 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-23 01:21:48 +0000 |
commit | 8dc346a198eee5623b5e23a8135ab083e1a02cb9 (patch) | |
tree | 9157e35f43d7a4cc3ff5119e4b003691eb79b19b /www-servers | |
parent | New release: 1.3.91. Removing old ebuilds/patches (diff) | |
download | gentoo-2-8dc346a198eee5623b5e23a8135ab083e1a02cb9.tar.gz gentoo-2-8dc346a198eee5623b5e23a8135ab083e1a02cb9.tar.bz2 gentoo-2-8dc346a198eee5623b5e23a8135ab083e1a02cb9.zip |
Don't use check-kernel.eclass.
(Portage version: 1.589-cvs)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/lighttpd/Manifest | 14 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.1.ebuild | 42 |
3 files changed, 11 insertions, 50 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index 1f38dafc7636..cf51602a1648 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/lighttpd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.35 2005/08/22 16:01:18 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.36 2005/08/23 01:21:48 ka0ttic Exp $ + + 23 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.4.1.ebuild: + Don't use check-kernel.eclass. *lighttpd-1.4.1 (22 Aug 2005) diff --git a/www-servers/lighttpd/Manifest b/www-servers/lighttpd/Manifest index 97bc89428ad8..cf515fe6ee66 100644 --- a/www-servers/lighttpd/Manifest +++ b/www-servers/lighttpd/Manifest @@ -1,10 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 81af13d45943a9638f0d7de071256bf8 lighttpd-1.3.16.ebuild 2549 MD5 49ded22216ffc6092d1a1e04a6e420c1 lighttpd-1.3.13-r3.ebuild 2607 -MD5 67d5f19b3fc3fb8079ad39868c0a95a6 lighttpd-1.4.1.ebuild 4862 -MD5 8b5d92b4aed3c62cb7270e292eafc356 ChangeLog 10500 +MD5 aa8a7d732e8f53553c53e978289b6f72 lighttpd-1.4.1.ebuild 3989 +MD5 df265604257d7cd36f65455845bcd799 ChangeLog 10606 MD5 6a9d4814404d8d51327e5b8306ee3d7e metadata.xml 726 MD5 1d925aed297ec4541fb230dd19e11bc1 files/spawn-fcgi.confd 1076 MD5 f984dc26b2bc491272d302ab453f6e6b files/lighttpd-1.3.13-ldap-binddn.diff 3863 @@ -24,10 +21,3 @@ MD5 210f81ad7867965b19993d0a4d8d54e7 files/lighttpd.logrotate 488 MD5 2473934daf9c34575a40c287a3d6f597 files/conf/lighttpd.conf 8243 MD5 20f159c94154005138a3c709fd476beb files/conf/mod_fastcgi.conf 566 MD5 cac2b9328b62830cb4601f83695b541e files/conf/mime-types.conf 2965 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDCfboEZCkKN40op4RAsz1AKCbl5RvOCQLZUpHzAkUlYmtFewN4wCeIO6R -y6q8BGp9Sx0Lj9QGP6ZqKo4= -=3VIE ------END PGP SIGNATURE----- diff --git a/www-servers/lighttpd/lighttpd-1.4.1.ebuild b/www-servers/lighttpd/lighttpd-1.4.1.ebuild index 3b1783e0fa8b..584dbc175021 100644 --- a/www-servers/lighttpd/lighttpd-1.4.1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.1.ebuild,v 1.1 2005/08/22 16:01:18 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.1.ebuild,v 1.2 2005/08/23 01:21:48 ka0ttic Exp $ -inherit eutils check-kernel toolchain-funcs +inherit eutils toolchain-funcs # bug #97661 - tests try to load modules from /usr/lib/lighttpd. # Needless to say, this will fail because either @@ -41,8 +41,7 @@ RDEPEND="app-arch/bzip2 DEPEND="${RDEPEND} doc? ( dev-python/docutils )" -# update certain parts of lighttpd.conf based on -# conditionals (such as kernel, USE flags, etc). +# update certain parts of lighttpd.conf based on conditionals update_config() { local config="/etc/lighttpd/lighttpd.conf" @@ -53,29 +52,6 @@ update_config() { # enable stat() caching use fam && \ dosed 's|#\(.*stat-cache.*$\)|\1|' ${config} - - # Note to arch maintainers, the "linux-sysepoll" event-handler doesn't - # seem to work on mips even with a 2.6 kernel, so please make sure you - # test the respective server.event-handler option before adding your - # arch. - case "$(tc-arch)" in - x86) - # use appropriate server.event-handler directive based on kernel - if use kernel_linux ; then - - is_2_6_kernel && \ - dosed 's|#\(.*event-handler.*sysepoll.*$\)|\1|' ${config} - - is_2_4_kernel && - dosed 's|#\(.*event-handler.*rtsig.*$\)|\1|' ${config} - - elif use kernel_FreeBSD ; then - dosed 's|#\(.*event-handler.*kqueue.*$\)|\1|' ${config} - fi - ;; - *) - ;; - esac } src_unpack() { @@ -97,16 +73,8 @@ src_compile() { # automake --add-missing --copy || die "automake failed" # autoconf || die "autoconf failed" - local myconf="--libdir=/usr/$(get_libdir)/${PN}" - - # upstream recommends disabling LFS support with a 2.4.x kernel - if is_2_4_kernel ; then - myconf="${myconf} --disable-lfs" - else - myconf="${myconf} --enable-lfs" - fi - - econf ${myconf} \ + econf --libdir=/usr/$(get_libdir)/${PN} \ + --enable-lfs \ $(use_enable ipv6) \ $(use_with fam gamin) \ $(use_with gdbm) \ |