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-text/gv/, app-text/pspresent/, app-text/active-dvi/
Date: Mon, 30 Apr 2018 20:50:26
Message-Id: 1525121413.c04ad837d60ae77e24e03f22f02cea267f9794fd.mattst88@gentoo
1 commit: c04ad837d60ae77e24e03f22f02cea267f9794fd
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Apr 30 19:21:55 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 30 20:50:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04ad837
7
8 app-text/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
9
10 app-text/active-dvi/active-dvi-1.10.2-r1.ebuild | 4 ++--
11 app-text/gv/gv-3.7.3-r1.ebuild | 4 ++--
12 app-text/gv/gv-3.7.3.90.ebuild | 4 ++--
13 app-text/pspresent/pspresent-1.3-r1.ebuild | 5 ++---
14 4 files changed, 8 insertions(+), 9 deletions(-)
15
16 diff --git a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
17 index da5ecbb0bf9..ab1bc39469f 100644
18 --- a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
19 +++ b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
27 dev-texlive/texlive-pstricks
28 dev-texlive/texlive-pictures
29 dev-texlive/texlive-latexextra
30 - x11-proto/xineramaproto
31 + x11-base/xorg-proto
32 dev-ml/findlib
33 app-text/htmlc
34 dev-tex/hevea"
35
36 diff --git a/app-text/gv/gv-3.7.3-r1.ebuild b/app-text/gv/gv-3.7.3-r1.ebuild
37 index 35a80d634e1..e93336e8063 100644
38 --- a/app-text/gv/gv-3.7.3-r1.ebuild
39 +++ b/app-text/gv/gv-3.7.3-r1.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=4
46 @@ -25,7 +25,7 @@ RDEPEND="app-text/ghostscript-gpl
47 xinerama? ( x11-libs/libXinerama )"
48 DEPEND="${RDEPEND}
49 virtual/pkgconfig
50 - x11-proto/xproto"
51 + x11-base/xorg-proto"
52
53 DOCS="AUTHORS ChangeLog NEWS README"
54
55
56 diff --git a/app-text/gv/gv-3.7.3.90.ebuild b/app-text/gv/gv-3.7.3.90.ebuild
57 index db63c43154e..95b3ac253cc 100644
58 --- a/app-text/gv/gv-3.7.3.90.ebuild
59 +++ b/app-text/gv/gv-3.7.3.90.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2017 Gentoo Foundation
62 +# Copyright 1999-2018 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=5
66 @@ -26,7 +26,7 @@ RDEPEND="app-text/ghostscript-gpl
67 xinerama? ( x11-libs/libXinerama )"
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig
70 - x11-proto/xproto"
71 + x11-base/xorg-proto"
72
73 DOCS="AUTHORS ChangeLog NEWS README"
74
75
76 diff --git a/app-text/pspresent/pspresent-1.3-r1.ebuild b/app-text/pspresent/pspresent-1.3-r1.ebuild
77 index 128bda4cc35..c13ed4cddaf 100644
78 --- a/app-text/pspresent/pspresent-1.3-r1.ebuild
79 +++ b/app-text/pspresent/pspresent-1.3-r1.ebuild
80 @@ -1,4 +1,4 @@
81 -# Copyright 1999-2014 Gentoo Foundation
82 +# Copyright 1999-2018 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84
85 EAPI="2"
86 @@ -18,8 +18,7 @@ RDEPEND="x11-libs/libX11
87 xinerama? ( x11-libs/libXinerama )
88 app-text/ghostscript-gpl"
89 DEPEND="${RDEPEND}
90 - x11-proto/xproto
91 - xinerama? ( x11-proto/xineramaproto )
92 + x11-base/xorg-proto
93 >=sys-apps/sed-4"
94
95 src_prepare() {