diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-25 15:00:55 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-25 15:00:55 +0000 |
commit | e7ac4397e139231ec21ada37b744f0638eed4f38 (patch) | |
tree | b75f88210eb0d1943d6525c2450245536d3180f1 /app-dicts/ipadic/ipadic-2.6.1.ebuild | |
parent | Marked stable on x86. Don't assign default to S (diff) | |
download | historical-e7ac4397e139231ec21ada37b744f0638eed4f38.tar.gz historical-e7ac4397e139231ec21ada37b744f0638eed4f38.tar.bz2 historical-e7ac4397e139231ec21ada37b744f0638eed4f38.zip |
Stable version bumped. Don't assign default to S. Removed old ebuild.
Diffstat (limited to 'app-dicts/ipadic/ipadic-2.6.1.ebuild')
-rw-r--r-- | app-dicts/ipadic/ipadic-2.6.1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-dicts/ipadic/ipadic-2.6.1.ebuild b/app-dicts/ipadic/ipadic-2.6.1.ebuild index ca97e8afae81..d1dc0a11b410 100644 --- a/app-dicts/ipadic/ipadic-2.6.1.ebuild +++ b/app-dicts/ipadic/ipadic-2.6.1.ebuild @@ -1,19 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.1.ebuild,v 1.4 2004/03/07 22:07:59 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.1.ebuild,v 1.5 2004/04/25 15:00:55 usata Exp $ DESCRIPTION="Japanese dictionary for ChaSen" -HOMEPAGE="http://chasen.aist-nara.ac.jp/" +HOMEPAGE="http://chasen.aist-nara.ac.jp/chasen/distribution.html.en" SRC_URI="http://chasen.aist-nara.ac.jp/stable/ipadic/${P}.tar.gz" LICENSE="as-is" -KEYWORDS="~x86 amd64" +KEYWORDS="x86 amd64" SLOT="0" IUSE="" DEPEND=">=app-text/chasen-2.3.2" -S="${WORKDIR}/${P}" - src_compile() { sed -i -e "/^install-data-am:/s/install-data-local//" Makefile.in econf || die |