* [gentoo-commits] repo/gentoo:master commit in: net-misc/bwwhois/
@ 2019-10-04 18:53 Andreas K. Hüttel
0 siblings, 0 replies; only message in thread
From: Andreas K. Hüttel @ 2019-10-04 18:53 UTC (permalink / raw
To: gentoo-commits
commit: afde88c382e8478b7c58a393a4360d8d94c2c34d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 18:53:30 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 18:53:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afde88c3
net-misc/bwwhois: move from perl-app to perl-module.eclass
Package-Manager: Portage-2.3.70, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild b/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild
index c2840fab62e..a56efbf9f79 100644
--- a/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild
+++ b/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild
@@ -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() {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-04 18:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-04 18:53 [gentoo-commits] repo/gentoo:master commit in: net-misc/bwwhois/ Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox