Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30304 - qmailanalog-0.70-r1 and fastforward-0.51-r1 head tail fixes
Summary: qmailanalog-0.70-r1 and fastforward-0.51-r1 head tail fixes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-04 03:17 UTC by fschneider
Modified: 2003-10-19 09:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fschneider 2003-10-04 03:17:16 UTC
for qmailanalog 
 
--- schnipp 
--- /var/portage/net-mail/qmailanalog/qmailanalog-0.70-r1.ebuild        
2003-03-07 17:55:04.000000000 +0100 
+++ /mnt/gentoo/var/overportage/net-mail/qmailanalog/qmailanalog-0.70-r1.ebuild 
2003-10-04 12:11:02.878552584 +0200 
@@ -2,7 +2,7 @@ 
 # Distributed under the terms of the GNU General Public License v2 
 # $Header: /home/cvsroot/gentoo-x86/net-mail/qmailanalog/
qmailanalog-0.70-r1.ebuild,v 1.1 2003/03/07 16:55:04 vapier Exp $ 
 
-inherit eutils 
+inherit eutils fixheadtails 
 
 DESCRIPTION="collection of tools to help you analyze qmail's activity record" 
 SRC_URI="http://cr.yp.to/software/${P}.tar.gz" 
@@ -18,6 +18,9 @@ 
        unpack ${A} 
        cd ${S} 
        epatch ${FILESDIR}/${PV}-errno.patch 
+ 
+       cd ${S} 
+       ht_fix_file auto_home.c.do default.do Makefile 
 } 
 
 src_compile() { 
--- schnapp 
 
and for fastforward 
 
--- schnipp 
--- /var/portage/net-mail/fastforward/fastforward-0.51-r1.ebuild        
2003-09-05 11:09:00.000000000 +0200 
+++ /mnt/gentoo/var/overportage/net-mail/fastforward/fastforward-0.51-r1.ebuild 
2003-10-04 12:04:30.281236448 +0200 
@@ -2,7 +2,7 @@ 
 # Distributed under the terms of the GNU General Public License v2 
 # $Header: /home/cvsroot/gentoo-x86/net-mail/fastforward/
fastforward-0.51-r1.ebuild,v 1.2 2003/09/05 08:58:03 msterret Exp $ 
 
-inherit eutils 
+inherit eutils fixheadtails 
 
 DESCRIPTION="handle qmail forwarding according to a cdb database" 
 HOMEPAGE="http://cr.yp.to/fastforward.html" 
@@ -21,6 +21,9 @@ 
 
        echo "gcc ${CFLAGS}" > conf-cc 
        echo "gcc" > conf-ld 
+ 
+       cd ${S} 
+       ht_fix_file Makefile 
 } 
 
 src_compile() { 
--- schnapp 
 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-19 09:58:36 UTC
thx, fixed :)