diff options
-rw-r--r-- | app-i18n/skim-scim-anthy/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.4.ebuild | 10 | ||||
-rw-r--r-- | app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild | 10 |
3 files changed, 20 insertions, 8 deletions
diff --git a/app-i18n/skim-scim-anthy/ChangeLog b/app-i18n/skim-scim-anthy/ChangeLog index 37deba16af9d..d1909c996366 100644 --- a/app-i18n/skim-scim-anthy/ChangeLog +++ b/app-i18n/skim-scim-anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/skim-scim-anthy -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/ChangeLog,v 1.21 2007/11/03 03:39:15 matsuu Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/ChangeLog,v 1.22 2008/11/30 07:55:38 matsuu Exp $ + + 30 Nov 2008; MATSUU Takuto <matsuu@gentoo.org> + skim-scim-anthy-1.2.4.ebuild, skim-scim-anthy-1.3.0.ebuild: + Added 'need-kde 3.5', bug #238967. Fixed PATCHES syntax. 03 Nov 2007; <matsuu@gentoo.org> skim-scim-anthy-1.2.4.ebuild, skim-scim-anthy-1.3.0.ebuild: diff --git a/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.4.ebuild b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.4.ebuild index 54062c33cb00..1d96ce2b71f1 100644 --- a/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.4.ebuild +++ b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.4.ebuild,v 1.6 2007/11/03 03:39:15 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.4.ebuild,v 1.7 2008/11/30 07:55:38 matsuu Exp $ inherit kde @@ -17,7 +17,11 @@ IUSE="" DEPEND=">=app-i18n/skim-1.3 >=app-i18n/scim-anthy-1.2.4" -PATCHES="${FILESDIR}/${PN}-1.2.1-qt335.patch" +need-kde 3.5 + +PATCHES=( + "${FILESDIR}/${PN}-1.2.1-qt335.patch" +) pkg_postinst() { elog diff --git a/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild index 6aa6e62e1952..c271938b29e8 100644 --- a/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild +++ b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild,v 1.2 2007/11/03 03:39:15 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild,v 1.3 2008/11/30 07:55:38 matsuu Exp $ inherit kde @@ -17,7 +17,11 @@ IUSE="" DEPEND=">=app-i18n/skim-1.3 >=app-i18n/scim-anthy-${PV}" -PATCHES="${FILESDIR}/${PN}-1.2.1-qt335.patch" +need-kde 3.5 + +PATCHES=( + "${FILESDIR}/${PN}-1.2.1-qt335.patch" +) pkg_postinst() { elog |