diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-12 15:15:19 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-12 15:15:19 +0000 |
commit | f72bc8be7f195511de92eed5cbf7523a2d425936 (patch) | |
tree | 0d3c4a43a9d172ec25979ef806b5b45649bddd5e /net-mail/queue-fix | |
parent | minor code cleanup (diff) | |
download | gentoo-2-f72bc8be7f195511de92eed5cbf7523a2d425936.tar.gz gentoo-2-f72bc8be7f195511de92eed5cbf7523a2d425936.tar.bz2 gentoo-2-f72bc8be7f195511de92eed5cbf7523a2d425936.zip |
Replaced sed command with ht_fix_file.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-mail/queue-fix')
-rw-r--r-- | net-mail/queue-fix/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/queue-fix/queue-fix-1.4-r2.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
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 <hansmi@gentoo.org> + queue-fix-1.4-r2.ebuild: + Replaced sed command with ht_fix_file. 20 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> -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 <errno.h>/' ${S}/error.h - sed -i 's/head -1/head -n1/' ${S}/Makefile + ht_fix_file ${S}/Makefile* } src_compile() { |