Files
gentoo/dev-perl/Mail-Message/Mail-Message-3.0.0.ebuild
Kent Fredric 1e4d7949fe dev-perl/Mail-Message: Added at 3.0.0
- 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
2017-03-19 00:13:33 +13:00

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
)
"