From f23a23d5f3932ab24e66cf51a44cabfdd201ae1b Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 14 Aug 2006 08:22:30 +0000 Subject: clean out old version; backport modX fix (Portage version: 2.1.1_pre5) --- app-editors/xvile/ChangeLog | 6 +++++- app-editors/xvile/xvile-9.4d.ebuild | 12 ++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app-editors/xvile/ChangeLog b/app-editors/xvile/ChangeLog index 41d5275d8715..bd61ac197acf 100644 --- a/app-editors/xvile/ChangeLog +++ b/app-editors/xvile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/xvile # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.14 2006/05/12 01:40:57 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.15 2006/08/14 08:22:30 mr_bones_ Exp $ + + 14 Aug 2006; Michael Sterrett -xvile-9.3h.ebuild, + xvile-9.4d.ebuild: + clean out old version; backport modX fix 11 May 2006; Thomas Cort xvile-9.4d.ebuild: Stable on amd64. diff --git a/app-editors/xvile/xvile-9.4d.ebuild b/app-editors/xvile/xvile-9.4d.ebuild index a39ab605b48b..4ac0285d6917 100644 --- a/app-editors/xvile/xvile-9.4d.ebuild +++ b/app-editors/xvile/xvile-9.4d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.4d.ebuild,v 1.8 2006/05/12 01:40:57 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.4d.ebuild,v 1.9 2006/08/14 08:22:30 mr_bones_ Exp $ inherit eutils @@ -19,7 +19,15 @@ KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="perl" RDEPEND="perl? ( dev-lang/perl ) - virtual/x11 + || ( + ( >=x11-libs/libX11-1.0.0 + >=x11-libs/libXt-1.0.0 + >=x11-libs/libICE-1.0.0 + >=x11-libs/libSM-1.0.0 + >=x11-libs/libXaw-1.0.1 + >=x11-libs/libXpm-3.5.4.2 + >=x11-proto/xproto-7.0.4 ) + virtual/x11 ) =app-editors/vile-${PVR}" DEPEND="${RDEPEND} sys-devel/flex" -- cgit v1.2.3-65-gdbad