summaryrefslogtreecommitdiff
blob: d9554f55b1bc43358ff42600aa827b6e001257f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/japanesecodecs/japanesecodecs-1.4.9.ebuild,v 1.1 2003/06/24 23:58:43 liquidx Exp $

inherit distutils

MY_P=${P/japanesecodecs/JapaneseCodecs}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Python Codecs for Japanese Language Encodings like EUC, Shift-JIS, ISO-2022"
SRC_URI="http://www.asahi-net.or.jp/~rd6t-kjym/python/JapaneseCodecs/dist/${MY_P}.tar.gz"
HOMEPAGE="http://www.asahi-net.or.jp/~rd6t-kjym/python/"

IUSE=""
SLOT="0"
LICENSE="BSD"
KEYWORDS="~x86"

DEPEND=">=dev-lang/python-1.6"

src_install() {
	distutils_src_install
	insinto /usr/share/doc/${PF}/test
	doins test/*
}