summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 21:41:22 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 21:41:22 +0000
commit5faee6c3fbe19f67c36be5e98c458029a8bfabdf (patch)
treefd225b619e754d536cb26403c21d66278754863e /xfce-extra/thunar-vcs-plugin
parentEAPI4 (diff)
downloadgentoo-2-5faee6c3fbe19f67c36be5e98c458029a8bfabdf.tar.gz
gentoo-2-5faee6c3fbe19f67c36be5e98c458029a8bfabdf.tar.bz2
gentoo-2-5faee6c3fbe19f67c36be5e98c458029a8bfabdf.zip
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-vcs-plugin')
-rw-r--r--xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild
index fcd3cd0ce6b2..3eb0c4a685ba 100644
--- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.1 2011/03/20 13:25:50 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.2 2011/05/19 21:41:22 ssuominen Exp $
-EAPI=3
+EAPI=4
inherit xfconf
DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar"
@@ -28,11 +28,10 @@ DEPEND="${RDEPEND}
pkg_setup() {
XFCONF=(
- --disable-dependency-tracking
$(use_enable subversion)
$(use_enable git)
$(xfconf_use_debug)
)
- DOCS="AUTHORS ChangeLog NEWS README"
+ DOCS=( AUTHORS ChangeLog NEWS README )
}