diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-03-07 22:20:35 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-03-07 22:20:35 +0000 |
commit | 38e29b2dfdac02fd6b406d3061397195e79fd5a6 (patch) | |
tree | 765ca22430ccf6b17d48b954ad19ee3747bcdd2d /app-editors/joe | |
parent | Mask gvfs-1.0.3-r12 as well (diff) | |
download | gentoo-2-38e29b2dfdac02fd6b406d3061397195e79fd5a6.tar.gz gentoo-2-38e29b2dfdac02fd6b406d3061397195e79fd5a6.tar.bz2 gentoo-2-38e29b2dfdac02fd6b406d3061397195e79fd5a6.zip |
prune built_with_use and thus depend on a higher version of xterm
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/joe/joe-3.5.ebuild | 11 | ||||
-rw-r--r-- | app-editors/joe/joe-3.7.ebuild | 11 |
3 files changed, 9 insertions, 19 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index 1eed2965d29b..06dc26683bb2 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/joe # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.64 2009/02/17 14:37:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.65 2009/03/07 22:20:35 fauli Exp $ + + 07 Mar 2009; Christian Faulhammer <fauli@gentoo.org> joe-3.5.ebuild, + joe-3.7.ebuild: + prune built_with_use and thus depend on a higher version of xterm 17 Feb 2009; Ulrich Mueller <ulm@gentoo.org> joe-3.5.ebuild, joe-3.7.ebuild: diff --git a/app-editors/joe/joe-3.5.ebuild b/app-editors/joe/joe-3.5.ebuild index 036da6aab136..43efdcde1d00 100644 --- a/app-editors/joe/joe-3.5.ebuild +++ b/app-editors/joe/joe-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.14 2009/02/17 14:37:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.15 2009/03/07 22:20:35 fauli Exp $ inherit flag-o-matic eutils @@ -14,14 +14,7 @@ KEYWORDS="alpha amd64 arm mips ppc ppc64 sparc x86" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" -RDEPEND="xterm? ( >=x11-terms/xterm-215-r1 )" - -pkg_setup() { - if use xterm && ! built_with_use --missing true x11-terms/xterm paste64 - then - die "For full xterm clipboard support build x11-terms/xterm with USE=paste64" - fi -} +RDEPEND="xterm? ( >=x11-terms/xterm-239 )" src_unpack() { unpack ${A} diff --git a/app-editors/joe/joe-3.7.ebuild b/app-editors/joe/joe-3.7.ebuild index 4f234fbc7d61..a3b4bd340a26 100644 --- a/app-editors/joe/joe-3.7.ebuild +++ b/app-editors/joe/joe-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.7.ebuild,v 1.3 2009/02/17 14:37:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.7.ebuild,v 1.4 2009/03/07 22:20:35 fauli Exp $ inherit flag-o-matic eutils @@ -14,14 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" -RDEPEND="xterm? ( >=x11-terms/xterm-215-r1 )" - -pkg_setup() { - if use xterm && ! built_with_use --missing true x11-terms/xterm paste64 - then - die "For full xterm clipboard support build x11-terms/xterm with USE=paste64" - fi -} +RDEPEND="xterm? ( >=x11-terms/xterm-239 )" src_unpack() { unpack ${A} |