diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 09:25:03 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 09:25:03 +0000 |
commit | ec67cf0db311744f5dc976009a1a4b61eaddea4d (patch) | |
tree | e8f6b34898f667e61f7cac512d3957fb65a393ad | |
parent | Cleanup, Version bump (Bug #133187), add myself as maintainer, fix autotools ... (diff) | |
download | gentoo-2-ec67cf0db311744f5dc976009a1a4b61eaddea4d.tar.gz gentoo-2-ec67cf0db311744f5dc976009a1a4b61eaddea4d.tar.bz2 gentoo-2-ec67cf0db311744f5dc976009a1a4b61eaddea4d.zip |
Drop virtual/x11 dependency.
(Portage version: 2.1.3_rc8)
-rw-r--r-- | app-i18n/scim-pinyin/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-i18n/scim-pinyin/ChangeLog b/app-i18n/scim-pinyin/ChangeLog index 6da8ead13629..33c147f96ee6 100644 --- a/app-i18n/scim-pinyin/ChangeLog +++ b/app-i18n/scim-pinyin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-pinyin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.25 2007/02/10 03:55:15 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.26 2007/07/22 09:25:03 calchan Exp $ + + 22 Jul 2007; Denis Dupeyron <calchan@gentoo.org> + scim-pinyin-0.5.91.ebuild, scim-pinyin-0.5.91-r1.ebuild: + Drop virtual/x11 dependency. 10 Feb 2007; Steve Dibb <beandog@gentoo.org> scim-pinyin-0.5.91-r1.ebuild: amd64 stable, bug 159206 diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild index 55e0aca10ede..560758f267e3 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild,v 1.12 2007/02/10 03:55:15 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild,v 1.13 2007/07/22 09:25:03 calchan Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -RDEPEND="|| ( x11-libs/libXt virtual/x11 ) +RDEPEND="x11-libs/libXt || ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 ) kde? ( app-i18n/skim ) nls? ( virtual/libintl )" diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild index 12e51b21a4b6..8da586ac9278 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild,v 1.9 2006/10/16 18:30:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild,v 1.10 2007/07/22 09:25:03 calchan Exp $ inherit kde-functions gnome2 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86" -RDEPEND="|| ( x11-libs/libXt virtual/x11 ) +RDEPEND="x11-libs/libXt || ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )" DEPEND="${RDEPEND} dev-util/pkgconfig" |