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 | |
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')
-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 | ||||
-rw-r--r-- | app-i18n/scim-hangul/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild | 20 |
7 files changed, 31 insertions, 94 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 } diff --git a/app-i18n/scim-hangul/ChangeLog b/app-i18n/scim-hangul/ChangeLog index 0d4304053c2e..2991579715d4 100644 --- a/app-i18n/scim-hangul/ChangeLog +++ b/app-i18n/scim-hangul/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-hangul -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.28 2008/11/16 16:38:18 matsuu Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.29 2009/10/21 15:37:37 ssuominen Exp $ + + 21 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + scim-hangul-0.3.2.ebuild: + Remove KDE3 support. 16 Nov 2008; MATSUU Takuto <matsuu@gentoo.org> -scim-hangul-0.2.2.ebuild, -scim-hangul-0.3.1.ebuild: diff --git a/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild b/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild index ff203af9558e..50d6d63f39b1 100644 --- a/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild +++ b/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild @@ -1,7 +1,8 @@ -# 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-hangul/scim-hangul-0.3.2.ebuild,v 1.5 2008/11/15 17:48:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild,v 1.6 2009/10/21 15:37:37 ssuominen Exp $ +EAPI=2 inherit base DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul" @@ -11,30 +12,25 @@ SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc x86" -IUSE="kde nls" +IUSE="nls" RDEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 ) >=app-i18n/libhangul-0.0.4 - kde? ( >=app-i18n/skim-1.2.1 ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext )" -PATCHES=( - "${FILESDIR}"/${P}+gcc-4.3.patch -) +PATCHES=( "${FILESDIR}/${P}+gcc-4.3.patch" ) -src_compile() { +src_configure() { econf \ - $(use_enable kde skim-support) \ - $(use_enable nls) || die - emake || die + --disable-skim-support \ + $(use_enable nls) } src_install() { emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog* NEWS README* } |