Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xvile/
Date: Fri, 27 Apr 2018 01:15:05
Message-Id: 1524791155.48c39c87f56eeede87b27d1572ae90437210b719.mattst88@gentoo
1 commit: 48c39c87f56eeede87b27d1572ae90437210b719
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 01:05:55 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 01:05:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c39c87
7
8 app-editors/xvile: Move x11 proto deps to DEPEND
9
10 app-editors/xvile/{xvile-9.8r.ebuild => xvile-9.8r-r1.ebuild} | 2 +-
11 app-editors/xvile/{xvile-9.8s.ebuild => xvile-9.8s-r1.ebuild} | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/app-editors/xvile/xvile-9.8r.ebuild b/app-editors/xvile/xvile-9.8r-r1.ebuild
15 similarity index 100%
16 rename from app-editors/xvile/xvile-9.8r.ebuild
17 rename to app-editors/xvile/xvile-9.8r-r1.ebuild
18 index 45cb7accad3..d2cd7608324 100644
19 --- a/app-editors/xvile/xvile-9.8r.ebuild
20 +++ b/app-editors/xvile/xvile-9.8r-r1.ebuild
21 @@ -15,7 +15,6 @@ IUSE="perl"
22
23 RDEPEND="perl? ( dev-lang/perl )
24 =app-editors/vile-${PV}
25 - x11-base/xorg-proto
26 >=x11-libs/libX11-1.0.0
27 >=x11-libs/libXt-1.0.0
28 >=x11-libs/libICE-1.0.0
29 @@ -23,6 +22,7 @@ RDEPEND="perl? ( dev-lang/perl )
30 >=x11-libs/libXaw-1.0.1
31 >=x11-libs/libXpm-3.5.4.2"
32 DEPEND="${RDEPEND}
33 + x11-base/xorg-proto
34 sys-devel/flex"
35
36 S=${WORKDIR}/${MY_P}
37
38 diff --git a/app-editors/xvile/xvile-9.8s.ebuild b/app-editors/xvile/xvile-9.8s-r1.ebuild
39 similarity index 100%
40 rename from app-editors/xvile/xvile-9.8s.ebuild
41 rename to app-editors/xvile/xvile-9.8s-r1.ebuild
42 index 77b721ab9a6..8ea94b51724 100644
43 --- a/app-editors/xvile/xvile-9.8s.ebuild
44 +++ b/app-editors/xvile/xvile-9.8s-r1.ebuild
45 @@ -15,7 +15,6 @@ IUSE="perl"
46
47 RDEPEND="perl? ( dev-lang/perl )
48 =app-editors/vile-${PV}
49 - x11-base/xorg-proto
50 >=x11-libs/libX11-1.0.0
51 >=x11-libs/libXt-1.0.0
52 >=x11-libs/libICE-1.0.0
53 @@ -23,6 +22,7 @@ RDEPEND="perl? ( dev-lang/perl )
54 >=x11-libs/libXaw-1.0.1
55 >=x11-libs/libXpm-3.5.4.2"
56 DEPEND="${RDEPEND}
57 + x11-base/xorg-proto
58 sys-devel/flex"
59
60 S=${WORKDIR}/${MY_P}