diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 04:02:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 04:02:09 +0000 |
commit | 9f90934cce59cd69b23b4ba18aaaab58424ddc48 (patch) | |
tree | 714480e73c16e73ba76d14152d7efe858bf41494 /app-i18n/leif | |
parent | add inherit eutils (diff) | |
download | gentoo-2-9f90934cce59cd69b23b4ba18aaaab58424ddc48.tar.gz gentoo-2-9f90934cce59cd69b23b4ba18aaaab58424ddc48.tar.bz2 gentoo-2-9f90934cce59cd69b23b4ba18aaaab58424ddc48.zip |
add inherit eutils
Diffstat (limited to 'app-i18n/leif')
-rw-r--r-- | app-i18n/leif/leif-11.4.1467.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-i18n/leif/leif-11.4.1467.ebuild b/app-i18n/leif/leif-11.4.1467.ebuild index aca1c9abba9a..2dc0e168ded5 100644 --- a/app-i18n/leif/leif-11.4.1467.ebuild +++ b/app-i18n/leif/leif-11.4.1467.ebuild @@ -1,29 +1,28 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/leif/leif-11.4.1467.ebuild,v 1.3 2004/03/10 18:34:55 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/leif/leif-11.4.1467.ebuild,v 1.4 2004/04/06 03:57:37 vapier Exp $ -inherit iiimf +inherit iiimf eutils DESCRIPTION="Language Engine is a component that provide actual Input Method service for IIIMF" -DEPEND="dev-libs/eimil" KEYWORDS="~x86" -src_unpack() { +DEPEND="dev-libs/eimil" +src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-gentoo.diff } src_install() { - make DESTDIR=${D} \ prefix=/usr \ install || die dodoc ChangeLog - for d in canna cm newpy sampleja* ude unit template; do + for d in canna cm newpy sampleja* ude unit template ; do docinto $d dodoc ChangeLog README done |