summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/xvile/ChangeLog6
-rw-r--r--app-editors/xvile/xvile-9.4d-r1.ebuild10
-rw-r--r--app-editors/xvile/xvile-9.4d.ebuild10
3 files changed, 13 insertions, 13 deletions
diff --git a/app-editors/xvile/ChangeLog b/app-editors/xvile/ChangeLog
index 82830ce51a62..92b5b34fda20 100644
--- a/app-editors/xvile/ChangeLog
+++ b/app-editors/xvile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/xvile
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.17 2007/05/13 18:20:02 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.18 2007/07/22 09:00:58 omp Exp $
+
+ 22 Jul 2007; David Shakaryan <omp@gentoo.org> xvile-9.4d.ebuild,
+ xvile-9.4d-r1.ebuild:
+ Remove virtual/x11 from dependencies.
13 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add herd
diff --git a/app-editors/xvile/xvile-9.4d-r1.ebuild b/app-editors/xvile/xvile-9.4d-r1.ebuild
index 153c72a599b2..24aaf20e94d2 100644
--- a/app-editors/xvile/xvile-9.4d-r1.ebuild
+++ b/app-editors/xvile/xvile-9.4d-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.4d-r1.ebuild,v 1.2 2006/01/27 00:46:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.4d-r1.ebuild,v 1.3 2007/07/22 09:00:58 omp Exp $
inherit eutils versionator
@@ -23,15 +23,13 @@ IUSE="perl"
#virtual/x11
RDEPEND="perl? ( dev-lang/perl )
=app-editors/vile-${MY_PV}$(get_version_component_range 3)
- || (
- ( >=x11-libs/libX11-1.0.0
+ >=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 )"
+ >=x11-proto/xproto-7.0.4"
DEPEND="${RDEPEND}
sys-devel/flex"
diff --git a/app-editors/xvile/xvile-9.4d.ebuild b/app-editors/xvile/xvile-9.4d.ebuild
index 4ac0285d6917..1f3bdad3877e 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
+# Copyright 1999-2007 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.9 2006/08/14 08:22:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.4d.ebuild,v 1.10 2007/07/22 09:00:58 omp Exp $
inherit eutils
@@ -19,15 +19,13 @@ KEYWORDS="alpha amd64 ia64 ppc sparc x86"
IUSE="perl"
RDEPEND="perl? ( dev-lang/perl )
- || (
- ( >=x11-libs/libX11-1.0.0
+ >=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 )
+ >=x11-proto/xproto-7.0.4
=app-editors/vile-${PVR}"
DEPEND="${RDEPEND}
sys-devel/flex"