[gentoo-x86] / app-text / recode / recode-3.6-r2.ebuild Project Root:

GentooDiff of /app-text/recode/recode-3.6-r2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph

version 1.21, Sat Jan 19 15:00:07 2008 UTC version 1.22, Sun Apr 20 08:32:59 2008 UTC
Line 2 
Line 2 
 # Distributed under the terms of the GNU General Public License v2  # Distributed under the terms of the GNU General Public License v2
 # $Header$  # $Header$
   
 inherit flag-o-matic eutils libtool toolchain-funcs  inherit eutils libtool toolchain-funcs
   
 DEB_VER=11  DEB_VER=11
 DESCRIPTION="Convert files between various character sets"  DESCRIPTION="Convert files between various character sets"
Line 20 
Line 20 
         unpack ${A}          unpack ${A}
         cd "${S}"          cd "${S}"
         epatch "${FILESDIR}"/${P}-debian-${DEB_VER}.patch          epatch "${FILESDIR}"/${P}-debian-${DEB_VER}.patch
           epatch "${FILESDIR}"/${P}-gcc43.patch #209036
           sed -i '1i#include <stdlib.h>' src/argmatch.c || die
   
         # Needed under FreeBSD, too          # Needed under FreeBSD, too
         epatch "${FILESDIR}"/${P}-ppc-macos.diff          epatch "${FILESDIR}"/${P}-ppc-macos.diff
Line 37 
Line 39 
 }  }
   
 src_install() {  src_install() {
         make DESTDIR="${D}" install || die "make install failed"          emake DESTDIR="${D}" install || die "make install failed"
         dodoc AUTHORS BACKLOG ChangeLog NEWS README THANKS TODO          dodoc AUTHORS BACKLOG ChangeLog NEWS README THANKS TODO
         rm -f "${D}"/usr/lib/charset.alias          rm -f "${D}"/usr/lib/charset.alias
 }  }

Generate output suitable for use with a patch program
Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

www@gentoo.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help