diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 17:59:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 17:59:52 +0000 |
commit | 2b0c1492ac7c18adb4d3e769d1375d2f30f496ae (patch) | |
tree | 48bcfdadd8b35fdc31d5718478ba65eb71626c70 /app-dicts/gjiten | |
parent | arm KEYWORDS (diff) | |
download | historical-2b0c1492ac7c18adb4d3e769d1375d2f30f496ae.tar.gz historical-2b0c1492ac7c18adb4d3e769d1375d2f30f496ae.tar.bz2 historical-2b0c1492ac7c18adb4d3e769d1375d2f30f496ae.zip |
dont install stupid COPYING file
Diffstat (limited to 'app-dicts/gjiten')
-rw-r--r-- | app-dicts/gjiten/gjiten-2.1.ebuild | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/app-dicts/gjiten/gjiten-2.1.ebuild b/app-dicts/gjiten/gjiten-2.1.ebuild index dc677cdbe2ac..c78fef886325 100644 --- a/app-dicts/gjiten/gjiten-2.1.ebuild +++ b/app-dicts/gjiten/gjiten-2.1.ebuild @@ -1,33 +1,28 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.1.ebuild,v 1.5 2003/09/06 22:15:57 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.1.ebuild,v 1.6 2004/05/31 17:59:52 vapier Exp $ DESCRIPTION="A Japanese dictionary program for Gnome" -SRC_URI="http://gjiten.sourceforge.net/${P}.tar.gz" HOMEPAGE="http://gjiten.sourceforge.net/" +SRC_URI="http://gjiten.sourceforge.net/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" DEPEND=">=gnome-base/libgnome-2.2 >=gnome-base/libgnomeui-2.2 >=x11-libs/gtk+-2" - RDEPEND="gnome-base/libgnome x11-libs/gtk+" -src_compile() { - econf || die - emake || die -} - src_install() { einstall || die - dodoc ABOUT-NLS AUTHORS Changelog COPYING INSTALL NEWS README THANKS TODO + dodoc AUTHORS Changelog INSTALL NEWS README THANKS TODO dohtml index.html gjiten.xml legal.xml gjiten-doc.ja.html } + pkg_postinst() { einfo einfo "Dictionary files are necessary in order for" @@ -45,4 +40,3 @@ pkg_postinst() { einfo "to put the files in /usr/share/gjiten after running the script." einfo } - |