diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-12 15:12:09 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-12 15:12:09 +0000 |
commit | 00ff923b5f678204b57230746bb25415fad468e5 (patch) | |
tree | b99ec3473906276ca4c9ecb6acaf7a619e498e8e /app-i18n/nabi/nabi-0.13.ebuild | |
parent | bugfix release, remove old ebuilds (diff) | |
download | gentoo-2-00ff923b5f678204b57230746bb25415fad468e5.tar.gz gentoo-2-00ff923b5f678204b57230746bb25415fad468e5.tar.bz2 gentoo-2-00ff923b5f678204b57230746bb25415fad468e5.zip |
added ~amd64 to KEYWORDS, fixes #76981. also removed default src_compile and COPYING doesnt get installed any longer.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-i18n/nabi/nabi-0.13.ebuild')
-rw-r--r-- | app-i18n/nabi/nabi-0.13.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/app-i18n/nabi/nabi-0.13.ebuild b/app-i18n/nabi/nabi-0.13.ebuild index 676ef5a7ed75..7743b8e4f3bb 100644 --- a/app-i18n/nabi/nabi-0.13.ebuild +++ b/app-i18n/nabi/nabi-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild,v 1.5 2005/01/01 14:36:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild,v 1.6 2005/04/12 15:12:09 luckyduck Exp $ DESCRIPTION="Simple Hanguk X Input Method" HOMEPAGE="http://nabi.kldp.net/" @@ -13,15 +13,10 @@ KEYWORDS="x86 ~ppc" DEPEND=">=x11-libs/gtk+-2.2" -src_compile() { - econf || die - emake || die -} - src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING* ChangeLog README NEWS + dodoc AUTHORS ChangeLog README NEWS } pkg_postinst() { |