diff options
author | 2011-03-27 10:10:43 +0000 | |
---|---|---|
committer | 2011-03-27 10:10:43 +0000 | |
commit | 259b7df172a4645c53289bd345ade10aafdb3df3 (patch) | |
tree | 7d20812598ef318f0e3b2ff3d086b55ef2c326b6 | |
parent | Fix slot-dep on gtk+ (diff) | |
download | historical-259b7df172a4645c53289bd345ade10aafdb3df3.tar.gz historical-259b7df172a4645c53289bd345ade10aafdb3df3.tar.bz2 historical-259b7df172a4645c53289bd345ade10aafdb3df3.zip |
Fix slot-dep on gtk+
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
-rw-r--r-- | app-dicts/gwaei/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-1.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-1.1.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/kasumi/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/kasumi/kasumi-2.3-r1.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/kasumi/kasumi-2.4.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/kasumi/kasumi-2.5.ebuild | 8 |
7 files changed, 41 insertions, 23 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog index 563be2597f31..469b7829046d 100644 --- a/app-dicts/gwaei/ChangeLog +++ b/app-dicts/gwaei/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/gwaei -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.21 2009/10/11 04:16:35 matsuu Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.22 2011/03/27 10:10:42 nirbheek Exp $ + + 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gwaei-1.0.ebuild, + gwaei-1.1.ebuild: + Fix slot-dep on gtk+ *gwaei-1.1 (11 Nov 2009) diff --git a/app-dicts/gwaei/gwaei-1.0.ebuild b/app-dicts/gwaei/gwaei-1.0.ebuild index df923439c2e3..e92e042f0b17 100644 --- a/app-dicts/gwaei/gwaei-1.0.ebuild +++ b/app-dicts/gwaei/gwaei-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-1.0.ebuild,v 1.1 2009/06/14 15:35:53 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-1.0.ebuild,v 1.2 2011/03/27 10:10:42 nirbheek Exp $ + +EAPI="1" inherit eutils gnome2-utils @@ -14,10 +16,10 @@ KEYWORDS="~amd64 ~x86" IUSE="gtk gnome nls" RDEPEND=">=net-misc/curl-7.18 - >=dev-libs/glib-2.8 + >=dev-libs/glib-2.8:2 gtk? ( - >=gnome-base/gconf-2 - >=x11-libs/gtk+-2.14 + >=gnome-base/gconf-2:2 + >=x11-libs/gtk+-2.14:2 >=x11-libs/libsexy-0.1.11 ) nls? ( virtual/libintl )" diff --git a/app-dicts/gwaei/gwaei-1.1.ebuild b/app-dicts/gwaei/gwaei-1.1.ebuild index 732b09d0c71a..6a55a8d2e255 100644 --- a/app-dicts/gwaei/gwaei-1.1.ebuild +++ b/app-dicts/gwaei/gwaei-1.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-1.1.ebuild,v 1.1 2009/10/11 04:16:35 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-1.1.ebuild,v 1.2 2011/03/27 10:10:42 nirbheek Exp $ + +EAPI="1" inherit gnome2-utils @@ -14,10 +16,10 @@ KEYWORDS="~amd64 ~x86" IUSE="gtk gnome nls" RDEPEND=">=net-misc/curl-7.18 - >=dev-libs/glib-2.8 + >=dev-libs/glib-2.8:2 gtk? ( - >=gnome-base/gconf-2 - >=x11-libs/gtk+-2.14 + >=gnome-base/gconf-2:2 + >=x11-libs/gtk+-2.14:2 >=x11-libs/libsexy-0.1.11 ) nls? ( virtual/libintl )" diff --git a/app-dicts/kasumi/ChangeLog b/app-dicts/kasumi/ChangeLog index a7697c410d09..3c6870706545 100644 --- a/app-dicts/kasumi/ChangeLog +++ b/app-dicts/kasumi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/kasumi -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.43 2010/02/07 19:45:47 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.44 2011/03/27 10:10:43 nirbheek Exp $ + + 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> kasumi-2.3-r1.ebuild, + kasumi-2.4.ebuild, kasumi-2.5.ebuild: + Fix slot-dep on gtk+ 07 Feb 2010; Markus Meier <maekke@gentoo.org> kasumi-2.5.ebuild: amd64/x86 stable, bug #301886 diff --git a/app-dicts/kasumi/kasumi-2.3-r1.ebuild b/app-dicts/kasumi/kasumi-2.3-r1.ebuild index a777a6bc2471..a8956cd6e338 100644 --- a/app-dicts/kasumi/kasumi-2.3-r1.ebuild +++ b/app-dicts/kasumi/kasumi-2.3-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.3-r1.ebuild,v 1.3 2008/11/09 11:55:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.3-r1.ebuild,v 1.4 2011/03/27 10:10:43 nirbheek Exp $ + +EAPI="1" inherit eutils @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="nls" -RDEPEND=">=x11-libs/gtk+-2.4 +RDEPEND=">=x11-libs/gtk+-2.4:2 nls? ( virtual/libintl ) virtual/libiconv >=app-i18n/anthy-6131" diff --git a/app-dicts/kasumi/kasumi-2.4.ebuild b/app-dicts/kasumi/kasumi-2.4.ebuild index e8a63508aef8..8646e8ee1d53 100644 --- a/app-dicts/kasumi/kasumi-2.4.ebuild +++ b/app-dicts/kasumi/kasumi-2.4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.4.ebuild,v 1.1 2009/01/29 14:29:07 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.4.ebuild,v 1.2 2011/03/27 10:10:43 nirbheek Exp $ + +EAPI="1" DESCRIPTION="Anthy dictionary maintenance tool" HOMEPAGE="http://kasumi.sourceforge.jp/" @@ -11,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="nls" -RDEPEND=">=x11-libs/gtk+-2.4 +RDEPEND=">=x11-libs/gtk+-2.4:2 nls? ( virtual/libintl ) virtual/libiconv >=app-i18n/anthy-6131" diff --git a/app-dicts/kasumi/kasumi-2.5.ebuild b/app-dicts/kasumi/kasumi-2.5.ebuild index 5ef01525e7a8..29c61fcd0264 100644 --- a/app-dicts/kasumi/kasumi-2.5.ebuild +++ b/app-dicts/kasumi/kasumi-2.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.5.ebuild,v 1.3 2010/02/07 19:45:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.5.ebuild,v 1.4 2011/03/27 10:10:43 nirbheek Exp $ + +EAPI="1" DESCRIPTION="Anthy dictionary maintenance tool" HOMEPAGE="http://kasumi.sourceforge.jp/" @@ -11,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="nls" -RDEPEND=">=x11-libs/gtk+-2.6 +RDEPEND=">=x11-libs/gtk+-2.6:2 nls? ( virtual/libintl ) virtual/libiconv >=app-i18n/anthy-6131" |