mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
- Forked out of dev-perl/Mail-Box - Keywords preserved from Mail-Box - Must hard-block Mail-Box <3.0 due to both having file collisions and runtime failures if used before the old Mail-Box is removed. Given that the *new* Mail-Box uses Mail-Message in tests, this means that if the *old* Mail-Box is installed, then it can't upgrade either ( due to Mail-Message failing ) Package-Manager: Portage-2.3.4, Repoman-2.3.2
34 lines
720 B
Bash
34 lines
720 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DIST_AUTHOR=MARKOV
|
|
DIST_VERSION=3.000
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="General Message Object for MIME Messsage Handling"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha ~amd64 ~x86"
|
|
IUSE="test"
|
|
|
|
RDEPEND="
|
|
dev-perl/TimeDate
|
|
>=virtual/perl-Encode-2.260.0
|
|
>=virtual/perl-File-Spec-0.700.0
|
|
dev-perl/IO-stringy
|
|
virtual/perl-MIME-Base64
|
|
>=dev-perl/MIME-Types-1.4.0
|
|
>=dev-perl/MailTools-2.170.0
|
|
>=virtual/perl-Scalar-List-Utils-1.130.0
|
|
>=dev-perl/URI-1.230.0
|
|
>=dev-perl/User-Identity-0.940.0
|
|
!!<dev-perl/Mail-Box-3
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
>=virtual/perl-Test-Simple-0.470.0
|
|
)
|
|
"
|