diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-12-06 05:44:19 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-12-06 05:44:19 +0000 |
commit | 791d780943ad90898a29de4b307da228e8f28fbf (patch) | |
tree | 3574902d987b69bdeaa70b49f0b10f601b4a4629 /xfce-base/thunar | |
parent | Initial import. (diff) | |
download | gentoo-2-791d780943ad90898a29de4b307da228e8f28fbf.tar.gz gentoo-2-791d780943ad90898a29de4b307da228e8f28fbf.tar.bz2 gentoo-2-791d780943ad90898a29de4b307da228e8f28fbf.zip |
Updated dependencies for modular dbus, see bug #154521.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'xfce-base/thunar')
-rw-r--r-- | xfce-base/thunar/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-0.3.0_beta1.ebuild | 10 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-0.3.2_beta2.ebuild | 10 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-0.5.0_rc2.ebuild | 10 |
4 files changed, 26 insertions, 10 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index 5e9fa76ad466..101fed8b0eb8 100644 --- a/xfce-base/thunar/ChangeLog +++ b/xfce-base/thunar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/thunar # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.4 2006/12/06 00:56:34 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.5 2006/12/06 05:44:19 nichoj Exp $ + + 11 Dec 2006; Joshua Nichols <nichoj@gentoo.org> thunar-0.3.0_beta1.ebuild, + thunar-0.3.2_beta2.ebuild, thunar-0.5.0_rc2.ebuild: + Updated dependencies for modular dbus, see bug #154521. 10 Dec 2006; Joshua Nichols <nichoj@gentoo.org> thunar-0.5.0_rc2.ebuild: Fixed SRC_URI. diff --git a/xfce-base/thunar/thunar-0.3.0_beta1.ebuild b/xfce-base/thunar/thunar-0.3.0_beta1.ebuild index 70cdcc5aca37..b339946be35a 100644 --- a/xfce-base/thunar/thunar-0.3.0_beta1.ebuild +++ b/xfce-base/thunar/thunar-0.3.0_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.3.0_beta1.ebuild,v 1.1 2006/04/20 05:36:12 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.3.0_beta1.ebuild,v 1.2 2006/12/06 05:44:19 nichoj Exp $ inherit xfce44 versionator @@ -25,9 +25,13 @@ RDEPEND="virtual/fam gnome-base/orbit >=media-libs/jpeg-6b >=media-libs/libpng-1.2 - dbus? ( >=sys-apps/dbus-0.34 ) + dbus? ( || ( >=dev-libs/dbus-glib-0.71 + ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) ) + ) hal? ( >=sys-apps/hal-0.5 - >=sys-apps/dbus-0.34 ) + || ( >=dev-libs/dbus-glib-0.71 + ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) ) + ) x11-libs/pango startup-notification? ( >=x11-libs/startup-notification-0.4 ) xslt? ( dev-libs/libxslt ) diff --git a/xfce-base/thunar/thunar-0.3.2_beta2.ebuild b/xfce-base/thunar/thunar-0.3.2_beta2.ebuild index 35e36947e353..f54e9dd15c1b 100644 --- a/xfce-base/thunar/thunar-0.3.2_beta2.ebuild +++ b/xfce-base/thunar/thunar-0.3.2_beta2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.3.2_beta2.ebuild,v 1.1 2006/07/10 18:35:26 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.3.2_beta2.ebuild,v 1.2 2006/12/06 05:44:19 nichoj Exp $ inherit xfce44 versionator @@ -25,9 +25,13 @@ RDEPEND="virtual/fam gnome-base/orbit >=media-libs/jpeg-6b >=media-libs/libpng-1.2 - dbus? ( >=sys-apps/dbus-0.34 ) + dbus? ( || ( >=dev-libs/dbus-glib-0.71 + ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) ) + ) hal? ( >=sys-apps/hal-0.5 - >=sys-apps/dbus-0.34 ) + || ( >=dev-libs/dbus-glib-0.71 + ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) ) + ) x11-libs/pango startup-notification? ( >=x11-libs/startup-notification-0.4 ) xslt? ( dev-libs/libxslt ) diff --git a/xfce-base/thunar/thunar-0.5.0_rc2.ebuild b/xfce-base/thunar/thunar-0.5.0_rc2.ebuild index 200dcd0a60ef..a7b1eb2d4b73 100644 --- a/xfce-base/thunar/thunar-0.5.0_rc2.ebuild +++ b/xfce-base/thunar/thunar-0.5.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.5.0_rc2.ebuild,v 1.2 2006/12/06 00:56:34 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.5.0_rc2.ebuild,v 1.3 2006/12/06 05:44:19 nichoj Exp $ inherit xfce44 versionator @@ -24,9 +24,13 @@ RDEPEND="virtual/fam gnome-base/orbit >=media-libs/jpeg-6b >=media-libs/libpng-1.2 - dbus? ( >=sys-apps/dbus-0.34 ) + dbus? ( || ( >=dev-libs/dbus-glib-0.71 + ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) ) + ) hal? ( >=sys-apps/hal-0.5 - >=sys-apps/dbus-0.34 ) + || ( >=dev-libs/dbus-glib-0.71 + ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) ) + ) x11-libs/pango startup-notification? ( >=x11-libs/startup-notification-0.4 ) xslt? ( dev-libs/libxslt ) |