+++ /dev/null
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MNOONING
-MODULE_SECTION=${PN}
-MODULE_VERSION=0.2020
-inherit perl-module
-
-S=${WORKDIR}/${PN}
-
-DESCRIPTION="The Perl RPC Module"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=virtual/perl-Storable-1.0.7
- >=dev-perl/Net-Daemon-0.34"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/perldoc-remove.patch"
- "${FILESDIR}/Security-notice-on-Storable-and-reply-attack.patch" )
-
-src_test() {
- PERL_DL_NONLAZY=1 /usr/bin/perl \
- "-MExtUtils::Command::MM" \
- "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-}
+++ /dev/null
---- Makefile.PL.old 2007-06-25 11:58:33.000000000 -0400
-+++ Makefile.PL 2007-06-25 11:58:37.000000000 -0400
-@@ -86,7 +86,6 @@ sub postamble {
- pm_to_blib: README
-
- README: lib/RPC/PlServer.pm
--\tperldoc -t lib/RPC/PlServer.pm >README
-
- END_OF_POSTAMBLE
- }