From f72bc8be7f195511de92eed5cbf7523a2d425936 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Sun, 12 Feb 2006 15:15:19 +0000 Subject: Replaced sed command with ht_fix_file. (Portage version: 2.1_pre4-r1) --- net-mail/queue-fix/ChangeLog | 8 ++++++-- net-mail/queue-fix/queue-fix-1.4-r2.ebuild | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'net-mail/queue-fix') diff --git a/net-mail/queue-fix/ChangeLog b/net-mail/queue-fix/ChangeLog index 0fdb68175c04..3e4583bef448 100644 --- a/net-mail/queue-fix/ChangeLog +++ b/net-mail/queue-fix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/queue-fix -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/ChangeLog,v 1.13 2005/10/20 17:37:20 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/ChangeLog,v 1.14 2006/02/12 15:15:19 hansmi Exp $ + + 12 Feb 2006; Michael Hanselmann + queue-fix-1.4-r2.ebuild: + Replaced sed command with ht_fix_file. 20 Oct 2005; Michael Hanselmann -queue-fix-1.4-r1.ebuild: diff --git a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild index a7338f941260..b28576fedd04 100644 --- a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild +++ b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.13 2005/10/30 05:50:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.14 2006/02/12 15:15:19 hansmi Exp $ -inherit eutils toolchain-funcs +inherit eutils toolchain-funcs fixheadtails DESCRIPTION="Qmail Queue Repair Application with support for big-todo" HOMEPAGE="http://www.netmeridian.com/e-huss/" @@ -26,7 +26,7 @@ src_unpack() { unpack ${P}.tar.gz epatch ${DISTDIR}/queue-fix-todo.patch sed -i 's/^extern int errno;/#include /' ${S}/error.h - sed -i 's/head -1/head -n1/' ${S}/Makefile + ht_fix_file ${S}/Makefile* } src_compile() { -- cgit v1.2.3-65-gdbad