diff options
author | 2010-12-05 16:56:39 +0000 | |
---|---|---|
committer | 2010-12-05 16:56:39 +0000 | |
commit | 4ebcf4f8083d7bbca1b270ec04d2e76e0df039b9 (patch) | |
tree | 3ebf558427cc006cadedd2638c283d83173ce123 /xfce-extra/thunar-volman | |
parent | alpha/ia64/sparc stable wrt #346403 (diff) | |
download | historical-4ebcf4f8083d7bbca1b270ec04d2e76e0df039b9.tar.gz historical-4ebcf4f8083d7bbca1b270ec04d2e76e0df039b9.tar.bz2 historical-4ebcf4f8083d7bbca1b270ec04d2e76e0df039b9.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha6/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/thunar-volman')
-rw-r--r-- | xfce-extra/thunar-volman/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/thunar-volman/thunar-volman-0.5.3.ebuild (renamed from xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild) | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/xfce-extra/thunar-volman/ChangeLog b/xfce-extra/thunar-volman/ChangeLog index 25fb3339bdd5..adf3caaaa852 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.58 2010/11/08 09:40:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.59 2010/12/05 16:56:39 ssuominen Exp $ + +*thunar-volman-0.5.3 (05 Dec 2010) + + 05 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> + +thunar-volman-0.5.3.ebuild: + Version bump. 08 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> thunar-volman-0.5.2.ebuild: diff --git a/xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.5.3.ebuild index 6a86371800af..dee2c9440d5e 100644 --- a/xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild +++ b/xfce-extra/thunar-volman/thunar-volman-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.2.ebuild,v 1.2 2010/11/08 09:40:40 ssuominen Exp $ +# $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 $ EAPI=3 inherit xfconf @@ -38,8 +38,3 @@ pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README THANKS" } - -src_prepare() { - sed -i -e '/ALL_LINGUAS/s:kk ::' configure || die #344651 - xfconf_src_prepare -} |