summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-06 04:06:25 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-06 04:06:25 +0000
commit35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22 (patch)
treedcde7b2cfdeb6d37ff129a7ff526fd334e1fc05f /app-i18n/kcc
parentCloses #46164 (diff)
downloadhistorical-35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22.tar.gz
historical-35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22.tar.bz2
historical-35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22.zip
add inherit eutils
Diffstat (limited to 'app-i18n/kcc')
-rw-r--r--app-i18n/kcc/kcc-1.0.ebuild21
1 files changed, 8 insertions, 13 deletions
diff --git a/app-i18n/kcc/kcc-1.0.ebuild b/app-i18n/kcc/kcc-1.0.ebuild
index 440dc3f7dd37..4945fd460d75 100644
--- a/app-i18n/kcc/kcc-1.0.ebuild
+++ b/app-i18n/kcc/kcc-1.0.ebuild
@@ -1,25 +1,22 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcc/kcc-1.0.ebuild,v 1.6 2004/01/07 09:46:07 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcc/kcc-1.0.ebuild,v 1.7 2004/04/06 03:56:22 vapier Exp $
-inherit gcc
+inherit gcc eutils
-IUSE=""
-
-KEYWORDS="x86"
-S="${WORKDIR}/${PN}"
DESCRIPTION="A Kanji code converter"
-SRC_URI="ftp://ftp.jp.freebsd.org/pub/FreeBSD/ports/distfiles/${PN}.tar.gz"
HOMEPAGE="" #There doesn't seem to be a home page for this package!
+SRC_URI="ftp://ftp.jp.freebsd.org/pub/FreeBSD/ports/distfiles/${PN}.tar.gz"
+
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
DEPEND="virtual/glibc"
-SLOT="0"
+S="${WORKDIR}/${PN}"
src_unpack() {
-
- # unpack the archive
unpack ${A}
cd ${S}
@@ -30,12 +27,10 @@ src_unpack() {
}
src_compile() {
-
emake || die
}
-src_install () {
-
+src_install() {
dobin kcc || die
dodoc README