diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 17:02:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 17:02:44 +0000 |
commit | 595d2d385f320d9d24115afb33949d817c2323b7 (patch) | |
tree | 9f883373bedb4c882068e112f5af6facbdf1deb4 /xfce-base/thunar | |
parent | old (diff) | |
download | gentoo-2-595d2d385f320d9d24115afb33949d817c2323b7.tar.gz gentoo-2-595d2d385f320d9d24115afb33949d817c2323b7.tar.bz2 gentoo-2-595d2d385f320d9d24115afb33949d817c2323b7.zip |
Version bump, drop old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-base/thunar')
-rw-r--r-- | xfce-base/thunar/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.6.3.ebuild (renamed from xfce-base/thunar/thunar-1.4.0.ebuild) | 18 |
2 files changed, 19 insertions, 9 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index 589c73fc3ce0..d13310adb9ed 100644 --- a/xfce-base/thunar/ChangeLog +++ b/xfce-base/thunar/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for xfce-base/thunar # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.163 2013/04/13 07:19:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.164 2013/05/05 17:02:44 ssuominen Exp $ + + 05 May 2013; Samuli Suominen <ssuominen@gentoo.org> -thunar-1.4.0.ebuild: + old + +*thunar-1.6.3 (05 May 2013) + + 05 May 2013; Samuli Suominen <ssuominen@gentoo.org> +thunar-1.6.3.ebuild: + Version bump. 13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> thunar-1.6.2.ebuild: Stable for sparc, wrt bug #465286 diff --git a/xfce-base/thunar/thunar-1.4.0.ebuild b/xfce-base/thunar/thunar-1.6.3.ebuild index 74f23229fb62..3542aa60dec8 100644 --- a/xfce-base/thunar/thunar-1.4.0.ebuild +++ b/xfce-base/thunar/thunar-1.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.4.0.ebuild,v 1.11 2012/12/02 22:15:33 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.1 2013/05/05 17:02:44 ssuominen Exp $ EAPI=5 inherit virtualx xfconf @@ -13,17 +13,19 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${MY_P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev" GVFS_DEPEND=">=gnome-base/gvfs-1.10.1" COMMON_DEPEND=">=dev-lang/perl-5.6 - >=dev-libs/glib-2.24 - >=x11-libs/gtk+-2.20:2 - >=xfce-base/exo-0.8 + >=dev-libs/glib-2.30 + >=x11-libs/gdk-pixbuf-2.14 + >=x11-libs/gtk+-2.24:2 + >=xfce-base/exo-0.10 >=xfce-base/libxfce4ui-4.10 - >=xfce-base/libxfce4util-4.10 - dbus? ( >=dev-libs/dbus-glib-0.98 ) + >=xfce-base/libxfce4util-4.10.1 + >=xfce-base/xfconf-4.10 + dbus? ( >=dev-libs/dbus-glib-0.100 ) exif? ( >=media-libs/libexif-0.6.19 ) libnotify? ( >=x11-libs/libnotify-0.7 ) pcre? ( >=dev-libs/libpcre-6 ) |