diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 03:57:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 03:57:06 +0000 |
commit | e52c9d605768abe32c83305894ce1d784722a985 (patch) | |
tree | 1dec21144ea485b482c4519709af2382d87dab4f /app-i18n/kinput2 | |
parent | add inherit eutils (diff) | |
download | gentoo-2-e52c9d605768abe32c83305894ce1d784722a985.tar.gz gentoo-2-e52c9d605768abe32c83305894ce1d784722a985.tar.bz2 gentoo-2-e52c9d605768abe32c83305894ce1d784722a985.zip |
add inherit eutils
Diffstat (limited to 'app-i18n/kinput2')
-rw-r--r-- | app-i18n/kinput2/kinput2-3.1-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-i18n/kinput2/kinput2-3.1-r1.ebuild b/app-i18n/kinput2/kinput2-3.1-r1.ebuild index cede9c1d79d5..69456f62b38f 100644 --- a/app-i18n/kinput2/kinput2-3.1-r1.ebuild +++ b/app-i18n/kinput2/kinput2-3.1-r1.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/kinput2-3.1-r1.ebuild,v 1.5 2004/03/25 07:28:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/kinput2-3.1-r1.ebuild,v 1.6 2004/04/06 03:56:48 vapier Exp $ + +inherit eutils MY_P="${PN}-v${PV}" DESCRIPTION="A Japanese input server which supports the XIM protocol" -SRC_URI="ftp://ftp.sra.co.jp/pub/x11/${PN}/${MY_P}.tar.gz" HOMEPAGE="http://www.nec.co.jp/canna/" +SRC_URI="ftp://ftp.sra.co.jp/pub/x11/${PN}/${MY_P}.tar.gz" -SLOT="0" LICENSE="as-is" +SLOT="0" KEYWORDS="x86 ~ppc sparc ~amd64" IUSE="canna freewnn" |