From 915518410a9c41af2f36e799e3c1630fc5e1a5d5 Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Mon, 15 Jan 2007 17:02:29 +0000 Subject: Fix source copy. (Portage version: 2.1.2_rc4-r8) --- net-www/mod_bandwidth/ChangeLog | 6 +++++- net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'net-www') diff --git a/net-www/mod_bandwidth/ChangeLog b/net-www/mod_bandwidth/ChangeLog index 498cc590441c..5cdab33943db 100644 --- a/net-www/mod_bandwidth/ChangeLog +++ b/net-www/mod_bandwidth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_bandwidth # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/ChangeLog,v 1.17 2007/01/14 18:45:14 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/ChangeLog,v 1.18 2007/01/15 17:02:29 chtekk Exp $ + + 15 Jan 2007; Luca Longinotti + mod_bandwidth-2.0.5-r1.ebuild: + Fix source copy. 14 Jan 2007; Luca Longinotti mod_bandwidth-2.0.5-r1.ebuild: diff --git a/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild b/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild index 300c68992bcd..6bd536267a8c 100644 --- a/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild +++ b/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild,v 1.7 2007/01/14 18:45:14 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild,v 1.8 2007/01/15 17:02:29 chtekk Exp $ inherit apache-module +KEYWORDS="~amd64 ppc ~sparc x86" + DESCRIPTION="Bandwidth Management Module for Apache1." HOMEPAGE="http://www.cohprog.com/v3/bandwidth/intro-en.html" SRC_URI="ftp://ftp.cohprog.com/pub/apache/module/1.3.0/${PN}.c" - -KEYWORDS="~amd64 ppc ~sparc x86" LICENSE="Apache-1.1" SLOT="0" IUSE="" @@ -22,7 +22,8 @@ APACHE1_MOD_DEFINE="BANDWIDTH" need_apache1 src_unpack() { - cp -f "${DISTDIR}/${PN}.c" "${S}/" || die "source copy failed" + mkdir -p "${S}" || die "mkdir S failed" + cp -f "${DISTDIR}/${PN}.c" "${S}/${PN}.c" || die "source copy failed" } pkg_postinst() { -- cgit v1.2.3-65-gdbad