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: net-misc/apt-proxy/, profiles/, net-misc/apt-proxy/files/
Date: Tue, 18 Apr 2017 15:09:18
Message-Id: 1492528126.247d0eb22713bbe872f44cb576cb0f17475553e9.mgorny@gentoo
1 commit: 247d0eb22713bbe872f44cb576cb0f17475553e9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 18 15:06:41 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 18 15:08:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247d0eb2
7
8 net-misc/apt-proxy: Remove last-rited pkg
9
10 net-misc/apt-proxy/Manifest | 1 -
11 net-misc/apt-proxy/apt-proxy-1.3.0.ebuild | 69 -----------------------
12 net-misc/apt-proxy/files/apt-proxy | 16 ------
13 net-misc/apt-proxy/files/apt-proxy-1.3.0-sh.patch | 11 ----
14 net-misc/apt-proxy/metadata.xml | 8 ---
15 profiles/package.mask | 5 --
16 6 files changed, 110 deletions(-)
17
18 diff --git a/net-misc/apt-proxy/Manifest b/net-misc/apt-proxy/Manifest
19 deleted file mode 100644
20 index 07bac235709..00000000000
21 --- a/net-misc/apt-proxy/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST apt-proxy_1.3.0.tar.gz 37951 SHA256 12e5c5361ba3050a715f21c8191a1f52e255d179af10e3d110271651cb739ea9 SHA512 300d4684e726f0ac6ece0cf9dfe5c805f187651d36a38530cdf125f730f6c261dc1edd7ac5c0f54d6396a6aa8e3f007fa70a4c90e96bf672dfe9081c9a5b36d0 WHIRLPOOL 407a76367657baca536e5b753ea5ff01b9571d34f1b1d37d163c4586c09bd6a99168754ab22937994677e445941252374800d50258d61e4e5341a2b5865e67d4
25
26 diff --git a/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild b/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild
27 deleted file mode 100644
28 index 1fd6f7f02cc..00000000000
29 --- a/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild
30 +++ /dev/null
31 @@ -1,69 +0,0 @@
32 -# Copyright 1999-2012 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=4
36 -
37 -inherit eutils user
38 -
39 -DESCRIPTION="Caching proxy for the Debian package system"
40 -HOMEPAGE="https://sourceforge.net/projects/apt-proxy/"
41 -SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz"
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -DEPEND=""
49 -RDEPEND="sys-apps/xinetd"
50 -
51 -pkg_setup () {
52 - enewgroup ${PN}
53 - enewuser ${PN} -1 -1 /dev/null ${PN}
54 -}
55 -
56 -src_prepare() {
57 - epatch "${FILESDIR}"/${P}-sh.patch
58 -}
59 -
60 -src_install() {
61 - dosbin ${PN}
62 -
63 - insinto /etc/${PN}
64 - doins ${PN}.conf
65 -
66 - insinto /etc/xinetd.d
67 - doins "${FILESDIR}"/${PN}
68 -
69 - dodoc README INSTALL HISTORY
70 - doman ${PN}.{8,conf.5}
71 -
72 - # Create the log file with the proper permissions
73 - dodir /var/log
74 - touch "${D}"/var/log/${PN}.log
75 - fowners ${PN}:${PN} /var/log/${PN}.log
76 -
77 - # Create the cache directories and set the proper permissions
78 - dodir /var/cache/${PN}
79 - keepdir /var/cache/${PN}
80 - fowners ${PN}:${PN} /var/cache/${PN}
81 -}
82 -
83 -pkg_postinst() {
84 - einfo ""
85 - einfo "Don't forget to modify the /etc/${PN}/${PN}.conf"
86 - einfo "file to fit your needs..."
87 - einfo ""
88 - einfo "Also note that ${PN} is called from running xinetd"
89 - einfo "and you have to enable it first (/etc/xinetd.d/${PN})..."
90 - einfo ""
91 -}
92 -
93 -pkg_postrm() {
94 - einfo ""
95 - einfo "You have to remove the ${PN} cache by hand. It's located"
96 - einfo "in the \"/var/cache/${PN}\" dir..."
97 - einfo ""
98 - einfo "You can also remove the ${PN} user and group..."
99 - einfo ""
100 -}
101
102 diff --git a/net-misc/apt-proxy/files/apt-proxy b/net-misc/apt-proxy/files/apt-proxy
103 deleted file mode 100644
104 index 6f10c66b6cf..00000000000
105 --- a/net-misc/apt-proxy/files/apt-proxy
106 +++ /dev/null
107 @@ -1,16 +0,0 @@
108 -# default: off
109 -# description: this is a proxy for debian packages.
110 -
111 -service apt-proxy
112 -{
113 - type = UNLISTED
114 - port = 9999
115 - protocol = tcp
116 - socket_type = stream
117 - only_from = 0.0.0.0
118 - wait = no
119 - user = apt-proxy
120 - server = /usr/sbin/apt-proxy
121 - server_args = /var/log/apt-proxy.log
122 - disable = yes
123 -}
124
125 diff --git a/net-misc/apt-proxy/files/apt-proxy-1.3.0-sh.patch b/net-misc/apt-proxy/files/apt-proxy-1.3.0-sh.patch
126 deleted file mode 100644
127 index 9f6b97625af..00000000000
128 --- a/net-misc/apt-proxy/files/apt-proxy-1.3.0-sh.patch
129 +++ /dev/null
130 @@ -1,11 +0,0 @@
131 ---- apt-proxy 2002-04-04 14:30:19.000000000 +0200
132 -+++ apt-proxy.new 2003-03-13 00:49:48.000000000 +0100
133 -@@ -1,5 +1,7 @@
134 --#!/bin/ash
135 -+#!/bin/sh
136 - # (You may safely change the above to /bin/sh if you do not have ash available)
137 -+### I really modified it (was /bin/ash)
138 -+### Radek Podgorny <radek@××××××××.cz> (for Gentoo)
139 - #
140 - # $Id$
141 - # Copyright Paul Russell <rusty@×××××.org>
142
143 diff --git a/net-misc/apt-proxy/metadata.xml b/net-misc/apt-proxy/metadata.xml
144 deleted file mode 100644
145 index 42e0e7970ca..00000000000
146 --- a/net-misc/apt-proxy/metadata.xml
147 +++ /dev/null
148 @@ -1,8 +0,0 @@
149 -<?xml version="1.0" encoding="UTF-8"?>
150 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
151 -<pkgmetadata>
152 - <!-- maintainer-needed -->
153 - <upstream>
154 - <remote-id type="sourceforge">apt-proxy</remote-id>
155 - </upstream>
156 -</pkgmetadata>
157
158 diff --git a/profiles/package.mask b/profiles/package.mask
159 index e47776050f6..2c33bf89e16 100644
160 --- a/profiles/package.mask
161 +++ b/profiles/package.mask
162 @@ -171,11 +171,6 @@ dev-perl/File-DirWalk
163 >=virtual/perl-ExtUtils-Command-7.180.0
164 >=dev-perl/Net-Twitter-4.10.420
165
166 -# Michael Palimaka <kensington@g.o> (18 Mar 2017)
167 -# Broken. Dead upstream. Unmaintained.
168 -# Masked for removal in 30 days.
169 -net-misc/apt-proxy
170 -
171 # Michael Palimaka <kensington@g.o> (13 Mar 2017)
172 # Testing x32 patch backports from 3.9
173 =dev-util/cmake-3.7.2-r10