net-misc/bwwhois: move from perl-app to perl-module.eclass
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 4 Oct 2019 18:53:30 +0000 (20:53 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 4 Oct 2019 18:53:30 +0000 (20:53 +0200)
Package-Manager: Portage-2.3.70, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild

index c2840fab62ed2f3b5d88aa2b95787a9fb6d2c2ea..a56efbf9f79005fc5a3a189599cf03113836483f 100644 (file)
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
-inherit perl-app
+inherit perl-module
 
 MY_P="${P/bw/}"
 
@@ -17,7 +16,7 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND="dev-lang/perl"
+DEPEND=""
 RDEPEND="${DEPEND}
        virtual/perl-Getopt-Long"
 
@@ -26,6 +25,7 @@ S="${WORKDIR}/${MY_P}"
 src_prepare() {
        # bug #440390
        sed -i -e '/^\.ru/s/ripn.ru/ripn.net/' tld.conf || die 'sed on tld.conf failed'
+       perl-module_src_prepare
 }
 
 src_install() {