From 65fe1f989e3e3e7380231285ae7edbbf1bb2543e Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Fri, 17 Nov 2017 08:54:56 -0500 Subject: dev-php/PEAR-Mail_Mime: Drop old versions Package-Manager: Portage-2.3.14, Repoman-2.3.6 --- dev-php/PEAR-Mail_Mime/Manifest | 2 -- .../PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.0.ebuild | 22 ---------------------- .../PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.1.ebuild | 22 ---------------------- 3 files changed, 46 deletions(-) delete mode 100644 dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.0.ebuild delete mode 100644 dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.1.ebuild diff --git a/dev-php/PEAR-Mail_Mime/Manifest b/dev-php/PEAR-Mail_Mime/Manifest index 742fde9b5430..993113fb2851 100644 --- a/dev-php/PEAR-Mail_Mime/Manifest +++ b/dev-php/PEAR-Mail_Mime/Manifest @@ -1,4 +1,2 @@ -DIST Mail_Mime-1.10.0.tgz 35767 SHA256 40867f312a7cc2bde95ea78a905bf8c7ded2dfe97b184dea43c21bf6ea5fd7eb SHA512 7fe54db4b0dee1ab3186d9ba8d4e5be02ddbcef530f1a3b70e509ca43ef0e4516ba8e829ba4397a30a703fcdbf42de36c10c204269ffa8be5d5f254e8929c9d6 WHIRLPOOL 357d00fe30e19c31580ef45b496ed893523216c8928a08298a8f9af400eba4f0a5f0a1c888be6095c2c68251dba670eeddaf771012b4cf84370e0b3970147917 -DIST Mail_Mime-1.10.1.tgz 36336 SHA256 d67f25c5aa03fe560211d10ae93f8b87e6c42c7dd1ac7c26876de39c471c5978 SHA512 8f1d6974428efb77dcca665589128b5e8c1d3b8d5e4bcbdc179699e73ee1788f9a71c0f23a56e5b8d98103b4651d45714f0b630ca60769a24a6e28878ff8f288 WHIRLPOOL cbdee26226729a0129543608519b423096d5a695e6037bd1429898d608cda8d03a603f88cf34c1d19b93a72cb911d43b2d96b0d90d44573d14f89d4f987c37b9 DIST Mail_Mime-1.10.2.tgz 36501 SHA256 d9ec0a711ddd199d2672aaeee91d88474f5d1adb22da9619b0513d4bdb219c7a SHA512 4e3b2a2adc58d8b4f16f56509c9f22638dc37aedf1bec60871706390198198be6ed6dccae8c250eb33de3a441aeb122097ffaddbc49191745f0f09693ec6612b WHIRLPOOL 10060733c563a42c01d928741241380f973a0626c57ff9bbeea81f96d5eee387d206d67b21251d4a2da9fe391f120c86c44eb24196f99c7f4e9ea20e53c5e070 DIST Mail_Mime-1.9.0.tgz 35042 SHA256 17ee289990ab8f0b62d9806a5e094f4b130b9ba75e939f3496be9d9d9f3506d0 SHA512 915084166943be396603cc63736818fd4401e21b417d159cb47cf22c0de4153a7ecc4496c192212ac5c952196a35a56936def16305fb69beec64582994574fb7 WHIRLPOOL 9b279d872aa881301256f021d256fdc6701c54c52400f085c45641fcb056577ecb90d61c3a63dccf4195459f2f861d9afdb522986bb61edf2b1b559edfcd2764 diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.0.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.0.ebuild deleted file mode 100644 index 4e734ede584e..000000000000 --- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit php-pear-r1 - -DESCRIPTION="Create and manipulate mime messages with PHP" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="test" - -src_test() { - # Requires the "pear" executable from dev-php/PEAR-PEAR. - pear run-tests tests || die - - # The command succeeds regardless of whether or not the test suite - # passed, but this file is only written when there was a failure. - [[ -f run-tests.log ]] && die "test suite failed" -} diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.1.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.1.ebuild deleted file mode 100644 index e4847ea6eede..000000000000 --- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit php-pear-r2 - -DESCRIPTION="Create and manipulate mime messages with PHP" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="test" - -src_test() { - # Requires the "pear" executable from dev-php/PEAR-PEAR. - pear run-tests tests || die - - # The command succeeds regardless of whether or not the test suite - # passed, but this file is only written when there was a failure. - [[ -f run-tests.log ]] && die "test suite failed" -} -- cgit v1.2.3-65-gdbad