commit:     bbdbacccbc3961ede63827ae2a57c6421d2f49d6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 05:59:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 05:59:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=bbdbaccc

net-misc/urlview: drop broken package

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/urlview/Manifest                        |  1 -
 net-misc/urlview/files/include-fix.patch         | 11 -------
 net-misc/urlview/files/no-trailing-newline.patch | 11 -------
 net-misc/urlview/files/urlview-0.9-DESTDIR.patch | 12 -------
 net-misc/urlview/files/urlview-0.9-prefix.patch  | 30 -----------------
 net-misc/urlview/metadata.xml                    | 18 ----------
 net-misc/urlview/urlview-0.9.ebuild              | 42 ------------------------
 7 files changed, 125 deletions(-)

diff --git a/net-misc/urlview/Manifest b/net-misc/urlview/Manifest
deleted file mode 100644
index e696fbb10c..0000000000
--- a/net-misc/urlview/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST urlview-0.9.tar.gz 46685 BLAKE2B 
7023a32c6a14121bc0639ba0f1ed06ec66663cd386fb35cf23b115878ef0e3a5f93a09360e3c9cbbd29ac1b6537ce9d559fbcd73a5ce07556feb20b9e77d1588
 SHA512 
5415c30e34f429c78001b1e87a75a43503d1998b667eaac66dc49298ea491914c6360baba33b5caeeb4ad54e3a4533a46afc05de3b1f135e41069d00fad0936a

diff --git a/net-misc/urlview/files/include-fix.patch 
b/net-misc/urlview/files/include-fix.patch
deleted file mode 100644
index c948a23554..0000000000
--- a/net-misc/urlview/files/include-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- urlview.c.orig     2005-02-06 17:10:54.000000000 +0100
-+++ urlview.c  2005-02-06 17:57:06.998290062 +0100
-@@ -40,6 +40,8 @@
- #include <fcntl.h>
- #include <sys/stat.h>
- 
-+#include "quote.h"
-+
- #ifdef HAVE_REGEX_H
- #include <regex.h>
- #else

diff --git a/net-misc/urlview/files/no-trailing-newline.patch 
b/net-misc/urlview/files/no-trailing-newline.patch
deleted file mode 100644
index 8a6859f2cc..0000000000
--- a/net-misc/urlview/files/no-trailing-newline.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- urlview.c  2000-07-04 11:14:30.000000000 +0100
-+++ urlview.no-trailing-newline.c      2003-09-06 11:07:02.000000000 +0100
-@@ -46,7 +46,7 @@
- #include <rx/rxposix.h>
- #endif
- 
--#define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' 
\t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \t.,;<>\"\\):]"
-+#define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' 
\t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \n\t.,;<>\"\\):]"
- #define DEFAULT_COMMAND "url_handler.sh %s"
- #define SYSTEM_INITFILE "/etc/urlview.conf"
- 

diff --git a/net-misc/urlview/files/urlview-0.9-DESTDIR.patch 
b/net-misc/urlview/files/urlview-0.9-DESTDIR.patch
deleted file mode 100644
index 304fd6706c..0000000000
--- a/net-misc/urlview/files/urlview-0.9-DESTDIR.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.in
-+++ Makefile.in
-@@ -318,7 +318,8 @@
- 
- 
- install-data-local:
--      $(INSTALL_DATA) urlview.man $(mandir)/man1/urlview.1
-+      $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
-+      $(INSTALL_DATA) urlview.man $(DESTDIR)$(mandir)/man1/urlview.1
- 
- # how to create a target for uninstall-data-local???
- 

diff --git a/net-misc/urlview/files/urlview-0.9-prefix.patch 
b/net-misc/urlview/files/urlview-0.9-prefix.patch
deleted file mode 100644
index 59ae2cb5e6..0000000000
--- a/net-misc/urlview/files/urlview-0.9-prefix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- url_handler.sh~    2007-10-01 01:49:36 +0200
-+++ url_handler.sh     2007-10-01 01:51:19 +0200
-@@ -1,4 +1,4 @@
--#! /bin/bash
-+#! @GENTOO_PORTAGE_EPREFIX@/bin/bash
- 
- #   Copyright (c) 1998  Martin Schulze <j...@debian.org>
- #   Slightly modified by Luis Francisco Gonzalez <lui...@debian.org>
-@@ -28,15 +28,15 @@
- # VT: Launch in the same terminal
- 
- # The lists of programs to be executed are
--https_prgs="/usr/X11R6/bin/netscape:XW /usr/bin/lynx:XT"
--http_prgs="/usr/bin/lynx:XT /usr/X11R6/bin/netscape:XW"
--mailto_prgs="/usr/bin/mutt:VT /usr/bin/elm:VT /usr/bin/pine:VT 
/usr/bin/mail:VT"
--gopher_prgs="/usr/bin/lynx:XT /usr/bin/gopher:XT"
--ftp_prgs="/usr/bin/lynx:XT /usr/bin/ncftp:XT"
-+https_prgs="@GENTOO_PORTAGE_EPREFIX@/usr/X11R6/bin/netscape:XW 
@GENTOO_PORTAGE_EPREFIX@/usr/bin/lynx:XT"
-+http_prgs="@GENTOO_PORTAGE_EPREFIX@/usr/bin/lynx:XT 
@GENTOO_PORTAGE_EPREFIX@/usr/X11R6/bin/netscape:XW"
-+mailto_prgs="@GENTOO_PORTAGE_EPREFIX@/usr/bin/mutt:VT 
@GENTOO_PORTAGE_EPREFIX@/usr/bin/elm:VT 
@GENTOO_PORTAGE_EPREFIX@/usr/bin/pine:VT 
@GENTOO_PORTAGE_EPREFIX@/usr/bin/mail:VT"
-+gopher_prgs="@GENTOO_PORTAGE_EPREFIX@/usr/bin/lynx:XT 
@GENTOO_PORTAGE_EPREFIX@/usr/bin/gopher:XT"
-+ftp_prgs="@GENTOO_PORTAGE_EPREFIX@/usr/bin/lynx:XT 
@GENTOO_PORTAGE_EPREFIX@/usr/bin/ncftp:XT"
- 
- # Program used as an xterm (if it doesn't support -T you'll need to change
- # the command line in getprg)
--XTERM=/usr/X11R6/bin/xterm
-+XTERM=@GENTOO_PORTAGE_EPREFIX@/usr/X11R6/bin/xterm
- 
- 
- ###########################################################################

diff --git a/net-misc/urlview/metadata.xml b/net-misc/urlview/metadata.xml
deleted file mode 100644
index 24ae812e9c..0000000000
--- a/net-misc/urlview/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>nim...@gentoo.org</email>
-    <name>Chema Alonso</name>
-  </maintainer>
-  <longdescription lang="en">
-    urlview is a screen oriented program for extracting URLs from text
-    files and displaying a menu from which you may launch a command to view
-    a specific item.
-  </longdescription>
-  <longdescription lang="es">
-    urlview es un programa orientado a terminal para la extracción de URLs
-    desde ficheros de texto. El programa muestra un menú desde el que se
-    puede lanzar una orden para ver un elemento en particular.
-  </longdescription>
-</pkgmetadata>

diff --git a/net-misc/urlview/urlview-0.9.ebuild 
b/net-misc/urlview/urlview-0.9.ebuild
deleted file mode 100644
index e2b804a437..0000000000
--- a/net-misc/urlview/urlview-0.9.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/urlview-0.9.ebuild,v 1.27 
2008/02/03 15:43:44 grobian Exp $
-
-inherit eutils prefix
-
-DESCRIPTION="extracts urls from text and will send them to another app"
-HOMEPAGE="http://www.mutt.org";
-SRC_URI="ftp://gd.tuwien.ac.at/infosys/mail/mutt/contrib/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5.2"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/no-trailing-newline.patch
-       epatch "${FILESDIR}"/include-fix.patch
-       epatch "${FILESDIR}"/${P}-DESTDIR.patch
-       epatch "${FILESDIR}"/${P}-prefix.patch
-       eprefixify url_handler.sh
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die
-       dodoc README INSTALL ChangeLog AUTHORS sample.urlview
-       dobin url_handler.sh
-}
-
-pkg_postinst() {
-       echo
-       einfo "There is a sample.urlview in /usr/share/doc/${P}"
-       einfo "You can also customize /usr/bin/url_handler.sh"
-       echo
-       einfo "If using urlview from mutt, you may need to "set pipe_decode" in"
-       einfo "your ~/.muttrc to prevent garbled URLs."
-       echo
-}

Reply via email to