diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-16 18:15:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-16 18:15:16 +0000 |
commit | 97399e5cb758b69251659d71dfa1d83e671cd389 (patch) | |
tree | fd6a97e1843da8182ac9671287c05f95e0485c73 /xfce-extra/thunar-volman | |
parent | Fix sourcing of ccp4 profile file for test (diff) | |
download | gentoo-2-97399e5cb758b69251659d71dfa1d83e671cd389.tar.gz gentoo-2-97399e5cb758b69251659d71dfa1d83e671cd389.tar.bz2 gentoo-2-97399e5cb758b69251659d71dfa1d83e671cd389.zip |
Version bump.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-volman')
-rw-r--r-- | xfce-extra/thunar-volman/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild (renamed from xfce-extra/thunar-volman/thunar-volman-0.5.3.ebuild) | 14 |
2 files changed, 15 insertions, 9 deletions
diff --git a/xfce-extra/thunar-volman/ChangeLog b/xfce-extra/thunar-volman/ChangeLog index adf3caaaa852..402d8c9be245 100644 --- a/xfce-extra/thunar-volman/ChangeLog +++ b/xfce-extra/thunar-volman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/thunar-volman -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.59 2010/12/05 16:56:39 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.60 2011/01/16 18:15:16 ssuominen Exp $ + +*thunar-volman-0.6.0 (16 Jan 2011) + + 16 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> + +thunar-volman-0.6.0.ebuild: + Version bump. *thunar-volman-0.5.3 (05 Dec 2010) diff --git a/xfce-extra/thunar-volman/thunar-volman-0.5.3.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild index dee2c9440d5e..8de416490515 100644 --- a/xfce-extra/thunar-volman/thunar-volman-0.5.3.ebuild +++ b/xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild @@ -1,26 +1,26 @@ -# 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-volman/thunar-volman-0.5.3.ebuild,v 1.1 2010/12/05 16:56:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild,v 1.1 2011/01/16 18:15:16 ssuominen Exp $ EAPI=3 inherit xfconf DESCRIPTION="Daemon that enforces volume-related policies" HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman" -SRC_URI="mirror://xfce/src/apps/${PN}/0.5/${P}.tar.bz2" +SRC_URI="mirror://xfce/src/apps/${PN}/0.6/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug libnotify" -COMMON_DEPEND=">=xfce-base/exo-0.5.3 +COMMON_DEPEND=">=xfce-base/exo-0.6 >=dev-libs/glib-2.18:2 >=x11-libs/gtk+-2.14:2 >=sys-fs/udev-145[extras] - >=xfce-base/libxfce4ui-4.7 - >=xfce-base/libxfce4util-4.7 - >=xfce-base/xfconf-4.7 + >=xfce-base/libxfce4ui-4.8 + >=xfce-base/libxfce4util-4.8 + >=xfce-base/xfconf-4.8 libnotify? ( x11-libs/libnotify )" RDEPEND="${COMMON_DEPEND} >=xfce-base/thunar-1.1.1[udev]" |