Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Daemon/
Date: Tue, 01 May 2018 00:22:09
Message-Id: 1525134111.d5bfd441b8171a2250db7a5d77eef5baec185d30.kentnl@gentoo
1 commit: d5bfd441b8171a2250db7a5d77eef5baec185d30
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 00:21:51 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 00:21:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5bfd441
7
8 dev-perl/Net-Daemon: Cleanup old re bug #633722
9
10 Closes: https://bugs.gentoo.org/633722
11 Package-Manager: Portage-2.3.29, Repoman-2.3.9
12
13 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild
17 deleted file mode 100644
18 index 0973575e06d..00000000000
19 --- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,15 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=MNOONING
28 -MODULE_VERSION=0.48
29 -inherit perl-module
30 -
31 -DESCRIPTION="Abstract base class for portable servers"
32 -
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 -IUSE=""
36 -SRC_TEST="broken"