Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rfcutil/, app-text/rfcutil/files/, profiles/
Date: Sun, 14 Apr 2019 07:32:40
Message-Id: 1555227137.af7e064a4a8dabcc1c90a4ab9dca9febf867239b.mgorny@gentoo
1 commit: af7e064a4a8dabcc1c90a4ab9dca9febf867239b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 07:29:38 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 07:32:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7e064a
7
8 app-text/rfcutil: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/673600
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-text/rfcutil/Manifest | 1 -
14 app-text/rfcutil/files/rfc-3.2.3-index.patch | 17 -----------
15 app-text/rfcutil/files/rfc-3.2.3-paths.patch | 22 --------------
16 app-text/rfcutil/metadata.xml | 5 ----
17 app-text/rfcutil/rfcutil-3.2.3-r2.ebuild | 45 ----------------------------
18 profiles/package.mask | 6 ----
19 6 files changed, 96 deletions(-)
20
21 diff --git a/app-text/rfcutil/Manifest b/app-text/rfcutil/Manifest
22 deleted file mode 100644
23 index fab0a575f6b..00000000000
24 --- a/app-text/rfcutil/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST rfc-3.2.3.tar.gz 10469 BLAKE2B 8158a707c216a88b0ed41b60146f1ef53bdd060ed88cef18e38c9fe69c638fec38df1c83d4bce281d85446f11e2035086c7d2f19b8bd60c8fa4349f0e9f35bfa SHA512 b16ff2ee0c7a1213369dd4d5d1033c6daf95f283b170ffc46c02b65cd125d4bf2b5dd8b25e8b6a9153330f8fc624454589ecb6d77f2d47e9e34ae18ccbdaf095
28
29 diff --git a/app-text/rfcutil/files/rfc-3.2.3-index.patch b/app-text/rfcutil/files/rfc-3.2.3-index.patch
30 deleted file mode 100644
31 index 6b4deb607d6..00000000000
32 --- a/app-text/rfcutil/files/rfc-3.2.3-index.patch
33 +++ /dev/null
34 @@ -1,17 +0,0 @@
35 ---- a/rfc-3.2.3/rfc-3.2.3
36 -+++ b/rfc-3.2.3/rfc-3.2.3
37 -@@ -103,11 +103,12 @@
38 - ."It may be desirable to change the\n\$indexpath to a location you can write to.";
39 - close (INDEXPATH);
40 - $indexlength=numlines($indexpath);
41 -- print "Modem users one moment, it's about 400k \(doesn't need to be updated often\)\n";
42 -+ print "Modem users one moment, it's about 1024k \(doesn't need to be updated often\)\n";
43 - print "original lines \t= $indexlength\t$indexpath\n";
44 - #system ("$viewer -dump http://www.faqs.org/rfc/rfc-index.txt > $indexpath");
45 - #system ("$viewer -dump http://www.dewn.com/rfc/rfc-index.txt > $indexpath");
46 -- system ("$viewer -dump http://ftp.isi.edu/in-notes/rfc-index.txt > $indexpath");
47 -+ #system ("$viewer -dump http://ftp.isi.edu/in-notes/rfc-index.txt > $indexpath");
48 -+ system ("$viewer -dump http://www.ietf.org/rfc/rfc-index.txt > $indexpath");
49 - $indexlength=numlines($indexpath); print "new lines \t= $indexlength\t$indexpath\n";
50 - exit }
51 -
52
53 diff --git a/app-text/rfcutil/files/rfc-3.2.3-paths.patch b/app-text/rfcutil/files/rfc-3.2.3-paths.patch
54 deleted file mode 100644
55 index 8d61bdbf388..00000000000
56 --- a/app-text/rfcutil/files/rfc-3.2.3-paths.patch
57 +++ /dev/null
58 @@ -1,22 +0,0 @@
59 ---- a/rfc-3.2.3/rfc-3.2.3
60 -+++ b/rfc-3.2.3/rfc-3.2.3
61 -@@ -36,8 +36,8 @@
62 -
63 - # These make it avail for all users if you can't
64 - # run it as root. (full path, not ~/ )
65 --$indexpath="/usr/local/etc/rfc-index";
66 --$servpath="/usr/local/etc/nmap-services";
67 -+$indexpath="@GENTOO_PORTAGE_EPREFIX@/var/cache/rfc/rfc-index";
68 -+$servpath="@GENTOO_PORTAGE_EPREFIX@/etc/nmap-services";
69 -
70 - ####################################
71 - ## add as many urls as you please ##
72 -@@ -46,7 +46,7 @@
73 - !http://www.faqs.org/rfcs/
74 - http://www.isi.edu/in-notes/
75 - http://www.cis.ohio-state.edu/htbin/rfc/
76 -- /local/path/to/rfcs/); #MAKE SURE you have the trailing slashes
77 -+ @GENTOO_PORTAGE_EPREFIX@/var/cache/rfc/rfcs/); #MAKE SURE you have the trailing slashes
78 - # URLs beginning with an ! are treated as HTML and not text
79 -
80 - #######################
81
82 diff --git a/app-text/rfcutil/metadata.xml b/app-text/rfcutil/metadata.xml
83 deleted file mode 100644
84 index 6f49eba8f49..00000000000
85 --- a/app-text/rfcutil/metadata.xml
86 +++ /dev/null
87 @@ -1,5 +0,0 @@
88 -<?xml version="1.0" encoding="UTF-8"?>
89 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
90 -<pkgmetadata>
91 -<!-- maintainer-needed -->
92 -</pkgmetadata>
93
94 diff --git a/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild b/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild
95 deleted file mode 100644
96 index 2706c02ec2a..00000000000
97 --- a/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild
98 +++ /dev/null
99 @@ -1,45 +0,0 @@
100 -# Copyright 1999-2013 Gentoo Foundation
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=4
104 -
105 -inherit eutils prefix
106 -
107 -MY_PN="rfc"
108 -MY_P="${MY_PN}-${PV}"
109 -S="${WORKDIR}/${MY_P}"
110 -
111 -DESCRIPTION="return all related RFCs based upon a number or a search string"
112 -HOMEPAGE="http://www.dewn.com/rfc/"
113 -SRC_URI="http://www.dewn.com/rfc/${MY_P}.tar.gz"
114 -
115 -LICENSE="freedist"
116 -SLOT="0"
117 -KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
118 -IUSE=""
119 -
120 -RDEPEND="dev-lang/perl
121 - || ( www-client/lynx virtual/w3m )"
122 -
123 -src_prepare() {
124 - epatch \
125 - "${FILESDIR}"/${MY_P}-paths.patch \
126 - "${FILESDIR}"/${MY_P}-index.patch
127 - eprefixify ${MY_P}
128 -}
129 -
130 -src_install() {
131 - newbin ${MY_P} ${MY_PN}
132 - doman ${MY_PN}.1
133 - dodoc CHANGELOG KNOWN_BUGS README
134 - keepdir /var/cache/rfc
135 -}
136 -
137 -pkg_postinst() {
138 - elog "Gaarde suggests you make a cron.monthly to run the following:"
139 - elog " ${EPREFIX}/usr/bin/rfc -i"
140 -}
141 -
142 -pkg_prerm() {
143 - rm -f "${EROOT}"/var/cache/rfc/*
144 -}
145
146 diff --git a/profiles/package.mask b/profiles/package.mask
147 index 15574717281..d0b09b942e2 100644
148 --- a/profiles/package.mask
149 +++ b/profiles/package.mask
150 @@ -727,12 +727,6 @@ dev-util/igprof
151 # Removal in 30 days. Bug #587306.
152 sys-boot/quik
153
154 -# Michał Górny <mgorny@g.o> (15 Mar 2019)
155 -# Upstream website disappeared, and along with it remote index needed
156 -# for the program to work. No maintainer; package last touched in 2012.
157 -# Removal in 30 days. Bug #673600.
158 -app-text/rfcutil
159 -
160 # Eray Aslan <eras@g.o> (01 Mar 2019)
161 # Mask experimental software
162 =mail-mta/postfix-3.5*