diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-21 15:37:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-21 15:37:37 +0000 |
commit | 4ebb3ef30aa75cf8ad3ddcc20543d91c0c5ed61f (patch) | |
tree | 407bbb6789aeef8539d5712a95f868617722b441 /app-i18n/scim-anthy | |
parent | x86 stable, bug #286743 (diff) | |
download | historical-4ebb3ef30aa75cf8ad3ddcc20543d91c0c5ed61f.tar.gz historical-4ebb3ef30aa75cf8ad3ddcc20543d91c0c5ed61f.tar.bz2 historical-4ebb3ef30aa75cf8ad3ddcc20543d91c0c5ed61f.zip |
Remove KDE3 support.
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/scim-anthy')
-rw-r--r-- | app-i18n/scim-anthy/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild | 58 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild | 11 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild | 9 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild | 13 |
5 files changed, 17 insertions, 80 deletions
diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog index 9ba6f2fcf207..519d94d73443 100644 --- a/app-i18n/scim-anthy/ChangeLog +++ b/app-i18n/scim-anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-anthy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.59 2009/01/29 14:29:02 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.60 2009/10/21 15:35:23 ssuominen Exp $ + + 21 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + scim-anthy-1.2.6.ebuild, scim-anthy-1.2.7.ebuild, scim-anthy-1.3.1.ebuild: + Remove KDE3 support. *scim-anthy-1.2.7 (29 Jan 2009) diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild deleted file mode 100644 index 2b2cf4956809..000000000000 --- a/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild,v 1.8 2008/09/23 17:07:26 matsuu Exp $ - -inherit libtool - -DESCRIPTION="Japanese input method Anthy IMEngine for SCIM" -HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy" -SRC_URI="mirror://sourceforge.jp/scim-imengine/25404/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="gtk kde nls" - -DEPEND=">=app-i18n/scim-1.2 - || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 ) - nls? ( virtual/libintl ) - gtk? ( >=x11-libs/gtk+-2.4 )" -RDEPEND="${DEPEND} - gtk? ( app-dicts/kasumi )" -DEPEND="${DEPEND} - nls? ( sys-devel/gettext ) - dev-util/pkgconfig" -PDEPEND="kde? ( app-i18n/skim-scim-anthy )" - -src_unpack() { - unpack ${A} - cd "${S}" - - elibtoolize -} - -src_compile() { - econf \ - $(use_enable nls) \ - --disable-static \ - --disable-dependency-tracking || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS ChangeLog NEWS README -} - -pkg_postinst() { - elog - elog "To use SCIM, you should use the following in your user startup scripts" - elog "such as .gnomerc or .xinitrc:" - elog - elog "LANG='your_language' scim -d" - elog "export XMODIFIERS=@im=SCIM" - elog "export GTK_IM_MODULE=scim" - elog "export QT_IM_MODULE=scim" - elog -} diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild index 51ec502e3fd2..99e462d2bf5e 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild,v 1.5 2008/12/20 18:43:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild,v 1.6 2009/10/21 15:35:23 ssuominen Exp $ inherit libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge.jp/scim-imengine/30199/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="gtk kde nls" +IUSE="gtk nls" DEPEND=">=app-i18n/scim-1.2 || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 ) @@ -22,12 +22,10 @@ RDEPEND="${DEPEND} DEPEND="${DEPEND} nls? ( sys-devel/gettext ) dev-util/pkgconfig" -PDEPEND="kde? ( app-i18n/skim-scim-anthy )" src_unpack() { unpack ${A} cd "${S}" - elibtoolize } @@ -35,13 +33,12 @@ src_compile() { econf \ $(use_enable nls) \ --disable-static \ - --disable-dependency-tracking || die "econf failed" + --disable-dependency-tracking emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README } diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild index 1f793eca6727..1ae58fa5ec19 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild,v 1.1 2009/01/29 14:29:02 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild,v 1.2 2009/10/21 15:35:23 ssuominen Exp $ inherit libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge.jp/scim-imengine/37309/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="gtk kde nls" +IUSE="gtk nls" DEPEND=">=app-i18n/scim-1.2 >=app-i18n/anthy-5900 @@ -22,12 +22,10 @@ RDEPEND="${DEPEND} DEPEND="${DEPEND} nls? ( sys-devel/gettext ) dev-util/pkgconfig" -PDEPEND="kde? ( app-i18n/skim-scim-anthy )" src_unpack() { unpack ${A} cd "${S}" - elibtoolize } @@ -35,13 +33,12 @@ src_compile() { econf \ $(use_enable nls) \ --disable-static \ - --disable-dependency-tracking || die "econf failed" + --disable-dependency-tracking emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README } diff --git a/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild b/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild index a75118fd5635..d175a09ff87e 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild,v 1.2 2008/09/23 17:07:26 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild,v 1.3 2009/10/21 15:35:23 ssuominen Exp $ inherit libtool @@ -10,8 +10,8 @@ SRC_URI="mirror://sourceforge.jp/scim-imengine/29660/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="gtk kde nls" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="gtk nls" DEPEND=">=app-i18n/scim-1.2 || ( >=app-i18n/anthy-7500 >=app-i18n/anthy-ss-7500 ) @@ -22,12 +22,10 @@ RDEPEND="${DEPEND} DEPEND="${DEPEND} nls? ( sys-devel/gettext ) dev-util/pkgconfig" -PDEPEND="kde? ( app-i18n/skim-scim-anthy )" src_unpack() { unpack ${A} cd "${S}" - elibtoolize } @@ -35,13 +33,12 @@ src_compile() { econf \ $(use_enable nls) \ --disable-static \ - --disable-dependency-tracking || die "econf failed" + --disable-dependency-tracking emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README } |