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/phpDocumentor/
Date: Sun, 28 May 2017 14:35:44
Message-Id: 1495981980.114a2d8c45a516abb968d840dd25574d036d7ac2.grknight@gentoo
1 commit: 114a2d8c45a516abb968d840dd25574d036d7ac2
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 14:33:00 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 14:33:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114a2d8c
7
8 dev-php/phpDocumentor: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-php/phpDocumentor/Manifest | 1 -
13 dev-php/phpDocumentor/phpDocumentor-2.3.0.ebuild | 28 ------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-php/phpDocumentor/Manifest b/dev-php/phpDocumentor/Manifest
17 index 53cc8e19556..43a0a605e01 100644
18 --- a/dev-php/phpDocumentor/Manifest
19 +++ b/dev-php/phpDocumentor/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST phpDocumentor-2.3.0.tgz 17137438 SHA256 1b093f41ecadb0c541a9adb6dc520d4fe06eaf0a6c74a752ffe5e7bff63b751a SHA512 74ad4329d90e71a76977a38ed39dfeff33f557d68a1393f834f2eeb5d4b5e880a4b1813ecb1f4edff638fc5633a3a4b4c7156c5c6cb15e755db283780305c435 WHIRLPOOL 1b14119cbeb21f0887401423ddf50b6afdc379a433ad09db1229d8e53f7e7312df64055d69932d21deec1b3842c3cab78afe5212f7cd6eb1c9ebd8102acc3895
22 DIST phpDocumentor-2.7.0.tgz 16118916 SHA256 4d0acb78e6233990595461b70f11db66d91fd38d4e8de5616b788db104caa746 SHA512 068f2470f73ea6940077c23f5565e737d6065e881b9d1456fc617b00c285cc2358773afc16e97e3d9403b5caaaa32a9dcd360bfc91decf349f4b100fee4a9129 WHIRLPOOL 29833d4cdf28f13bb4c78d3d9cb6a6c28acb9a60a1adfa5e6d30b4768afcec157aaecb32b85a75953e987bbda98d717076ebcc723c344af67f4ec32339fe7ba1
23 DIST phpDocumentor-2.8.2.phar 33079646 SHA256 1f055bd562b7a209c4f89e865e653576b10a239880e55f423df02ecba4d48c53 SHA512 ef47483147358d423595d6c771971481b99338adeed0f2742ab6856925d3a1d501d4e786aab75cba5dc2306728aef6bf8fc4cfd8ea35d5d9c903f1afa5695c2a WHIRLPOOL c5b551dc3fbcd6b347b24a77ca7378e4301bcbf738f210a0f4b1a0b18d279028787a331c6274963b7c3f7749dba9d4f1993747cebd0be4531add3bce8954f665
24
25 diff --git a/dev-php/phpDocumentor/phpDocumentor-2.3.0.ebuild b/dev-php/phpDocumentor/phpDocumentor-2.3.0.ebuild
26 deleted file mode 100644
27 index 7f4f9beb051..00000000000
28 --- a/dev-php/phpDocumentor/phpDocumentor-2.3.0.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PHP_PEAR_URI="pear.phpdoc.org"
37 -
38 -inherit php-pear-r1
39 -
40 -DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -
45 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
46 -IUSE="doc"
47 -
48 -# block old version that provides the same binary
49 -DEPEND="!dev-php/PEAR-PhpDocumentor"
50 -RDEPEND="media-gfx/graphviz
51 - dev-lang/php[iconv,intl,xslt]"
52 -
53 -src_install() {
54 - php-pear-r1_src_install
55 -
56 - # install manual, tutorial, reference material
57 - use doc && dodoc -r docs/*
58 -}