summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-01-14 16:52:01 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-01-14 16:52:01 +0000
commit47aa9d150d185b92274e88c160f4b227a6131679 (patch)
tree87f5b7b7cddcb56cba1c98a9d20a45f4ece471de
parentadd reference to bug in changelog entry (diff)
downloadhistorical-47aa9d150d185b92274e88c160f4b227a6131679.tar.gz
historical-47aa9d150d185b92274e88c160f4b227a6131679.tar.bz2
historical-47aa9d150d185b92274e88c160f4b227a6131679.zip
Cleanup.
Package-Manager: portage-2.1.2_rc4-r8
-rw-r--r--net-www/mod_gzip/ChangeLog6
-rw-r--r--net-www/mod_gzip/mod_gzip-1.3.26.1a-r3.ebuild13
2 files changed, 11 insertions, 8 deletions
diff --git a/net-www/mod_gzip/ChangeLog b/net-www/mod_gzip/ChangeLog
index f713d2a7e664..371e0c268a27 100644
--- a/net-www/mod_gzip/ChangeLog
+++ b/net-www/mod_gzip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_gzip
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_gzip/ChangeLog,v 1.37 2007/01/07 16:02:55 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_gzip/ChangeLog,v 1.38 2007/01/14 16:52:01 chtekk Exp $
+
+ 14 Jan 2007; Luca Longinotti <chtekk@gentoo.org>
+ -mod_gzip-1.3.26.1a-r2.ebuild, mod_gzip-1.3.26.1a-r3.ebuild:
+ Cleanup.
07 Jan 2007; Bryan Østergaard <kloeri@gentoo.org>
mod_gzip-1.3.26.1a-r3.ebuild:
diff --git a/net-www/mod_gzip/mod_gzip-1.3.26.1a-r3.ebuild b/net-www/mod_gzip/mod_gzip-1.3.26.1a-r3.ebuild
index 787f5e63f9f2..8abd8de7aa81 100644
--- a/net-www/mod_gzip/mod_gzip-1.3.26.1a-r3.ebuild
+++ b/net-www/mod_gzip/mod_gzip-1.3.26.1a-r3.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_gzip/mod_gzip-1.3.26.1a-r3.ebuild,v 1.6 2007/01/07 16:02:54 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_gzip/mod_gzip-1.3.26.1a-r3.ebuild,v 1.7 2007/01/14 16:52:01 chtekk Exp $
inherit eutils apache-module
-DESCRIPTION="Apache module which acts as an Internet Content Accelerator"
+DESCRIPTION="Apache module which acts as an Internet Content Accelerator."
HOMEPAGE="http://sourceforge.net/projects/mod-gzip/"
-SRC_URI="mirror://sourceforge/mod-gzip/mod_gzip-${PV}.tgz"
+SRC_URI="mirror://sourceforge/mod-gzip/${P}.tgz"
KEYWORDS="alpha amd64 ppc sparc x86"
LICENSE="Apache-1.1"
@@ -23,9 +23,9 @@ APACHE1_MOD_DEFINE="GZIP"
need_apache1
src_unpack() {
- unpack ${A} || die
- cd ${S} || die
- epatch ${FILESDIR}/mod-gzip-debug.patch || die
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/mod-gzip-debug.patch"
}
src_install() {
@@ -33,4 +33,3 @@ src_install() {
dodoc ChangeLog
dohtml -r docs/manual/
}
-