diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-03-16 15:40:35 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-03-16 15:40:35 +0000 |
commit | db812bdb0161d90a7d65f111cd40e8396d3efccf (patch) | |
tree | 6afca38b49d5c0d3a25f029eb0cfe1c9615572ac /xfce-extra | |
parent | Append utmp group to nx user, instead of resetting the additional groups (use... (diff) | |
download | gentoo-2-db812bdb0161d90a7d65f111cd40e8396d3efccf.tar.gz gentoo-2-db812bdb0161d90a7d65f111cd40e8396d3efccf.tar.bz2 gentoo-2-db812bdb0161d90a7d65f111cd40e8396d3efccf.zip |
Moved xfce4_thunar_plugin down to avoid overwriting dependencies
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-svn/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/thunar-svn/thunar-svn-0.0.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/xfce-extra/thunar-svn/ChangeLog b/xfce-extra/thunar-svn/ChangeLog index 0f88fbddeb2d..7dba3de9f374 100644 --- a/xfce-extra/thunar-svn/ChangeLog +++ b/xfce-extra/thunar-svn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/thunar-svn # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-svn/ChangeLog,v 1.1 2009/03/14 21:36:51 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-svn/ChangeLog,v 1.2 2009/03/16 15:40:35 angelos Exp $ + + 16 Mar 2009; Christoph Mende <angelos@gentoo.org> thunar-svn-0.0.3.ebuild: + Moved xfce4_thunar_plugin down to avoid overwriting dependencies *thunar-svn-0.0.3 (14 Mar 2009) diff --git a/xfce-extra/thunar-svn/thunar-svn-0.0.3.ebuild b/xfce-extra/thunar-svn/thunar-svn-0.0.3.ebuild index 2c3071653d80..414f121b2d9d 100644 --- a/xfce-extra/thunar-svn/thunar-svn-0.0.3.ebuild +++ b/xfce-extra/thunar-svn/thunar-svn-0.0.3.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-svn/thunar-svn-0.0.3.ebuild,v 1.1 2009/03/14 21:36:51 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-svn/thunar-svn-0.0.3.ebuild,v 1.2 2009/03/16 15:40:35 angelos Exp $ inherit xfce4 -xfce4_thunar_plugin - DESCRIPTION="Thunar subversion plugin" RDEPEND=">=dev-util/subversion-1.5" DEPEND="${RDEPEND}" @@ -15,3 +13,5 @@ KEYWORDS="~amd64 ~x86" IUSE="debug" DOCS="AUTHORS ChangeLog NEWS README" + +xfce4_thunar_plugin |