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-misc/ng-utils/
Date: Tue, 05 Nov 2019 22:24:12
Message-Id: 1572992571.67b4759d73bdf3d929f158b44b7b88a7f3f9d8d9.mgorny@gentoo
1 commit: 67b4759d73bdf3d929f158b44b7b88a7f3f9d8d9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:22:51 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:22:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b4759d
7
8 net-misc/ng-utils: 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-misc/ng-utils/Manifest | 1 -
14 net-misc/ng-utils/metadata.xml | 5 -----
15 net-misc/ng-utils/ng-utils-0.6.ebuild | 20 --------------------
16 profiles/package.mask | 1 -
17 4 files changed, 27 deletions(-)
18
19 diff --git a/net-misc/ng-utils/Manifest b/net-misc/ng-utils/Manifest
20 deleted file mode 100644
21 index 375a5139845..00000000000
22 --- a/net-misc/ng-utils/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST ng-utils-0.6.tar.gz 83119 BLAKE2B 2531a1b485577df4f97cfed7f8d89a164ea6bbe295a91bdf22301d8bc7a019b51abdc9ba56a57490d1f087678c65eab850fdfcb80dde52dee47323a1a71b971b SHA512 781e3a1cb0cdd54513dba8baa17b21813f595b67a7d250326651930656e3810d6166f52762fd2a1c8cea128a11da98ad1c4bb2743ef906578f21fe1ad2ef5fc4
26
27 diff --git a/net-misc/ng-utils/metadata.xml b/net-misc/ng-utils/metadata.xml
28 deleted file mode 100644
29 index 6f49eba8f49..00000000000
30 --- a/net-misc/ng-utils/metadata.xml
31 +++ /dev/null
32 @@ -1,5 +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 -</pkgmetadata>
38
39 diff --git a/net-misc/ng-utils/ng-utils-0.6.ebuild b/net-misc/ng-utils/ng-utils-0.6.ebuild
40 deleted file mode 100644
41 index fbb8f19ad29..00000000000
42 --- a/net-misc/ng-utils/ng-utils-0.6.ebuild
43 +++ /dev/null
44 @@ -1,20 +0,0 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=0
49 -
50 -DESCRIPTION="A collection of small tools for accessing netgroup contents"
51 -HOMEPAGE="ftp://ftp.hungry.com/pub/hungry/ng-utils"
52 -SRC_URI="ftp://ftp.hungry.com/pub/hungry/ng-utils/${P}.tar.gz"
53 -
54 -LICENSE="GPL-2"
55 -SLOT="0"
56 -KEYWORDS="~amd64"
57 -IUSE=""
58 -
59 -DEPEND=""
60 -RDEPEND=""
61 -
62 -src_install() {
63 - emake DESTDIR="${D}" install || die "make install failed"
64 -}
65
66 diff --git a/profiles/package.mask b/profiles/package.mask
67 index 1cff8749841..9d84b445591 100644
68 --- a/profiles/package.mask
69 +++ b/profiles/package.mask
70 @@ -414,7 +414,6 @@ net-mail/yosucker
71 net-misc/cgterm
72 net-misc/clockspeed-conf
73 net-misc/fmirror
74 -net-misc/ng-utils
75 sys-auth/pam_require
76
77 # Michał Górny <mgorny@g.o> (2019-10-04)