Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/urlview/, net-misc/urlview/files/, profiles/
Date: Sat, 30 Jun 2018 13:15:34
Message-Id: 1530364504.bdf58bb9207c1b4cb8a71d7b0eb3020015c59a65.nimiux@gentoo
1 commit: bdf58bb9207c1b4cb8a71d7b0eb3020015c59a65
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 13:15:04 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 30 13:15:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf58bb9
7
8 net-misc/urlview: Remove last rited package
9
10 Closes https://bugs.gentoo.org/646118
11
12 net-misc/urlview/Manifest | 1 -
13 net-misc/urlview/files/include-fix.patch | 11 ------
14 net-misc/urlview/files/no-trailing-newline.patch | 11 ------
15 net-misc/urlview/files/urlview-0.9-DESTDIR.patch | 23 ------------
16 net-misc/urlview/files/urlview-0.9-tinfo.patch | 21 -----------
17 net-misc/urlview/metadata.xml | 18 ---------
18 net-misc/urlview/urlview-0.9.ebuild | 47 ------------------------
19 profiles/package.mask | 5 ---
20 8 files changed, 137 deletions(-)
21
22 diff --git a/net-misc/urlview/Manifest b/net-misc/urlview/Manifest
23 deleted file mode 100644
24 index e696fbb10cf..00000000000
25 --- a/net-misc/urlview/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST urlview-0.9.tar.gz 46685 BLAKE2B 7023a32c6a14121bc0639ba0f1ed06ec66663cd386fb35cf23b115878ef0e3a5f93a09360e3c9cbbd29ac1b6537ce9d559fbcd73a5ce07556feb20b9e77d1588 SHA512 5415c30e34f429c78001b1e87a75a43503d1998b667eaac66dc49298ea491914c6360baba33b5caeeb4ad54e3a4533a46afc05de3b1f135e41069d00fad0936a
29
30 diff --git a/net-misc/urlview/files/include-fix.patch b/net-misc/urlview/files/include-fix.patch
31 deleted file mode 100644
32 index b9bb6ab4699..00000000000
33 --- a/net-misc/urlview/files/include-fix.patch
34 +++ /dev/null
35 @@ -1,11 +0,0 @@
36 ---- a/urlview.c
37 -+++ b/urlview.c
38 -@@ -40,6 +40,8 @@
39 - #include <fcntl.h>
40 - #include <sys/stat.h>
41 -
42 -+#include "quote.h"
43 -+
44 - #ifdef HAVE_REGEX_H
45 - #include <regex.h>
46 - #else
47
48 diff --git a/net-misc/urlview/files/no-trailing-newline.patch b/net-misc/urlview/files/no-trailing-newline.patch
49 deleted file mode 100644
50 index 6d78cd4ed07..00000000000
51 --- a/net-misc/urlview/files/no-trailing-newline.patch
52 +++ /dev/null
53 @@ -1,11 +0,0 @@
54 ---- a/urlview.c
55 -+++ b/urlview.no-trailing-newline.c
56 -@@ -46,7 +46,7 @@
57 - #include <rx/rxposix.h>
58 - #endif
59 -
60 --#define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \t.,;<>\"\\):]"
61 -+#define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \n\t.,;<>\"\\):]"
62 - #define DEFAULT_COMMAND "url_handler.sh %s"
63 - #define SYSTEM_INITFILE "/etc/urlview.conf"
64 -
65
66 diff --git a/net-misc/urlview/files/urlview-0.9-DESTDIR.patch b/net-misc/urlview/files/urlview-0.9-DESTDIR.patch
67 deleted file mode 100644
68 index 8c4cfe816b6..00000000000
69 --- a/net-misc/urlview/files/urlview-0.9-DESTDIR.patch
70 +++ /dev/null
71 @@ -1,23 +0,0 @@
72 ---- a/Makefile.am
73 -+++ b/Makefile.am
74 -@@ -11,6 +11,7 @@
75 - CLEANFILES = *~ *.orig *.rej
76 -
77 - install-data-local:
78 -- $(INSTALL_DATA) urlview.man $(mandir)/man1/urlview.1
79 -+ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
80 -+ $(INSTALL_DATA) urlview.man ${DESTDIR}$(mandir)/man1/urlview.1
81 -
82 - # how to create a target for uninstall-data-local???
83 ---- a/Makefile.in
84 -+++ b/Makefile.in
85 -@@ -318,7 +318,8 @@
86 -
87 -
88 - install-data-local:
89 -- $(INSTALL_DATA) urlview.man $(mandir)/man1/urlview.1
90 -+ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
91 -+ $(INSTALL_DATA) urlview.man $(DESTDIR)$(mandir)/man1/urlview.1
92 -
93 - # how to create a target for uninstall-data-local???
94 -
95
96 diff --git a/net-misc/urlview/files/urlview-0.9-tinfo.patch b/net-misc/urlview/files/urlview-0.9-tinfo.patch
97 deleted file mode 100644
98 index e8f3886a4d0..00000000000
99 --- a/net-misc/urlview/files/urlview-0.9-tinfo.patch
100 +++ /dev/null
101 @@ -1,21 +0,0 @@
102 ---- a/configure.in
103 -+++ b/configure.in
104 -@@ -3,6 +3,8 @@
105 - dnl AM_CONFIG_HEADER(config.h)
106 - AM_PROG_CC_STDC
107 - CFLAGS="$CFLAGS -DURLVIEW -Dunix"
108 -+
109 -+PKG_CHECK_MODULES(ncurses,ncurses)
110 - AC_ARG_WITH(slang, [ --with-slang[=DIR] use S-Lang instead of curses],
111 - [AC_DEFINE(USE_SLANG)
112 - if test $withval = yes -a -d ../slang; then
113 -@@ -22,8 +24,7 @@
114 - fi
115 - LIBS="$LIBS -lslang -lm"
116 - fi],
117 --
118 -- [AC_CHECK_LIB(ncurses, initscr, [LIBS="$LIBS -lncurses"], [LIBS="$LIBS -lcurses"])
119 -+ [LIBS="$LIBS $ncurses_LIBS"
120 - AC_CHECK_FUNCS(curs_set)
121 - AC_CHECK_HEADERS(ncurses.h)
122 - AC_CHECK_HEADER(ncurses/curses.h, [CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"])])
123
124 diff --git a/net-misc/urlview/metadata.xml b/net-misc/urlview/metadata.xml
125 deleted file mode 100644
126 index 24ae812e9c0..00000000000
127 --- a/net-misc/urlview/metadata.xml
128 +++ /dev/null
129 @@ -1,18 +0,0 @@
130 -<?xml version="1.0" encoding="UTF-8"?>
131 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
132 -<pkgmetadata>
133 - <maintainer type="person">
134 - <email>nimiux@g.o</email>
135 - <name>Chema Alonso</name>
136 - </maintainer>
137 - <longdescription lang="en">
138 - urlview is a screen oriented program for extracting URLs from text
139 - files and displaying a menu from which you may launch a command to view
140 - a specific item.
141 - </longdescription>
142 - <longdescription lang="es">
143 - urlview es un programa orientado a terminal para la extracción de URLs
144 - desde ficheros de texto. El programa muestra un menú desde el que se
145 - puede lanzar una orden para ver un elemento en particular.
146 - </longdescription>
147 -</pkgmetadata>
148
149 diff --git a/net-misc/urlview/urlview-0.9.ebuild b/net-misc/urlview/urlview-0.9.ebuild
150 deleted file mode 100644
151 index 0303d4e33c6..00000000000
152 --- a/net-misc/urlview/urlview-0.9.ebuild
153 +++ /dev/null
154 @@ -1,47 +0,0 @@
155 -# Copyright 1999-2014 Gentoo Foundation
156 -# Distributed under the terms of the GNU General Public License v2
157 -
158 -EAPI=5
159 -inherit autotools eutils
160 -
161 -DESCRIPTION="extracts urls from text and will send them to another app"
162 -HOMEPAGE="http://www.mutt.org"
163 -SRC_URI="ftp://gd.tuwien.ac.at/infosys/mail/mutt/contrib/${P}.tar.gz"
164 -
165 -LICENSE="GPL-2"
166 -SLOT="0"
167 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
168 -
169 -RDEPEND="
170 - >=sys-libs/ncurses-5.2
171 -"
172 -DEPEND="
173 - ${RDEPEND}
174 - virtual/pkgconfig
175 -"
176 -
177 -src_prepare() {
178 - epatch \
179 - "${FILESDIR}"/no-trailing-newline.patch \
180 - "${FILESDIR}"/include-fix.patch \
181 - "${FILESDIR}"/${P}-DESTDIR.patch \
182 - "${FILESDIR}"/${P}-tinfo.patch
183 -
184 - eautoreconf
185 -}
186 -
187 -src_install() {
188 - default
189 - dodoc README INSTALL ChangeLog AUTHORS sample.urlview
190 - dobin url_handler.sh
191 -}
192 -
193 -pkg_postinst() {
194 - echo
195 - einfo "There is a sample.urlview in /usr/share/doc/${P}"
196 - einfo "You can also customize /usr/bin/url_handler.sh"
197 - echo
198 - einfo "If using urlview from mutt, you may need to "set pipe_decode" in"
199 - einfo "your ~/.muttrc to prevent garbled URLs."
200 - echo
201 -}
202
203 diff --git a/profiles/package.mask b/profiles/package.mask
204 index cc64879e0de..eae5d913e12 100644
205 --- a/profiles/package.mask
206 +++ b/profiles/package.mask
207 @@ -451,11 +451,6 @@ media-sound/puddletag
208 # Removal in 30 days.
209 app-crypt/openpgp-keys-gentoo-mirror
210
211 -# Chema Alonso Josa <nimiux@g.o> (28 May 2018)
212 -# Upstream is dead.
213 -# Masked for removal in 30 days. Bug #646118
214 -net-misc/urlview
215 -
216 # Kent Fredric <kentnl@g.o> (27 May 2018)
217 # Subject to Man-in-the-middle security bypass vulnerability.
218 # Retained in tree only for users who need older versions