public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_Mime/
Date: Wed, 29 Apr 2020 21:31:25 +0000 (UTC)	[thread overview]
Message-ID: <1588195862.7e75803b637f9fe2731ba91bf416f7dee88a43da.whissi@gentoo> (raw)

commit:     7e75803b637f9fe2731ba91bf416f7dee88a43da
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 21:24:12 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 21:31:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e75803b

dev-php/PEAR-Mail_Mime: bump to v1.10.7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/PEAR-Mail_Mime/Manifest                    |  1 +
 .../PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.7.ebuild    | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-php/PEAR-Mail_Mime/Manifest b/dev-php/PEAR-Mail_Mime/Manifest
index f351032813b..45836d93124 100644
--- a/dev-php/PEAR-Mail_Mime/Manifest
+++ b/dev-php/PEAR-Mail_Mime/Manifest
@@ -1,3 +1,4 @@
 DIST Mail_Mime-1.10.2.tgz 36501 BLAKE2B 59e900b99061e84d307eb46d295f843404ae06b01936cec4ed610c298b6f7e8fcee15098fa6d935696122311eae2dbf733611410b2249f2535673a3031011fa3 SHA512 4e3b2a2adc58d8b4f16f56509c9f22638dc37aedf1bec60871706390198198be6ed6dccae8c250eb33de3a441aeb122097ffaddbc49191745f0f09693ec6612b
 DIST Mail_Mime-1.10.4.tgz 36909 BLAKE2B 101d050d96b717ad970a6f8c170ba8ea7d94252274f0b006a266a5ef4ac9d49fb350d3bf120ce645e5a54af1f0ad0ab664c828abfa8a4a96170e7204c73dfd82 SHA512 6e58e1078292cf43605313e2402b60deb97be0b56c8eb5dbbb501cf92ca836ca4bdbc9e1ab878c89f8e59941962a91b73dd917c8e678f0944f271e5537f065e5
 DIST Mail_Mime-1.10.6.tgz 38355 BLAKE2B d12b0496122c67236090db84710aa1fa660570d82952f037ddeb795ac3184a427965e12b21a6dcd6bfaea692299fb6e610822a364470c444455369f96dbbe972 SHA512 223e4a3a3ab52497d7cee551108642aa8c90328cd5d28ec0f215e16e0f2066fbaa3e4d51e62080d322846f8410c2e4641cd7c743e736062b6f8215e637877518
+DIST Mail_Mime-1.10.7.tgz 38445 BLAKE2B 4e990a9a704aa8fd918dcbcd271946cd5a76c55783cfa207a9a8d171c1e0d407e19e2a30ce46689c8afddeee0037082d77ecbc0e3fb0b4e94f82a2b242ef22c6 SHA512 b3ac0076d3519c14f0331b73940a4fa47cfeb1d2c31d5a5ffa820042fc9b56a8b4d479f349dbe213164c157d5c56caaf0b4f70ef422cc3eba40443433c813d60

diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.7.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.7.ebuild
new file mode 100644
index 00000000000..a88d469a1fc
--- /dev/null
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+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 ~sparc ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-php/PEAR-PEAR )"
+
+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"
+}


             reply	other threads:[~2020-04-29 21:31 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-29 21:31 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-17  8:54 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_Mime/ Michael Orlitzky
2024-10-17  6:33 Sam James
2024-06-11 19:26 Michael Orlitzky
2023-12-10  1:38 Ionen Wolkens
2023-06-10  1:26 Michael Orlitzky
2023-06-09 17:39 Arthur Zamarin
2021-09-08  0:42 Sam James
2021-09-07 13:44 Brian Evans
2021-09-07 13:18 Brian Evans
2021-09-07 13:18 Brian Evans
2021-09-07 13:18 Brian Evans
2021-02-02  1:18 Thomas Deutschmann
2020-06-29 15:09 Thomas Deutschmann
2020-06-25 21:59 Thomas Deutschmann
2020-01-30 15:54 Brian Evans
2020-01-21 23:58 Michael Orlitzky
2019-11-17 21:54 Thomas Deutschmann
2019-11-17 21:01 Thomas Deutschmann
2018-04-23 17:24 Brian Evans
2018-04-23 17:24 Brian Evans
2018-03-14 11:20 Mikle Kolyada
2018-03-13 22:26 Thomas Deutschmann
2018-02-19 21:57 Brian Evans
2017-11-17 13:55 Brian Evans
2017-11-17 13:55 Brian Evans
2017-05-22 13:18 Brian Evans
2017-01-07 13:45 Michael Orlitzky
2015-12-14 16:15 Agostino Sarubbo
2015-12-14 14:12 Agostino Sarubbo
2015-12-13  1:42 Michael Orlitzky
2015-08-18 15:05 Brian Evans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1588195862.7e75803b637f9fe2731ba91bf416f7dee88a43da.whissi@gentoo \
    --to=whissi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox