summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-15 02:37:55 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-15 02:37:55 +0000
commited766cf909703abdefb19464b4fbf8df582c5497 (patch)
treec920f6e55d4f49149921f69882e08037cfe94252 /xfce-extra
parentAdd prefix keywords (diff)
downloadgentoo-2-ed766cf909703abdefb19464b4fbf8df582c5497.tar.gz
gentoo-2-ed766cf909703abdefb19464b4fbf8df582c5497.tar.bz2
gentoo-2-ed766cf909703abdefb19464b4fbf8df582c5497.zip
Restrict deps to old xfce-base/thunar.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/thunar-archive-plugin/ChangeLog8
-rw-r--r--xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r1.ebuild13
2 files changed, 13 insertions, 8 deletions
diff --git a/xfce-extra/thunar-archive-plugin/ChangeLog b/xfce-extra/thunar-archive-plugin/ChangeLog
index 08faf1257fea..ebf67529199d 100644
--- a/xfce-extra/thunar-archive-plugin/ChangeLog
+++ b/xfce-extra/thunar-archive-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/thunar-archive-plugin
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog,v 1.2 2009/10/08 17:18:40 darkside Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog,v 1.3 2010/01/15 02:37:55 ssuominen Exp $
+
+ 15 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+ thunar-archive-plugin-0.2.4-r1.ebuild:
+ Restrict deps to old xfce-base/thunar.
08 Oct 2009; Jeremy Olexa <darkside@gentoo.org>
thunar-archive-plugin-0.2.4-r1.ebuild:
diff --git a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r1.ebuild b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r1.ebuild
index c61c43bfc183..c1a2541de0cb 100644
--- a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r1.ebuild
+++ b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r1.ebuild,v 1.2 2009/10/08 17:18:40 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r1.ebuild,v 1.3 2010/01/15 02:37:55 ssuominen Exp $
+EAPI=2
inherit xfconf
DESCRIPTION="Thunar archive plugin"
@@ -13,12 +14,12 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="debug"
-COMMON_DEPEND="xfce-base/thunar"
+COMMON_DEPEND="<xfce-base/thunar-1.1.0"
RDEPEND="${COMMON_DEPEND}
|| ( app-arch/xarchiver
- app-arch/file-roller
- app-arch/squeeze
- kde-base/ark )"
+ kde-base/ark
+ app-arch/file-roller
+ app-arch/squeeze )"
DEPEND="${COMMON_DEPEND}
sys-devel/gettext
dev-util/pkgconfig"