diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-16 17:41:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-16 17:41:07 +0000 |
commit | 1cec0cec090d8ee6e1d435e458b4c3aa7ac50e7a (patch) | |
tree | 259c183f3e3e33023b3f9ec6e56db54a96457084 /xfce-extra/thunar-vfs | |
parent | Version bump. (diff) | |
download | gentoo-2-1cec0cec090d8ee6e1d435e458b4c3aa7ac50e7a.tar.gz gentoo-2-1cec0cec090d8ee6e1d435e458b4c3aa7ac50e7a.tar.bz2 gentoo-2-1cec0cec090d8ee6e1d435e458b4c3aa7ac50e7a.zip |
Version bump.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-vfs')
-rw-r--r-- | xfce-extra/thunar-vfs/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/thunar-vfs/thunar-vfs-1.2.0.ebuild (renamed from xfce-extra/thunar-vfs/thunar-vfs-1.1.1.ebuild) | 14 |
2 files changed, 14 insertions, 9 deletions
diff --git a/xfce-extra/thunar-vfs/ChangeLog b/xfce-extra/thunar-vfs/ChangeLog index 14878ff4025e..0e14606d2692 100644 --- a/xfce-extra/thunar-vfs/ChangeLog +++ b/xfce-extra/thunar-vfs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/thunar-vfs -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v 1.7 2010/11/07 10:33:07 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v 1.8 2011/01/16 17:41:07 ssuominen Exp $ + +*thunar-vfs-1.2.0 (16 Jan 2011) + + 16 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> +thunar-vfs-1.2.0.ebuild: + Version bump. *thunar-vfs-1.1.1 (07 Nov 2010) diff --git a/xfce-extra/thunar-vfs/thunar-vfs-1.1.1.ebuild b/xfce-extra/thunar-vfs/thunar-vfs-1.2.0.ebuild index c8ee1a6c67ed..3a6ca72a8a0b 100644 --- a/xfce-extra/thunar-vfs/thunar-vfs-1.1.1.ebuild +++ b/xfce-extra/thunar-vfs/thunar-vfs-1.2.0.ebuild @@ -1,28 +1,28 @@ -# 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/xfce-extra/thunar-vfs/thunar-vfs-1.1.1.ebuild,v 1.1 2010/11/07 10:33:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-1.2.0.ebuild,v 1.1 2011/01/16 17:41:07 ssuominen Exp $ EAPI=3 inherit xfconf -DESCRIPTION="Separate package for (old) Thunar VFS libraries" +DESCRIPTION="Xfce's filesystem libraries (deprecated: don't use this for future development)" HOMEPAGE="http://git.xfce.org/xfce/thunar-vfs/" -SRC_URI="mirror://xfce/src/xfce/${PN}/1.1/${P}.tar.bz2" +SRC_URI="mirror://xfce/src/xfce/${PN}/1.2/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="dbus debug gnome startup-notification" -RDEPEND=">=xfce-base/exo-0.5.3 +RDEPEND=">=xfce-base/exo-0.6 >=dev-libs/glib-2.12:2 >=x11-libs/gtk+-2.10:2 - >=xfce-base/libxfce4util-4.6 + >=xfce-base/libxfce4util-4.8 >=media-libs/libpng-1.4 >=media-libs/freetype-2 virtual/fam virtual/jpeg - dbus? ( >=dev-libs/dbus-glib-0.34 ) + dbus? ( >=dev-libs/dbus-glib-0.88 ) gnome? ( >=gnome-base/gconf-2 ) startup-notification? ( >=x11-libs/startup-notification-0.4 ) !<xfce-base/thunar-1.1.0" |