diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-07-01 17:12:10 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-07-01 17:12:10 +0000 |
commit | f6b53be0e0a0d7ae25669ece9c24aeefb5251412 (patch) | |
tree | 5cb1a09d269b4c3d059694a5f6e6e7dd17eecc67 /www-servers | |
parent | Add setup instructions to post installation. (diff) | |
download | gentoo-2-f6b53be0e0a0d7ae25669ece9c24aeefb5251412.tar.gz gentoo-2-f6b53be0e0a0d7ae25669ece9c24aeefb5251412.tar.bz2 gentoo-2-f6b53be0e0a0d7ae25669ece9c24aeefb5251412.zip |
Really remove broken versions this time.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/boa/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/boa/boa-0.94.13-r1.ebuild | 85 | ||||
-rw-r--r-- | www-servers/boa/boa-0.94.13.ebuild | 77 | ||||
-rw-r--r-- | www-servers/boa/files/boa-0.94.13-gcc3.patch | 19 | ||||
-rw-r--r-- | www-servers/boa/files/boa-0.94.13-server_uid.patch | 11 | ||||
-rw-r--r-- | www-servers/boa/files/digest-boa-0.94.13 | 3 | ||||
-rw-r--r-- | www-servers/boa/files/digest-boa-0.94.13-r1 | 3 |
7 files changed, 6 insertions, 199 deletions
diff --git a/www-servers/boa/ChangeLog b/www-servers/boa/ChangeLog index 8b26b0954dfb..c1e4153a9c37 100644 --- a/www-servers/boa/ChangeLog +++ b/www-servers/boa/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-servers/boa # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/boa/ChangeLog,v 1.13 2007/07/01 17:09:02 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/boa/ChangeLog,v 1.14 2007/07/01 17:12:10 dirtyepic Exp $ + + 01 Jul 2007; Ryan Hill <dirtyepic@gentoo.org> + -files/boa-0.94.13-gcc3.patch, -files/boa-0.94.13-server_uid.patch, + -boa-0.94.13.ebuild, -boa-0.94.13-r1.ebuild: + Really remove broken versions this time. 01 Jul 2007; Ryan Hill <dirtyepic@gentoo.org> -files/boa-0.94.14_alpha20-64bit.patch, diff --git a/www-servers/boa/boa-0.94.13-r1.ebuild b/www-servers/boa/boa-0.94.13-r1.ebuild deleted file mode 100644 index 2a815c2ab6e5..000000000000 --- a/www-servers/boa/boa-0.94.13-r1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/boa/boa-0.94.13-r1.ebuild,v 1.6 2007/04/28 17:28:19 swegener Exp $ - -inherit eutils - -DESCRIPTION="Boa - A very small and very fast http daemon" -SRC_URI="http://www.boa.org/${P}.tar.gz" -HOMEPAGE="http://www.boa.org/" - -KEYWORDS="~mips ppc ~sparc x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="tetex" - -DEPEND="sys-devel/flex - sys-devel/bison - tetex? ( virtual/tetex )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gcc3.patch || die - epatch ${FILESDIR}/${P}-server_uid.patch || die -} - -src_compile() { - cd src - econf || die "econf failed" - emake || die - cd ../docs - make boa.html boa.info || die - - # SLH - 2004/04/23 - # commented out - this doesn't appear to work, and I'm not tetex - # expert, so I don't know how to fix it - # - # use tetex && make boa.dvi -} - -src_install() { - # make prefix=${D}/usr install - dosbin src/boa || die - doman docs/boa.8 || die - dodoc docs/boa.html || die - dodoc docs/boa_banner.png || die - doinfo docs/boa.info || die -# if use tetex; then -# dodoc docs/boa.dvi || die -# fi - - dodir /var/log/boa || die - dodir /var/www/localhost/htdocs || die - dodir /var/www/localhost/cgi-bin || die - dodir /var/www/localhost/icons || die - - doconfd ${FILESDIR}/boa.conf.d - - exeinto /usr/lib/boa - doexe src/boa_indexer || die - - newinitd ${FILESDIR}/boa.rc6 boa || die - - insinto /etc/boa - insopts -m700 - insopts -m600 - doins ${FILESDIR}/boa.conf || die - doins ${FILESDIR}/mime.types || die - - # make DESTDIR=${D} install || die -} - -pkg_prerm() { - if [ "$ROOT" = "/" ] && [ -e /dev/shm/.init.d/started/boa ] ; then - /etc/init.d/boa stop - fi - return # dont fail -} - -pkg_preinst() { - if [ "$ROOT" = "/" ] && [ -e /dev/shm/.init.d/started/boa ] ; then - /etc/init.d/boa stop - fi - return # dont fail -} diff --git a/www-servers/boa/boa-0.94.13.ebuild b/www-servers/boa/boa-0.94.13.ebuild deleted file mode 100644 index add70d97374f..000000000000 --- a/www-servers/boa/boa-0.94.13.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/boa/boa-0.94.13.ebuild,v 1.3 2007/04/24 13:29:49 bangert Exp $ - -inherit eutils - -DESCRIPTION="Boa - A very small and very fast http daemon" -SRC_URI="http://www.boa.org/${P}.tar.gz" -HOMEPAGE="http://www.boa.org/" - -KEYWORDS="x86 sparc ~mips" -LICENSE="GPL-2" -SLOT="0" -IUSE="tetex" - -DEPEND="sys-devel/flex - sys-devel/bison - tetex? ( virtual/tetex )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gcc3.patch || die -} - -src_compile() { - cd src - econf || die "econf failed" - emake || die - cd ../docs - make boa.html boa.info || die - use tetex && make boa.dvi -} - -src_install() { - # make prefix=${D}/usr install - dosbin src/boa || die - doman docs/boa.8 || die - dodoc docs/boa.html || die - dodoc docs/boa_banner.png || die - doinfo docs/boa.info || die - if use tetex; then - dodoc docs/boa.dvi || die - fi - - dodir /var/log/boa || die - dodir /home/httpd/htdocs || die - dodir /home/httpd/cgi-bin || die - dodir /home/httpd/icons || die - - exeinto /usr/lib/boa - doexe src/boa_indexer || die - - newconfd ${FILESDIR}/boa.conf.d boa - newinitd ${FILESDIR}/boa.rc6 boa || die - - insinto /etc/boa - insopts -m600 - doins ${FILESDIR}/boa.conf || die - doins ${FILESDIR}/mime.types || die - - # make DESTDIR=${D} install || die -} - -pkg_prerm() { - if [ "$ROOT" = "/" ] && [ -e /dev/shm/.init.d/started/boa ] ; then - /etc/init.d/boa stop - fi - return # dont fail -} - -pkg_preinst() { - if [ "$ROOT" = "/" ] && [ -e /dev/shm/.init.d/started/boa ] ; then - /etc/init.d/boa stop - fi - return # dont fail -} diff --git a/www-servers/boa/files/boa-0.94.13-gcc3.patch b/www-servers/boa/files/boa-0.94.13-gcc3.patch deleted file mode 100644 index 765c243e8dae..000000000000 --- a/www-servers/boa/files/boa-0.94.13-gcc3.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ur boa-0.94.13/src/compat.h boa-0.94.13-gentoo/src/compat.h ---- boa-0.94.13/src/compat.h 2002-06-06 17:02:28.000000000 +1200 -+++ boa-0.94.13-gentoo/src/compat.h 2003-10-18 15:21:24.000000000 +1300 -@@ -117,13 +117,13 @@ - #endif - - #ifdef HAVE_TM_GMTOFF --#define TIMEZONE_OFFSET(foo) foo##->tm_gmtoff -+#define TIMEZONE_OFFSET(foo) foo->tm_gmtoff - #else - #define TIMEZONE_OFFSET(foo) timezone - #endif - - #ifdef HAVE_TM_ZONE --#define TIMEZONE(foo) foo##->tm_zone -+#define TIMEZONE(foo) foo->tm_zone - #else - #define TIMEZONE(foo) *tzname - #endif diff --git a/www-servers/boa/files/boa-0.94.13-server_uid.patch b/www-servers/boa/files/boa-0.94.13-server_uid.patch deleted file mode 100644 index 72843344d665..000000000000 --- a/www-servers/boa/files/boa-0.94.13-server_uid.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/boa.c.orig 2004-10-21 03:28:51.000000000 +0000 -+++ src/boa.c 2004-10-21 03:30:24.000000000 +0000 -@@ -222,7 +222,7 @@ - /* test for failed-but-return-was-successful setuid - * http://www.securityportal.com/list-archive/bugtraq/2000/Jun/0101.html - */ -- if (setuid(0) != -1) { -+ if (server_uid && server_gid && setuid(0) != -1) { - DIE("icky Linux kernel bug!"); - } - } else { diff --git a/www-servers/boa/files/digest-boa-0.94.13 b/www-servers/boa/files/digest-boa-0.94.13 deleted file mode 100644 index c594d3e486ec..000000000000 --- a/www-servers/boa/files/digest-boa-0.94.13 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c8d6f46f9aa60909f171529068813fe0 boa-0.94.13.tar.gz 122066 -RMD160 00210b478eda27896873f106401cfb3c6362fd52 boa-0.94.13.tar.gz 122066 -SHA256 e00bb50eb859c736f2afc913976e82e8fc68a1fbe34fa294e014aa95f4d87366 boa-0.94.13.tar.gz 122066 diff --git a/www-servers/boa/files/digest-boa-0.94.13-r1 b/www-servers/boa/files/digest-boa-0.94.13-r1 deleted file mode 100644 index c594d3e486ec..000000000000 --- a/www-servers/boa/files/digest-boa-0.94.13-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c8d6f46f9aa60909f171529068813fe0 boa-0.94.13.tar.gz 122066 -RMD160 00210b478eda27896873f106401cfb3c6362fd52 boa-0.94.13.tar.gz 122066 -SHA256 e00bb50eb859c736f2afc913976e82e8fc68a1fbe34fa294e014aa95f4d87366 boa-0.94.13.tar.gz 122066 |