Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_mimeDecode/
Date: Mon, 19 Feb 2018 21:57:15
Message-Id: 1519077362.8fdd771564e15a76eb2139c8619de00726c5bb66.grknight@gentoo
1 commit: 8fdd771564e15a76eb2139c8619de00726c5bb66
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 21:56:02 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 21:56:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fdd7715
7
8 dev-php/PEAR-Mail_mimeDecode: Revbump to enable tests
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 ...-1.5.6-r1.ebuild => PEAR-Mail_mimeDecode-1.5.6-r2.ebuild} | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r1.ebuild b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild
16 similarity index 69%
17 rename from dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r1.ebuild
18 rename to dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild
19 index 5485056b129..adf9177c8b5 100644
20 --- a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r1.ebuild
21 +++ b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -9,11 +9,11 @@ DESCRIPTION="Provides a class to decode mime messages (split from PEAR-Mail_Mime
29 LICENSE="BSD"
30 SLOT="0"
31 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
32 -IUSE=""
33 +IUSE="test"
34
35 RDEPEND=">=dev-php/PEAR-Mail_Mime-1.5.2"
36 +DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )"
37
38 -#src_install() {
39 -# insinto /usr/share/php
40 -# doins -r Mail
41 -#}
42 +src_test() {
43 + pear run-tests tests || die
44 +}