diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-23 09:58:25 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-23 09:58:25 +0000 |
commit | bf433d9538da1188bfe85470fd5557f996ee1421 (patch) | |
tree | 1d672c841ab578da38ae44be6b0601a131840c0f /app-i18n/prime/prime-0.9.1.ebuild | |
parent | Removed old ebuild. (diff) | |
download | historical-bf433d9538da1188bfe85470fd5557f996ee1421.tar.gz historical-bf433d9538da1188bfe85470fd5557f996ee1421.tar.bz2 historical-bf433d9538da1188bfe85470fd5557f996ee1421.zip |
Removed old ebuilds.
Diffstat (limited to 'app-i18n/prime/prime-0.9.1.ebuild')
-rw-r--r-- | app-i18n/prime/prime-0.9.1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/app-i18n/prime/prime-0.9.1.ebuild b/app-i18n/prime/prime-0.9.1.ebuild deleted file mode 100644 index ac39c12ba651..000000000000 --- a/app-i18n/prime/prime-0.9.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-0.9.1.ebuild,v 1.6 2004/09/23 23:53:57 vapier Exp $ - -inherit ruby - -DESCRIPTION="Japanese PRedictive Input Method Editor" -HOMEPAGE="http://taiyaki.org/prime/" -SRC_URI="http://prime.sourceforge.jp/src/${P/_/-}.tar.gz" - -LICENSE="GPL-2" -# 0.8.X -> stable, 0.9.Y -> development; dictionary format may change -# between releases in development branch, so please use it with care -SLOT="0" -KEYWORDS="~alpha ~ppc ~x86" -IUSE="emacs" - -DEPEND="virtual/ruby - app-dicts/prime-dict - >=dev-libs/suikyo-1.3.0 - dev-ruby/ruby-progressbar" -PDEPEND="emacs? ( app-emacs/prime-el )" - -S="${WORKDIR}/${P/_/-}" - -RUBY_ECONF="--with-prime-docdir=/usr/share/doc/${PF}/html - --with-rubydir=/usr/lib/ruby/site_ruby" - -src_install() { - einstall || die - make DESTDIR=${D} install-etc || die - - erubydoc -} |