summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-13 07:22:17 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-13 07:22:17 +0000
commit1d2ffead8a83a4bf155d3ac78dff3698d852213e (patch)
treef1cca28643f0f8c0a23df11f3b7ecb0380ddc7cb /net-www/apache
parentset ~ppc in keywords (diff)
downloadgentoo-2-1d2ffead8a83a4bf155d3ac78dff3698d852213e.tar.gz
gentoo-2-1d2ffead8a83a4bf155d3ac78dff3698d852213e.tar.bz2
gentoo-2-1d2ffead8a83a4bf155d3ac78dff3698d852213e.zip
cosmetic fixes
Diffstat (limited to 'net-www/apache')
-rw-r--r--net-www/apache/ChangeLog5
-rw-r--r--net-www/apache/apache-2.0.43-r1.ebuild18
2 files changed, 14 insertions, 9 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog
index 18151e1b2e3a..706be53963df 100644
--- a/net-www/apache/ChangeLog
+++ b/net-www/apache/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for net-www/apache
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.37 2003/02/12 17:47:44 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.38 2003/02/13 07:22:16 seemant Exp $
12 Feb 2003; Guy Martin <gmsoft@gentoo.org> :
Added hppa to keywords.
@@ -19,6 +19,9 @@
*apache-2.0.43-r1 (28 Nov 2002)
+ 12 Feb 2003; Seemant Kulleen <seemant@gentoo.org> apache-2.0.43-r1.ebuild :
+ cosmetic fixes
+
15 Dec 2002; Bjoern Brauel <bjb@gentoo.org> apache-2.0.43-r1.ebuild :
Add alpha to KEYWORDS
diff --git a/net-www/apache/apache-2.0.43-r1.ebuild b/net-www/apache/apache-2.0.43-r1.ebuild
index afb9e917a32e..3a943410bda1 100644
--- a/net-www/apache/apache-2.0.43-r1.ebuild
+++ b/net-www/apache/apache-2.0.43-r1.ebuild
@@ -1,27 +1,29 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.43-r1.ebuild,v 1.5 2003/02/12 17:47:44 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.43-r1.ebuild,v 1.6 2003/02/13 07:22:17 seemant Exp $
inherit eutils
+#IUSE="ldap"
+IUSE=""
+
+S=${WORKDIR}/httpd-${PV}
DESCRIPTION="Apache Web Server, Version 2.0.x"
HOMEPAGE="http://www.apache.org/"
-
-S="${WORKDIR}/httpd-${PV}"
SRC_URI="http://www.apache.org/dist/httpd/httpd-${PV}.tar.gz
mirror://gentoo/${P}-gentoo.diff.bz2"
-KEYWORDS="~x86 ~ppc ~alpha ~hppa"
-LICENSE="Apache-1.1"
+
SLOT="2"
+LICENSE="Apache-1.1"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa"
-DEPEND="virtual/glibc sys-libs/db sys-devel/perl
+DEPEND="sys-libs/db
+ sys-devel/perl
>=sys-libs/zlib-1.1.4
>=sys-libs/gdbm-1.8
>=dev-libs/expat-1.95.2
>=dev-libs/openssl-0.9.6e"
# ldap? =net-nds/openldap-2*
-#IUSE="ldap"
-IUSE=""
src_unpack() {
unpack ${A} || die