Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 30294

Summary: cyrus-imapd 2.1.15 head tail fix
Product: Gentoo Linux Reporter: fschneider <mlist-catcher>
Component: Current packagesAssignee: Markus Nigbur (RETIRED) <pYrania>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description fschneider 2003-10-03 22:07:27 UTC
Not much to say, it fixes the imap/xversions.sh file. 
 
--- schnipp 
--- /var/portage/net-mail/cyrus-imapd/cyrus-imapd-2.1.15.ebuild 2003-09-19 
18:11:06.000000000 +0200 
+++ /mnt/gentoo/var/overportage/net-mail/cyrus-imapd/cyrus-imapd-2.1.15.ebuild  
2003-10-03 18:56:40.000000000 +0200 
@@ -2,7 +2,7 @@ 
 # Distributed under the terms of the GNU General Public License v2 
 # $Header: /home/cvsroot/gentoo-x86/net-mail/cyrus-imapd/
cyrus-imapd-2.1.15.ebuild,v 1.2 2003/09/19 15:48:03 max Exp $ 
 
-inherit eutils 
+inherit eutils fixheadtails 
 IPV6_P="${P}-ipv6-20030819" 
 
 IUSE="afs snmp ssl kerberos ipv6" 
@@ -61,6 +61,8 @@ 
        sed -e "s:lrpm:lrpm -lrpmio -lrpmdb:" \ 
                < configure.orig > configure 
 
+       cd ${S} 
+       ht_fix_file imap/xversion.sh 
 } 
 
 src_compile() { 
--- schnapp 
 

Reproducible: Always
Steps to Reproduce:
1. emerge cyrus-imapd
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2003-10-04 02:32:57 UTC
in cvs