Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30294 - cyrus-imapd 2.1.15 head tail fix
Summary: cyrus-imapd 2.1.15 head tail fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Nigbur (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-03 22:07 UTC by fschneider
Modified: 2003-10-04 02:32 UTC (History)
0 users

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-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