diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-12-24 23:02:37 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-12-24 23:02:37 +0000 |
commit | ff42c4b625bfdd6c24ca4e07a1b2095e461e6dee (patch) | |
tree | d84fcf6473c7b391a21bdaab0dce33b8badbca91 /app-i18n/prime | |
parent | Version bumped. Marked 0.6.2 as stable. 0.6.x is meant to be stable branch wh... (diff) | |
download | historical-ff42c4b625bfdd6c24ca4e07a1b2095e461e6dee.tar.gz historical-ff42c4b625bfdd6c24ca4e07a1b2095e461e6dee.tar.bz2 historical-ff42c4b625bfdd6c24ca4e07a1b2095e461e6dee.zip |
Version bumped. Marked 0.6.2 as stable. 0.6.x is meant to be stable branch while 0.7.x stays development branch. NOTE: Please upgrade >=dev-ruby/sary-ruby-0.5_pre20030507-r1 in order to use prime with ruby 1.8
Diffstat (limited to 'app-i18n/prime')
-rw-r--r-- | app-i18n/prime/Manifest | 8 | ||||
-rw-r--r-- | app-i18n/prime/files/digest-prime-0.6.3 | 1 | ||||
-rw-r--r-- | app-i18n/prime/files/digest-prime-0.7.0 | 1 | ||||
-rw-r--r-- | app-i18n/prime/prime-0.6.2.ebuild | 8 | ||||
-rw-r--r-- | app-i18n/prime/prime-0.6.3.ebuild | 40 | ||||
-rw-r--r-- | app-i18n/prime/prime-0.7.0.ebuild | 41 |
6 files changed, 91 insertions, 8 deletions
diff --git a/app-i18n/prime/Manifest b/app-i18n/prime/Manifest index 00dbd2ff7d97..ef3125a7f5dc 100644 --- a/app-i18n/prime/Manifest +++ b/app-i18n/prime/Manifest @@ -1,8 +1,8 @@ -MD5 4cdd4442a06835c78f438936daf039dc prime-0.6.2.ebuild 880 +MD5 562a6e320904f5832bd9f924d3133919 prime-0.6.2.ebuild 905 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 -MD5 9a73528d1f8d8de1afd9f260d7e4746f ChangeLog 530 -MD5 4cdd4442a06835c78f438936daf039dc prime-0.6.3.ebuild 880 -MD5 c711ab3b9aa4a4d64a1b547cbfba6393 prime-0.7.0.ebuild 933 +MD5 00308af3247ed0d877a6fda6b087b4a6 ChangeLog 870 +MD5 ab36cadb0c2a7b5511c9a2d4f74bd8ad prime-0.6.3.ebuild 1003 +MD5 8a81952ec576df8036620ee146697ce9 prime-0.7.0.ebuild 1030 MD5 0d5fc51052a5d02f796be07c1343b6e2 files/digest-prime-0.6.2 63 MD5 fe75fbf1cd636664a5403f15c19829a5 files/digest-prime-0.6.3 63 MD5 48db949949c757da8c51f6026134210b files/digest-prime-0.7.0 63 diff --git a/app-i18n/prime/files/digest-prime-0.6.3 b/app-i18n/prime/files/digest-prime-0.6.3 new file mode 100644 index 000000000000..09a2748f07c3 --- /dev/null +++ b/app-i18n/prime/files/digest-prime-0.6.3 @@ -0,0 +1 @@ +MD5 054fb9c2b4755b07f65ff174cda17f95 prime-0.6.3.tar.gz 189936 diff --git a/app-i18n/prime/files/digest-prime-0.7.0 b/app-i18n/prime/files/digest-prime-0.7.0 new file mode 100644 index 000000000000..bf26adfd208d --- /dev/null +++ b/app-i18n/prime/files/digest-prime-0.7.0 @@ -0,0 +1 @@ +MD5 d62f46fee74187f57e1add58b4678c95 prime-0.7.0.tar.gz 197924 diff --git a/app-i18n/prime/prime-0.6.2.ebuild b/app-i18n/prime/prime-0.6.2.ebuild index 91aaf68859f4..8dc635fb3456 100644 --- a/app-i18n/prime/prime-0.6.2.ebuild +++ b/app-i18n/prime/prime-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-0.6.2.ebuild,v 1.2 2003/12/10 22:53:34 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-0.6.2.ebuild,v 1.3 2003/12/24 23:02:27 usata Exp $ inherit ruby @@ -11,15 +11,15 @@ HOMEPAGE="http://taiyaki.org/prime/" SRC_URI="http://prime.sourceforge.jp/src/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" S="${WORKDIR}/${P}" DEPEND="=dev-lang/ruby-1.6* app-dicts/prime-dict - dev-ruby/sary-ruby - dev-libs/suikyo + >=dev-ruby/sary-ruby-0.5_pre20030507 + >=dev-libs/suikyo-1.2.0 emacs? ( app-emacs/prime-el )" EXTRA_ECONF="--with-prime-docdir=/usr/share/doc/${PF}/html diff --git a/app-i18n/prime/prime-0.6.3.ebuild b/app-i18n/prime/prime-0.6.3.ebuild new file mode 100644 index 000000000000..8a73cedbaa81 --- /dev/null +++ b/app-i18n/prime/prime-0.6.3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-0.6.3.ebuild,v 1.1 2003/12/24 23:02:27 usata Exp $ + +inherit ruby + +IUSE="emacs" + +DESCRIPTION="PRIME -- Japanese PRedictive Input Method Editor" +HOMEPAGE="http://taiyaki.org/prime/" +SRC_URI="http://prime.sourceforge.jp/src/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" + +S="${WORKDIR}/${P}" + +DEPEND="dev-lang/ruby + app-dicts/prime-dict + >=dev-ruby/sary-ruby-0.5_pre20030507-r1 + >=dev-libs/suikyo-1.2.0 + emacs? ( app-emacs/prime-el )" + +EXTRA_ECONF="--with-prime-docdir=/usr/share/doc/${PF}/html + --with-rubydir=/usr/lib/ruby/site_ruby" + +src_install() { + + einstall || die + # sary-ruby has been patched and now prime can work with both + # ruby 1.6 and 1.8 (25 Dec 2003) + #if [ -x "/usr/bin/ruby16" ] ; then + # dosed "s:/usr/bin/env ruby:/usr/bin/ruby16:g" /usr/bin/prime + #fi + make DESTDIR=${D} install-etc || die + + erubydoc + +} diff --git a/app-i18n/prime/prime-0.7.0.ebuild b/app-i18n/prime/prime-0.7.0.ebuild new file mode 100644 index 000000000000..cacf47ca483c --- /dev/null +++ b/app-i18n/prime/prime-0.7.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-0.7.0.ebuild,v 1.1 2003/12/24 23:02:27 usata Exp $ + +inherit ruby + +IUSE="emacs" + +DESCRIPTION="PRIME -- Japanese PRedictive Input Method Editor" +HOMEPAGE="http://taiyaki.org/prime/" +SRC_URI="http://prime.sourceforge.jp/src/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" + +S="${WORKDIR}/${P}" + +DEPEND="dev-lang/ruby + app-dicts/prime-dict + >=dev-ruby/sary-ruby-0.5_pre20030507-r1 + >=dev-libs/suikyo-1.2.0 + dev-ruby/ruby-progressbar + emacs? ( app-emacs/prime-el )" + +EXTRA_ECONF="--with-prime-docdir=/usr/share/doc/${PF}/html + --with-rubydir=/usr/lib/ruby/site_ruby" + +src_install() { + + einstall || die + # sary-ruby has been patched and now prime can work with both + # ruby 1.6 and 1.8 (25 Dec 2003) + #if [ -x "/usr/bin/ruby16" ] ; then + # dosed "s:/usr/bin/env ruby:/usr/bin/ruby16:g" /usr/bin/prime + #fi + make DESTDIR=${D} install-etc || die + + erubydoc + +} |