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: profiles/, www-client/w3mir/files/, www-client/w3mir/
Date: Mon, 14 Aug 2017 07:47:35
Message-Id: 1502696837.ee2e99314b68fe5dd6d84aa905a371989f02064b.mgorny@gentoo
1 commit: ee2e99314b68fe5dd6d84aa905a371989f02064b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 14 07:39:02 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 14 07:47:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2e9931
7
8 www-client/w3mir: Remove last-rited pkg, #616900
9
10 profiles/package.mask | 4 ----
11 www-client/w3mir/Manifest | 1 -
12 www-client/w3mir/files/w3mir-1.0.10-cwd.diff | 32 ----------------------------
13 www-client/w3mir/metadata.xml | 5 -----
14 www-client/w3mir/w3mir-1.0.10-r2.ebuild | 25 ----------------------
15 5 files changed, 67 deletions(-)
16
17 diff --git a/profiles/package.mask b/profiles/package.mask
18 index 25f4b6bbcfe..2f38039c144 100644
19 --- a/profiles/package.mask
20 +++ b/profiles/package.mask
21 @@ -397,10 +397,6 @@ dev-python/colout
22 net-libs/txtorcon
23
24 # Pacho Ramos <pacho@g.o> (14 Jul 2017)
25 -# Not compatible with current perl (#616900). Removal in a month.
26 -www-client/w3mir
27 -
28 -# Pacho Ramos <pacho@g.o> (14 Jul 2017)
29 # Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or
30 # minicom. Removal in 2 months.
31 net-dialup/gtkterm
32
33 diff --git a/www-client/w3mir/Manifest b/www-client/w3mir/Manifest
34 deleted file mode 100644
35 index 35815ceffea..00000000000
36 --- a/www-client/w3mir/Manifest
37 +++ /dev/null
38 @@ -1 +0,0 @@
39 -DIST w3mir-1.0.10.tar.gz 82791 SHA256 c6a58939a89b2b469db54c639e63438f4fcba3c79ebcea69675d7115ba48369d SHA512 01d579f9e9b4472f2ed51e5d980d29fca9957004a946a5608ffc417930fed7cc545cd2f924ce2f2a3ad5fe2e64792bc2b95b133d883f9fa7d5b30247e5f2aa10 WHIRLPOOL 50c7a5d6a181b7a724c562d2f0346074113f17cbefda95c74a1e2b243527cd226b1ad9ee2dba22090bbf707e166811025037f9dea397520600af499812995502
40
41 diff --git a/www-client/w3mir/files/w3mir-1.0.10-cwd.diff b/www-client/w3mir/files/w3mir-1.0.10-cwd.diff
42 deleted file mode 100644
43 index 83c3781efc4..00000000000
44 --- a/www-client/w3mir/files/w3mir-1.0.10-cwd.diff
45 +++ /dev/null
46 @@ -1,32 +0,0 @@
47 ---- w3mir.PL 2005-12-10 20:39:58.000000000 +0100
48 -+++ w3mir.PL 2005-12-11 12:49:26.000000000 +0100
49 -@@ -209,6 +209,8 @@
50 - use URI::URL;
51 - # For flush method
52 - use FileHandle;
53 -+# for determining current working directory
54 -+use Cwd;
55 -
56 - eval '
57 - use URI;
58 -@@ -581,7 +583,8 @@
59 - unless ref $rum_url_o;
60 -
61 - # Derive a filename from the url, the filename contains no URL-quoting
62 -- my($lf_name) = (url "file:$lf_url")->unix_path;
63 -+ # filename is relative to current working directory
64 -+ my($lf_name) = (url "file:".getcwd()."/$lf_url")->unix_path;
65 -
66 - # Make all intermediate directories
67 - &mkdir($lf_name) if $s==0;
68 -@@ -680,9 +683,7 @@
69 - push(@EXTRASTUFF,$w3http::NOUSER)
70 - unless ($do_user);
71 -
72 -- # YES, $lf_url is right, w3http::query handles this like an url so
73 -- # the quoting must all be in place.
74 -- my $binfile=$lf_url;
75 -+ my $binfile=$lf_name;
76 - $binfile='-' if $s==1;
77 - $binfile=$nulldevice if $s==2;
78 -
79
80 diff --git a/www-client/w3mir/metadata.xml b/www-client/w3mir/metadata.xml
81 deleted file mode 100644
82 index 6f49eba8f49..00000000000
83 --- a/www-client/w3mir/metadata.xml
84 +++ /dev/null
85 @@ -1,5 +0,0 @@
86 -<?xml version="1.0" encoding="UTF-8"?>
87 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
88 -<pkgmetadata>
89 -<!-- maintainer-needed -->
90 -</pkgmetadata>
91
92 diff --git a/www-client/w3mir/w3mir-1.0.10-r2.ebuild b/www-client/w3mir/w3mir-1.0.10-r2.ebuild
93 deleted file mode 100644
94 index 77faa7442ee..00000000000
95 --- a/www-client/w3mir/w3mir-1.0.10-r2.ebuild
96 +++ /dev/null
97 @@ -1,25 +0,0 @@
98 -# Copyright 1999-2017 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=5
102 -
103 -GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
104 -inherit eutils perl-app
105 -
106 -DESCRIPTION="w3mir is a all purpose HTTP copying and mirroring tool"
107 -SRC_URI="http://langfeldt.net/w3mir/${P}.tar.gz"
108 -HOMEPAGE="http://langfeldt.net/w3mir/"
109 -
110 -SLOT="0"
111 -LICENSE="Artistic"
112 -KEYWORDS="alpha ~amd64 ppc ~sparc x86 ~arm-linux ~x86-linux"
113 -
114 -DEPEND="${DEPEND}
115 - >=dev-perl/URI-1.0.9
116 - >=dev-perl/libwww-perl-5.64-r1
117 - >=virtual/perl-MIME-Base64-2.12"
118 -
119 -src_prepare() {
120 -
121 - epatch "${FILESDIR}/${P}-cwd.diff"
122 -}