diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-05-04 00:13:52 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-05-04 00:13:52 +0000 |
commit | 0a05884e949b94732f093171cf91b45a0baff437 (patch) | |
tree | 8b7dcca5e96acd6a1a61f573ef794c8bb3574083 /app-i18n/ibus-skk | |
parent | Added RDEPEND on games-board/gnugo, fixes bug 307193. Also ggz register. (diff) | |
download | gentoo-2-0a05884e949b94732f093171cf91b45a0baff437.tar.gz gentoo-2-0a05884e949b94732f093171cf91b45a0baff437.tar.bz2 gentoo-2-0a05884e949b94732f093171cf91b45a0baff437.zip |
Version bumped. Fixed python dependency. Removed old versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-skk')
-rw-r--r-- | app-i18n/ibus-skk/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-skk/ibus-skk-0.0.1.ebuild | 47 | ||||
-rw-r--r-- | app-i18n/ibus-skk/ibus-skk-0.0.2.ebuild | 47 | ||||
-rw-r--r-- | app-i18n/ibus-skk/ibus-skk-0.0.5.ebuild (renamed from app-i18n/ibus-skk/ibus-skk-0.0.3.ebuild) | 7 |
4 files changed, 10 insertions, 99 deletions
diff --git a/app-i18n/ibus-skk/ChangeLog b/app-i18n/ibus-skk/ChangeLog index 148a9d16e4cf..01135fe7f480 100644 --- a/app-i18n/ibus-skk/ChangeLog +++ b/app-i18n/ibus-skk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/ibus-skk # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.5 2010/03/01 10:17:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.6 2010/05/04 00:13:52 matsuu Exp $ + +*ibus-skk-0.0.5 (03 May 2010) + + 03 May 2010; MATSUU Takuto <matsuu@gentoo.org> -ibus-skk-0.0.1.ebuild, + -ibus-skk-0.0.2.ebuild, -ibus-skk-0.0.3.ebuild, +ibus-skk-0.0.5.ebuild: + Version bumped. Fixed python dependency. Removed old versions. 01 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> ibus-skk-0.0.4.ebuild: diff --git a/app-i18n/ibus-skk/ibus-skk-0.0.1.ebuild b/app-i18n/ibus-skk/ibus-skk-0.0.1.ebuild deleted file mode 100644 index 22191c92ae90..000000000000 --- a/app-i18n/ibus-skk/ibus-skk-0.0.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.1.ebuild,v 1.1 2009/12/07 12:44:32 matsuu Exp $ - -EAPI="2" - -inherit python - -DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" -HOMEPAGE="http://github.com/ueno/ibus-skk" -SRC_URI="http://cloud.github.com/downloads/ueno/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND="app-i18n/ibus - >=dev-lang/python-2.5 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.16.1 )" -RDEPEND="${RDEPEND} - app-i18n/skk-jisyo" - -src_prepare() { - mv py-compile py-compile.orig || die - ln -s "$(type -P true)" py-compile || die -} - -src_configure() { - econf $(use_enable nls) || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README TODO || die -} - -pkg_postinst() { - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} diff --git a/app-i18n/ibus-skk/ibus-skk-0.0.2.ebuild b/app-i18n/ibus-skk/ibus-skk-0.0.2.ebuild deleted file mode 100644 index 2a0716e6c2c3..000000000000 --- a/app-i18n/ibus-skk/ibus-skk-0.0.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.2.ebuild,v 1.1 2009/12/24 14:28:26 matsuu Exp $ - -EAPI="2" - -inherit python - -DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" -HOMEPAGE="http://github.com/ueno/ibus-skk" -SRC_URI="http://cloud.github.com/downloads/ueno/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND="app-i18n/ibus - >=dev-lang/python-2.5 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.16.1 )" -RDEPEND="${RDEPEND} - app-i18n/skk-jisyo" - -src_prepare() { - mv py-compile py-compile.orig || die - ln -s "$(type -P true)" py-compile || die -} - -src_configure() { - econf $(use_enable nls) || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README TODO || die -} - -pkg_postinst() { - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} diff --git a/app-i18n/ibus-skk/ibus-skk-0.0.3.ebuild b/app-i18n/ibus-skk/ibus-skk-0.0.5.ebuild index 06dc67b2c167..4303e1dd94dc 100644 --- a/app-i18n/ibus-skk/ibus-skk-0.0.3.ebuild +++ b/app-i18n/ibus-skk/ibus-skk-0.0.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.3.ebuild,v 1.1 2009/12/31 06:20:58 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-0.0.5.ebuild,v 1.1 2010/05/04 00:13:52 matsuu Exp $ EAPI="2" - +PYTHON_DEPEND="2:2.5" inherit python DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" @@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~x86" IUSE="nls" RDEPEND="app-i18n/ibus - >=dev-lang/python-2.5 nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.16.1 )" |