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/, net-nntp/ubh/
Date: Tue, 05 Nov 2019 22:24:11
Message-Id: 1572992496.762e2c40fa2f4996e223aa122323e348bfbf8523.mgorny@gentoo
1 commit: 762e2c40fa2f4996e223aa122323e348bfbf8523
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:21:36 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:21:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762e2c40
7
8 net-nntp/ubh: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/696252
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-nntp/ubh/Manifest | 1 -
14 net-nntp/ubh/metadata.xml | 8 --------
15 net-nntp/ubh/ubh-2.5.ebuild | 26 --------------------------
16 profiles/package.mask | 1 -
17 4 files changed, 36 deletions(-)
18
19 diff --git a/net-nntp/ubh/Manifest b/net-nntp/ubh/Manifest
20 deleted file mode 100644
21 index f9e9951805f..00000000000
22 --- a/net-nntp/ubh/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST ubh-2.5.tar.gz 42235 BLAKE2B fec338c2e53c546accdc62a7e69fa8ecda7ff3ffb5a680ebdb79a40284456f943fb854ded9a12c88860480adf717155fda1a8aa3e4a241dd44229b34cdce32dd SHA512 43e2948a2361ab2dbbab4e4722bc62552655754a85dd3ddf2662e224ab1419ad4dc85888f5f022c587925edefa1572ed9e99637ec70c5c84f20208d6b93eada0
26
27 diff --git a/net-nntp/ubh/metadata.xml b/net-nntp/ubh/metadata.xml
28 deleted file mode 100644
29 index c5c5320956d..00000000000
30 --- a/net-nntp/ubh/metadata.xml
31 +++ /dev/null
32 @@ -1,8 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <!-- maintainer-needed -->
37 - <upstream>
38 - <remote-id type="sourceforge">ubh</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 diff --git a/net-nntp/ubh/ubh-2.5.ebuild b/net-nntp/ubh/ubh-2.5.ebuild
43 deleted file mode 100644
44 index b5867327455..00000000000
45 --- a/net-nntp/ubh/ubh-2.5.ebuild
46 +++ /dev/null
47 @@ -1,26 +0,0 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=0
52 -
53 -DESCRIPTION="The Usenet Binary Harvester"
54 -HOMEPAGE="http://ubh.sourceforge.net/"
55 -SRC_URI="http://ubh.sourceforge.net/download/${P}.tar.gz"
56 -LICENSE="GPL-2"
57 -SLOT="0"
58 -IUSE=""
59 -KEYWORDS="~amd64 ~ppc ~x86"
60 -DEPEND=">=virtual/perl-libnet-1.0607
61 - >=dev-perl/News-Newsrc-1.07
62 - >=dev-perl/IO-stringy-1.220
63 - >=virtual/perl-MIME-Base64-2.12
64 - >=dev-perl/MailTools-1.15
65 - >=dev-perl/MIME-tools-5.411
66 - >=dev-perl/String-CRC32-1.2"
67 -
68 -src_install() {
69 - dobin ubh || die "dobin failed"
70 - dohtml doc/ubh.html || die "dohtml failed"
71 - insinto /usr/share/${P}
72 - doins examples/{newsrc,ubhrc} || die "doins failed"
73 -}
74
75 diff --git a/profiles/package.mask b/profiles/package.mask
76 index 1490c2075c2..d68180a4643 100644
77 --- a/profiles/package.mask
78 +++ b/profiles/package.mask
79 @@ -418,7 +418,6 @@ net-misc/ng-utils
80 net-misc/sendfile
81 net-news/yencode
82 net-nntp/slrnconf
83 -net-nntp/ubh
84 sys-auth/pam_require
85
86 # Michał Górny <mgorny@g.o> (2019-10-04)