Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gv/files/, app-text/gv/
Date: Wed, 05 Aug 2020 08:26:58
Message-Id: 1596615993.fc883cc48414103267d1244f9e0978679637d432.asturm@gentoo
1 commit: fc883cc48414103267d1244f9e0978679637d432
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 20:19:14 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 08:26:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc883cc4
7
8 app-text/gv: Drop 3.7.3-r1
9
10 Closes: https://bugs.gentoo.org/724026
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-text/gv/Manifest | 1 -
15 app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch | 15 ---------
16 app-text/gv/gv-3.7.3-r1.ebuild | 48 ---------------------------
17 3 files changed, 64 deletions(-)
18
19 diff --git a/app-text/gv/Manifest b/app-text/gv/Manifest
20 index 29cbaff662b..bdd011b0171 100644
21 --- a/app-text/gv/Manifest
22 +++ b/app-text/gv/Manifest
23 @@ -1,2 +1 @@
24 DIST gv-3.7.3.90.tar.gz 757506 BLAKE2B f856d23d3b9b9164db414534dec4b9a1c441a88d644011a46429b29127364fe429fc72ed3ce76d4142106d10c6a5305b81ec22ed353716df1c1a824907f7b191 SHA512 a80ff303fda1d6f13d66847f4b20aee4b364a05ec750bdb08267aa46470b201edf9762e16ad39dfe9da03118658598697f411dc8c32ab8bbad05a1161e816c50
25 -DIST gv-3.7.3.tar.gz 754282 BLAKE2B cdc2133e9be41e420401d23ab7691ca27ccbcabbe5c4d2c892f5661b5c47afc1f5b90f9f240a735d33e66813dcdda0a7a5c78580719ad715048fcaf6a2991446 SHA512 0c0339f023896016212bb1b8ef0185689dd669855c060d0491e1ac59c76ca19f3006b1b00b421cb40bb0beba8e2d35dad1da7d856ac9d33440cfbb07ff1e33c3
26
27 diff --git a/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch b/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch
28 deleted file mode 100644
29 index 76c88b158b2..00000000000
30 --- a/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch
31 +++ /dev/null
32 @@ -1,15 +0,0 @@
33 -This piece of code is from libXaw3d-1.6/src/Scrollbar.c (Line 644)
34 -
35 -http://bugs.gentoo.org/399753
36 -
37 ---- src/Scrollbar.c
38 -+++ src/Scrollbar.c
39 -@@ -1006,7 +1006,7 @@
40 - TOPLOC = newtop;
41 - SHOWNLENGTH = newbot-newtop+1;
42 -
43 -- (*swclass->threeD_class.shadowdraw) (w, event, region, FALSE);
44 -+ (*swclass->threeD_class.shadowdraw) (w, event, region, sbw->threeD.relief, FALSE);
45 -
46 - ENDMESSAGE(Redisplay)
47 - }
48
49 diff --git a/app-text/gv/gv-3.7.3-r1.ebuild b/app-text/gv/gv-3.7.3-r1.ebuild
50 deleted file mode 100644
51 index f1f8764caa9..00000000000
52 --- a/app-text/gv/gv-3.7.3-r1.ebuild
53 +++ /dev/null
54 @@ -1,48 +0,0 @@
55 -# Copyright 1999-2020 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=4
59 -inherit eutils flag-o-matic toolchain-funcs
60 -
61 -DESCRIPTION="Viewer for PostScript and PDF documents using Ghostscript"
62 -HOMEPAGE="https://www.gnu.org/software/gv/"
63 -SRC_URI="mirror://gnu/gv/${P}.tar.gz"
64 -
65 -LICENSE="GPL-3"
66 -SLOT="0"
67 -KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
68 -IUSE="xinerama"
69 -
70 -RDEPEND="app-text/ghostscript-gpl
71 - x11-libs/libICE
72 - x11-libs/libSM
73 - x11-libs/libX11
74 - >=x11-libs/libXaw3d-1.6-r1[unicode]
75 - x11-libs/libXext
76 - x11-libs/libXmu
77 - x11-libs/libXpm
78 - x11-libs/libXt
79 - xinerama? ( x11-libs/libXinerama )"
80 -DEPEND="${RDEPEND}
81 - virtual/pkgconfig
82 - x11-base/xorg-proto"
83 -
84 -DOCS="AUTHORS ChangeLog NEWS README"
85 -
86 -src_prepare() {
87 - epatch "${FILESDIR}"/${PN}-3.7.3-libXaw3d-1.6.patch
88 -}
89 -
90 -src_configure() {
91 - # Grab -DXAW_INTERNATIONALIZATION if needed
92 - append-cppflags "$($(tc-getPKG_CONFIG) --cflags xaw3d)"
93 -
94 - export ac_cv_lib_Xinerama_main=$(usex xinerama)
95 - econf --enable-scrollbar-code
96 -}
97 -
98 -src_install() {
99 - default
100 - doicon "${FILESDIR}"/gv_icon.xpm
101 - make_desktop_entry gv GhostView gv_icon 'Graphics;Viewer'
102 -}