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/skkinput | |
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/skkinput')
-rw-r--r-- | app-i18n/skkinput/skkinput-2.05.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/skkinput/skkinput-2.06.3-r1.ebuild | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-i18n/skkinput/skkinput-2.05.ebuild b/app-i18n/skkinput/skkinput-2.05.ebuild index 103f8e37df6e..c9d023cdd17d 100644 --- a/app-i18n/skkinput/skkinput-2.05.ebuild +++ b/app-i18n/skkinput/skkinput-2.05.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/skkinput-2.05.ebuild,v 1.8 2004/03/14 19:47:42 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/skkinput-2.05.ebuild,v 1.9 2004/04/06 04:01:26 vapier Exp $ + +inherit eutils SLOT="0" LICENSE="GPL-2" diff --git a/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild b/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild index 439819566f25..be173c890b98 100644 --- a/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild +++ b/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild,v 1.5 2004/03/14 19:47:42 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild,v 1.6 2004/04/06 04:01:44 vapier Exp $ + +inherit eutils DESCRIPTION="A SKK-like Japanese input method for X11" -SRC_URI="http://downloads.sourceforge.jp/skkinput2/1815/${P}.tar.gz" HOMEPAGE="http://skkinput2.sourceforge.jp/" +SRC_URI="http://downloads.sourceforge.jp/skkinput2/1815/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -IUSE="" KEYWORDS="x86 ~ppc sparc alpha" DEPEND="virtual/x11" @@ -24,7 +26,7 @@ src_compile() { make || die } -src_install () { +src_install() { make DESTDIR=${D} install || die make DESTDIR=${D} MANPATH=/usr/share/man install.man || die dodoc ChangeLog GPL *.jis |