diff options
author | 2006-02-12 15:15:19 +0000 | |
---|---|---|
committer | 2006-02-12 15:15:19 +0000 | |
commit | 8f1bede6eda7e786e5346ce6c874341f14aff371 (patch) | |
tree | fd313ef322d830abab874fa46caef7b7acdc0705 /net-mail | |
parent | minor code cleanup (diff) | |
download | historical-8f1bede6eda7e786e5346ce6c874341f14aff371.tar.gz historical-8f1bede6eda7e786e5346ce6c874341f14aff371.tar.bz2 historical-8f1bede6eda7e786e5346ce6c874341f14aff371.zip |
Replaced sed command with ht_fix_file.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/queue-fix/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/queue-fix/Manifest | 22 | ||||
-rw-r--r-- | net-mail/queue-fix/queue-fix-1.4-r2.ebuild | 8 |
3 files changed, 20 insertions, 18 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/Manifest b/net-mail/queue-fix/Manifest index b27985752ea0..8da4922ad7b7 100644 --- a/net-mail/queue-fix/Manifest +++ b/net-mail/queue-fix/Manifest @@ -1,14 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c87eb642373c804e532dcc70f1d88bd3 ChangeLog 1627 +MD5 0ce756f3c452c02f7acc1830c73b053c ChangeLog 1750 +RMD160 03652bb823f93f4ec416bf6acc1e3fca0873457a ChangeLog 1750 +SHA256 da8c51fbec9a61d305c0309e8ee4c756e2ad700d313612e3e578f83810343116 ChangeLog 1750 MD5 a35babdacffe4d387b623febfb88db5a files/digest-queue-fix-1.4-r2 127 +RMD160 401933e5a7d9212990ca23fa3d345b3c844f1b31 files/digest-queue-fix-1.4-r2 127 +SHA256 23170bd03204b6f70d2e3a3b0cd275dcd5ee34814e39b389de3d2855798e3f08 files/digest-queue-fix-1.4-r2 127 MD5 bec58a9d3272edfd23dff6acd2ff0173 metadata.xml 576 -MD5 13e39b4725b357b4a9a9cf176c59f71a queue-fix-1.4-r2.ebuild 1081 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDZF87gIKl8Uu19MoRAnvfAJ9MmIMo1P9ah7ChEa1DgSAVRNztxwCfdEzo -nTT3Z1efzlEQ1U4ddwVRYlc= -=OdkE ------END PGP SIGNATURE----- +RMD160 319b99b11dcabec38ffe534f58b59fc73f7a691a metadata.xml 576 +SHA256 a8e76c8add730abe67fabc9992df726e888e1a52c737eaaba927149e95a58a0b metadata.xml 576 +MD5 2403e7b2e48d75e1aad39792e24f8cc2 queue-fix-1.4-r2.ebuild 1078 +RMD160 c837a0dae17e317f30fd5648f3009beefe2ca39d queue-fix-1.4-r2.ebuild 1078 +SHA256 baf361af5fb93ffd172d6730332302338132aa1fd8a7067f8d3861ecc809b751 queue-fix-1.4-r2.ebuild 1078 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() { |