summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-18 19:02:19 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-18 19:02:19 +0000
commit5a19a01b13b85417c31a1f98a5a8c5d30040c630 (patch)
treeb863c8beeff7bf0b91b246c9a737408691548b96 /net-www
parent-fPIC CFLAGS addition to all (not just hppa) CFLAGS. --with-pic isn't enough... (diff)
downloadgentoo-2-5a19a01b13b85417c31a1f98a5a8c5d30040c630.tar.gz
gentoo-2-5a19a01b13b85417c31a1f98a5a8c5d30040c630.tar.bz2
gentoo-2-5a19a01b13b85417c31a1f98a5a8c5d30040c630.zip
old
Diffstat (limited to 'net-www')
-rw-r--r--net-www/tux/files/digest-tux-3.2.141
-rw-r--r--net-www/tux/tux-3.2.14.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/net-www/tux/files/digest-tux-3.2.14 b/net-www/tux/files/digest-tux-3.2.14
deleted file mode 100644
index 907f4e58441c..000000000000
--- a/net-www/tux/files/digest-tux-3.2.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fca99389074ab83740fd5844fef376d6 tux-3.2.14.tar.gz 62154
diff --git a/net-www/tux/tux-3.2.14.ebuild b/net-www/tux/tux-3.2.14.ebuild
deleted file mode 100644
index 40d536920cf9..000000000000
--- a/net-www/tux/tux-3.2.14.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/tux/tux-3.2.14.ebuild,v 1.1 2003/11/18 20:14:21 vapier Exp $
-
-DESCRIPTION="kernel level httpd"
-HOMEPAGE="http://people.redhat.com/mingo/TUX-patches/"
-SRC_URI="http://people.redhat.com/mingo/TUX-patches/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="dev-libs/glib
- dev-libs/popt"
-
-src_unpack() {
- unpack ${A}
- sed -i "s:-g -fomit-frame-pointer -O2:${CFLAGS}:" ${S}/Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- make install TOPDIR=${D} || die
- rm -rf ${D}/etc/{rc.d,sysconfig} ${D}/var/tux
- exeinto /etc/init.d ; newexe ${FILESDIR}/tux.init.d tux
- insinto /etc/conf.d ; newins ${FILESDIR}/tux.conf.d tux
-
- dodoc NEWS SUCCESS tux.README docs/*.txt
- docinto samples
- dodoc samples/* demo*.c
-}