diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-09-17 00:19:29 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-09-17 00:19:29 +0000 |
commit | f8ac5a2e7d6fcdd344818dd5ef0131e3ce8d6a94 (patch) | |
tree | 57f2360cc7126ab826968a3d381ce4eca006b26a /app-i18n/ibus-skk | |
parent | Version bump. Should now pass src_test. (diff) | |
download | gentoo-2-f8ac5a2e7d6fcdd344818dd5ef0131e3ce8d6a94.tar.gz gentoo-2-f8ac5a2e7d6fcdd344818dd5ef0131e3ce8d6a94.tar.bz2 gentoo-2-f8ac5a2e7d6fcdd344818dd5ef0131e3ce8d6a94.zip |
Version bumped. 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 | 9 | ||||
-rw-r--r-- | app-i18n/ibus-skk/ibus-skk-0.0.5.ebuild | 46 | ||||
-rw-r--r-- | app-i18n/ibus-skk/ibus-skk-0.0.8.ebuild | 51 | ||||
-rw-r--r-- | app-i18n/ibus-skk/ibus-skk-0.0.9.ebuild | 51 | ||||
-rw-r--r-- | app-i18n/ibus-skk/ibus-skk-1.3.0.ebuild (renamed from app-i18n/ibus-skk/ibus-skk-0.0.7.ebuild) | 4 |
5 files changed, 10 insertions, 151 deletions
diff --git a/app-i18n/ibus-skk/ChangeLog b/app-i18n/ibus-skk/ChangeLog index 2bce324bd825..723899bc7dc3 100644 --- a/app-i18n/ibus-skk/ChangeLog +++ b/app-i18n/ibus-skk/ChangeLog @@ -1,6 +1,13 @@ # 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.11 2010/09/06 23:03:59 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.12 2010/09/17 00:19:29 matsuu Exp $ + +*ibus-skk-1.3.0 (17 Sep 2010) + + 17 Sep 2010; MATSUU Takuto <matsuu@gentoo.org> -ibus-skk-0.0.5.ebuild, + -ibus-skk-0.0.7.ebuild, -ibus-skk-0.0.8.ebuild, -ibus-skk-0.0.9.ebuild, + +ibus-skk-1.3.0.ebuild: + Version bumped. Removed old versions. *ibus-skk-1.0.0 (06 Sep 2010) diff --git a/app-i18n/ibus-skk/ibus-skk-0.0.5.ebuild b/app-i18n/ibus-skk/ibus-skk-0.0.5.ebuild deleted file mode 100644 index 4303e1dd94dc..000000000000 --- a/app-i18n/ibus-skk/ibus-skk-0.0.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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.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" -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 - 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 THANKS 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.8.ebuild b/app-i18n/ibus-skk/ibus-skk-0.0.8.ebuild deleted file mode 100644 index 52bbd001d21e..000000000000 --- a/app-i18n/ibus-skk/ibus-skk-0.0.8.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# 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.8.ebuild,v 1.1 2010/06/16 16:35:46 matsuu Exp $ - -EAPI="2" -PYTHON_DEPEND="2:2.5" -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 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.16.1 )" -RDEPEND="${RDEPEND} - app-i18n/skk-jisyo" - -pkg_setup() { - python_set_active_version 2 - -} - -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 THANKS 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.9.ebuild b/app-i18n/ibus-skk/ibus-skk-0.0.9.ebuild deleted file mode 100644 index e0425faa5ee1..000000000000 --- a/app-i18n/ibus-skk/ibus-skk-0.0.9.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# 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.9.ebuild,v 1.1 2010/07/02 16:32:51 matsuu Exp $ - -EAPI="2" -PYTHON_DEPEND="2:2.5" -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 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.16.1 )" -RDEPEND="${RDEPEND} - app-i18n/skk-jisyo" - -pkg_setup() { - python_set_active_version 2 - -} - -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 THANKS 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.7.ebuild b/app-i18n/ibus-skk/ibus-skk-1.3.0.ebuild index 63e205ae26f5..1da5606c501e 100644 --- a/app-i18n/ibus-skk/ibus-skk-0.0.7.ebuild +++ b/app-i18n/ibus-skk/ibus-skk-1.3.0.ebuild @@ -1,6 +1,6 @@ # 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.7.ebuild,v 1.1 2010/05/10 17:24:34 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-1.3.0.ebuild,v 1.1 2010/09/17 00:19:29 matsuu Exp $ EAPI="2" PYTHON_DEPEND="2:2.5" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" -RDEPEND="app-i18n/ibus +RDEPEND=">=app-i18n/ibus-1.3 nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.16.1 )" |