Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Netmask/
Date: Sat, 16 Oct 2021 20:03:41
Message-Id: 1634414593.1a9766702dad06585559635a8135691fedd101a7.dilfridge@gentoo
1 commit: 1a9766702dad06585559635a8135691fedd101a7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 20:03:06 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 20:03:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a976670
7
8 dev-perl/Net-Netmask: Remove old
9
10 Bug: https://bugs.gentoo.org/779163
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 dev-perl/Net-Netmask/Manifest | 1 -
15 dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild | 19 -------------------
16 2 files changed, 20 deletions(-)
17
18 diff --git a/dev-perl/Net-Netmask/Manifest b/dev-perl/Net-Netmask/Manifest
19 index be7843e4cf0..1fcab424119 100644
20 --- a/dev-perl/Net-Netmask/Manifest
21 +++ b/dev-perl/Net-Netmask/Manifest
22 @@ -1,2 +1 @@
23 -DIST Net-Netmask-1.9022.tar.gz 19044 BLAKE2B 1e100feab51d36e67a8fedb9aaa64e36c15a7eda05b0c33679ca15834a78814d9acb3acf177635c7f489136d07e874d430790aa7fee7f5f723666389111f94f3 SHA512 85778356c0eb5047a1f8ce9883fe61dec4f54180571eefff0d08a723f6f8f828b5c6a52015de751bc13fc340275a5bc220668a37086bc4a62f164ed93f6e087f
24 DIST Net-Netmask-2.0001.tar.gz 44676 BLAKE2B de1aecb20b9d1230312e84ab4ce4fce2b588905158da1a69d8497018a2e9024a87ec7da5dcc422ff96dfb5690a73082acb39860d2fa733ac7779ccc27905b1b5 SHA512 87f4f875dc1f07968a71d558bb02b8443d63601e8414a109ddfdd47c5d8616ed0678ea950426ec646bf3b06035ff1dabf067dafb18cb66291b882b9364c0de0b
25
26 diff --git a/dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild b/dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild
27 deleted file mode 100644
28 index 214d4c83ddf..00000000000
29 --- a/dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild
30 +++ /dev/null
31 @@ -1,19 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -MODULE_AUTHOR=MUIR
38 -MODULE_SECTION=modules
39 -MODULE_VERSION=1.9022
40 -inherit perl-module
41 -
42 -DESCRIPTION="Parse, manipulate and lookup IP network blocks"
43 -
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 x86"
46 -IUSE=""
47 -
48 -DEPEND="virtual/perl-ExtUtils-MakeMaker"
49 -
50 -SRC_TEST="do"