mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
mail-mta/qpsmtpd: Switch from perl-app.eclass to perl-module.eclass
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -1,9 +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
|
||||
|
||||
inherit eutils perl-app user
|
||||
inherit eutils perl-module user
|
||||
|
||||
DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
|
||||
HOMEPAGE="http://smtpd.develooper.com"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
[[ ${PV} == *9999 ]] && SCM="git-2"
|
||||
inherit eutils perl-app user ${SCM}
|
||||
inherit eutils perl-module user ${SCM}
|
||||
|
||||
DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
|
||||
HOMEPAGE="https://smtpd.github.io/qpsmtpd/"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils perl-app user git-2
|
||||
inherit eutils perl-module user git-2
|
||||
|
||||
DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
|
||||
HOMEPAGE="https://smtpd.github.io/qpsmtpd/"
|
||||
|
||||
Reference in New Issue
Block a user