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/, dev-php/phpDocumentor/files/
Date: Tue, 20 Feb 2018 19:30:14
Message-Id: 1519154938.a755fa7acc87ac438505966f5dd7ac16e455034e.grknight@gentoo
1 commit: a755fa7acc87ac438505966f5dd7ac16e455034e
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 20 18:48:16 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 20 19:28:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a755fa7a
7
8 dev-php/phpDocumentor: Drop old; adjust runtime blocker
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-php/phpDocumentor/Manifest | 2 --
13 dev-php/phpDocumentor/files/channel.xml | 16 ---------
14 dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild | 41 ------------------------
15 dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild | 29 -----------------
16 dev-php/phpDocumentor/phpDocumentor-2.9.0.ebuild | 4 +--
17 5 files changed, 2 insertions(+), 90 deletions(-)
18
19 diff --git a/dev-php/phpDocumentor/Manifest b/dev-php/phpDocumentor/Manifest
20 index b7f085e8fa0..837251cdb83 100644
21 --- a/dev-php/phpDocumentor/Manifest
22 +++ b/dev-php/phpDocumentor/Manifest
23 @@ -1,3 +1 @@
24 -DIST phpDocumentor-2.7.0.tgz 16118916 BLAKE2B de8538d7b45b1d266fa3dfafcea7d9d6ff91972419aeea334058bf9655f98cfc9ee8ba3a3205f4f939dea462b54c9c30425ec80172a394498b3da2c4d230a72a SHA512 068f2470f73ea6940077c23f5565e737d6065e881b9d1456fc617b00c285cc2358773afc16e97e3d9403b5caaaa32a9dcd360bfc91decf349f4b100fee4a9129
25 -DIST phpDocumentor-2.8.2.phar 33079646 BLAKE2B cb66562a6417cb9015f432be221cfaf4e7c577301e3cbdcf09a2f1add7e42ddc2fd6cda91c4a78a8a41f9ceebc60bcffe3bccb8b12077be565b2f6529cff1d78 SHA512 ef47483147358d423595d6c771971481b99338adeed0f2742ab6856925d3a1d501d4e786aab75cba5dc2306728aef6bf8fc4cfd8ea35d5d9c903f1afa5695c2a
26 DIST phpDocumentor-2.9.0.phar 18276081 BLAKE2B 988d9ae15a369c94d6dd83d68b64054d4d1829d651ae28a5082913ebd47666a73f5e48d331c09561777b58c6716707f4751b047e1aad9545d83ac9c964933b80 SHA512 62efc492d387675f753094bf4c42f890808bc3f45ae4a6908a519722af11ffbda41b47100e68f12e5b73a2eaa49fe8afc8143c751518a2a68b10afa18f896f10
27
28 diff --git a/dev-php/phpDocumentor/files/channel.xml b/dev-php/phpDocumentor/files/channel.xml
29 deleted file mode 100644
30 index fab798db9a9..00000000000
31 --- a/dev-php/phpDocumentor/files/channel.xml
32 +++ /dev/null
33 @@ -1,16 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8" ?>
35 -<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd">
36 - <name>pear.phpdoc.org</name>
37 - <summary>phpdoc PEAR channel</summary>
38 - <suggestedalias>phpdoc</suggestedalias>
39 - <servers>
40 - <primary>
41 - <rest>
42 - <baseurl type="REST1.0">http://pear.phpdoc.org//rest/</baseurl>
43 - <baseurl type="REST1.1">http://pear.phpdoc.org//rest/</baseurl>
44 - <baseurl type="REST1.2">http://pear.phpdoc.org//rest/</baseurl>
45 - <baseurl type="REST1.3">http://pear.phpdoc.org//rest/</baseurl>
46 - </rest>
47 - </primary>
48 - </servers>
49 -</channel>
50
51 diff --git a/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild b/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild
52 deleted file mode 100644
53 index 7e5b156e075..00000000000
54 --- a/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild
55 +++ /dev/null
56 @@ -1,41 +0,0 @@
57 -# Copyright 1999-2017 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=6
61 -
62 -PHP_PEAR_DOMAIN="pear.phpdoc.org"
63 -PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
64 -
65 -inherit php-pear-r2
66 -
67 -DESCRIPTION="Automatic documenting of php api directly from the source"
68 -SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz"
69 -LICENSE="MIT"
70 -SLOT="0"
71 -
72 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
73 -IUSE="doc"
74 -
75 -# block old version that provides the same binary
76 -DEPEND="!dev-php/PEAR-PhpDocumentor"
77 -RDEPEND="media-gfx/graphviz
78 - dev-lang/php:*[iconv,intl,xmlreader,xslt]"
79 -
80 -src_prepare() {
81 - sed -i -e "s~@php_dir@~${EPREFIX}/usr/share/php~" \
82 - "${S}/bin/phpdoc" || die
83 - eapply_user
84 -}
85 -
86 -src_install() {
87 - exeinto /usr/bin
88 - doexe bin/phpdoc
89 - insinto /usr/share/php/${PN}
90 - doins -r vendor src/* phpdoc.dist.xml bin/phpdoc.php
91 - insinto /usr/share/php/data/${PN}
92 - doins -r ansible data features box.json composer.json composer.lock phpmd.xml.dist wercker.yml
93 - # install manual, tutorial, reference material
94 - use doc && dodoc -r docs/*
95 - php-pear-r2_install_packagexml
96 - einstalldocs
97 -}
98
99 diff --git a/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild b/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild
100 deleted file mode 100644
101 index 1e4d18cd349..00000000000
102 --- a/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild
103 +++ /dev/null
104 @@ -1,29 +0,0 @@
105 -# Copyright 1999-2017 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=6
109 -
110 -DESCRIPTION="Automatic documenting of php api directly from the source"
111 -HOMEPAGE="http://phpdoc.org"
112 -SRC_URI="https://github.com/${PN}/${PN}2/releases/download/v${PV}/${PN}.phar -> ${P}.phar"
113 -
114 -LICENSE="MIT"
115 -SLOT="0"
116 -
117 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
118 -IUSE=""
119 -
120 -# block old version that provides the same binary
121 -DEPEND="!dev-php/PEAR-PhpDocumentor"
122 -RDEPEND="media-gfx/graphviz
123 - dev-lang/php:*[cli,iconv,intl,phar,xmlreader,xslt]"
124 -S="${WORKDIR}"
125 -
126 -src_unpack() { :; }
127 -
128 -src_install() {
129 - insinto /usr/share/php/${PN}
130 - insopts -m755
131 - newins "${DISTDIR}/${P}.phar" ${PN}.phar
132 - dosym /usr/share/php/${PN}/${PN}.phar /usr/bin/phpdoc
133 -}
134
135 diff --git a/dev-php/phpDocumentor/phpDocumentor-2.9.0.ebuild b/dev-php/phpDocumentor/phpDocumentor-2.9.0.ebuild
136 index dac43364c33..48f99127a9e 100644
137 --- a/dev-php/phpDocumentor/phpDocumentor-2.9.0.ebuild
138 +++ b/dev-php/phpDocumentor/phpDocumentor-2.9.0.ebuild
139 @@ -14,8 +14,8 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
140 IUSE=""
141
142 # block old version that provides the same binary
143 -DEPEND="!dev-php/PEAR-PhpDocumentor"
144 -RDEPEND="media-gfx/graphviz
145 +RDEPEND="!dev-php/PEAR-PhpDocumentor
146 + media-gfx/graphviz
147 dev-lang/php:*[cli,iconv,intl,phar,xmlreader,xslt]"
148 S="${WORKDIR}"