Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/smarty-docs/
Date: Mon, 02 Nov 2015 17:34:57
Message-Id: 1446485656.d87f22661afe03fe0d3bfddc0c85e324ae5cd391.mjo@gentoo
1 commit: d87f22661afe03fe0d3bfddc0c85e324ae5cd391
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 17:25:12 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 17:34:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87f2266
7
8 dev-php/smarty-docs: remove masked package.
9
10 Gentoo-Bug: 561040
11
12 dev-php/smarty-docs/Manifest | 3 --
13 dev-php/smarty-docs/metadata.xml | 9 ----
14 dev-php/smarty-docs/smarty-docs-2.6.14.ebuild | 23 -----------
15 dev-php/smarty-docs/smarty-docs-3.0.ebuild | 59 ---------------------------
16 4 files changed, 94 deletions(-)
17
18 diff --git a/dev-php/smarty-docs/Manifest b/dev-php/smarty-docs/Manifest
19 deleted file mode 100644
20 index a547591..0000000
21 --- a/dev-php/smarty-docs/Manifest
22 +++ /dev/null
23 @@ -1,3 +0,0 @@
24 -DIST Smarty-2.6.14-docs.tar.gz 136235 SHA256 50d92a5fe2ff2a77668de36de5d9bff7a021892aa66e31ff660a89240edb6dc3 SHA512 2389db876bd419bbf7c96e37a818108106364a94e82fb1286265829c4444038eae01de5642f7c1d29d4faed9209e184fe8abdc8ed3de7a32a3b3717e80f02b69 WHIRLPOOL b4d478df28ab17e641a1348540572bc5f750ce42f556f2c0f6f13878e1a989610f9bbde18b356e502aebacc29ee9632122bb287ba1b2eccc00e71c56d3bbc950
25 -DIST smarty-docs-3.0-en.pdf 1167021 SHA256 13dbe6e3eb052e6bf1ce3f2b1b014c54977cbd51df7b8c0ddd7c5a554537d0d2 SHA512 2bdf77e088d6e2e2fabf84449b2ca5c70e706cf433751da0b1fd130ad74512d82fd66d9395140969b69d9e9f924cfd635919f51ea798f561d4994f02d6139683 WHIRLPOOL 7113f9bba2ccb2b0f5c96666caa774b1d4bf8eb33e0f3125602bdc3a69f9af5b995bd17f8f8cc87cca848c7e2af743a781beece2348c127908c631303eba647a
26 -DIST smarty-docs-3.0-en.zip 344408 SHA256 1bdf02a6fcb02aa4faca4b42b6a32efa76361e659c2c1cd7357e03a25cc47af4 SHA512 22f54e3fc895b5abe7c08d28be19f1dabe050d0afbcec0d5b86b72173bc44994d62e4d589b7103acb66d79a8a7a7e3ab7d391106b8655b9b1334403690c053b5 WHIRLPOOL 8548cf10ee6913c4aea65e8a91fd70764cfbf05a17256740cf8724c9a54ba321d7a59a3a8e1fdfc0dc4a3cd0213789ebde63e54260646de9a53399d9e889a76b
27
28 diff --git a/dev-php/smarty-docs/metadata.xml b/dev-php/smarty-docs/metadata.xml
29 deleted file mode 100644
30 index b821fba..0000000
31 --- a/dev-php/smarty-docs/metadata.xml
32 +++ /dev/null
33 @@ -1,9 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8"?>
35 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 -<pkgmetadata>
37 - <herd>php</herd>
38 - <use>
39 - <flag name="html">Install the documentation in HTML format</flag>
40 - <flag name="pdf">Install the documentation in PDF format</flag>
41 - </use>
42 -</pkgmetadata>
43
44 diff --git a/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild
45 deleted file mode 100644
46 index d13a72f..0000000
47 --- a/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild
48 +++ /dev/null
49 @@ -1,23 +0,0 @@
50 -# Copyright 1999-2014 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -# $Id$
53 -
54 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
55 -
56 -MY_P="Smarty-${PV}-docs"
57 -
58 -DESCRIPTION="Documentation for Smarty, a template engine for PHP"
59 -HOMEPAGE="http://smarty.php.net/docs.php"
60 -SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
61 -LICENSE="LGPL-2.1"
62 -SLOT="0"
63 -IUSE=""
64 -
65 -DEPEND=""
66 -RDEPEND=""
67 -
68 -S="${WORKDIR}/manual"
69 -
70 -src_install() {
71 - dohtml -r .
72 -}
73
74 diff --git a/dev-php/smarty-docs/smarty-docs-3.0.ebuild b/dev-php/smarty-docs/smarty-docs-3.0.ebuild
75 deleted file mode 100644
76 index 9ed7df4..0000000
77 --- a/dev-php/smarty-docs/smarty-docs-3.0.ebuild
78 +++ /dev/null
79 @@ -1,59 +0,0 @@
80 -# Copyright 1999-2014 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -EAPI=4
85 -
86 -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
87 -IUSE="pdf html"
88 -DESCRIPTION="Documentation for Smarty, a template engine for PHP"
89 -HOMEPAGE="http://www.smarty.net/documentation"
90 -SRC_URI="html? ( http://www.smarty.net/files/docs/manual-en-${PV}.zip -> ${P}-en.zip )
91 - pdf? ( http://www.smarty.net/files/docs/manual-en-${PV}.pdf -> ${P}-en.pdf )"
92 -
93 -LANGS="en"
94 -
95 -for X in ${LANGS}; do
96 - [[ ${X} != "en" ]] && SRC_URI="${SRC_URI} linguas_${X}? (
97 - html? ( http://www.smarty.net/files/docs/manual-${X}-${PV}.zip -> ${P}-${X}.zip )
98 - pdf? ( http://www.smarty.net/files/docs/manual-${X}-${PV}.pdf -> ${P}-${X}.pdf ) )"
99 - IUSE="${IUSE} linguas_${X}"
100 -done
101 -
102 -LICENSE="LGPL-2.1"
103 -SLOT="0"
104 -
105 -DEPEND="html? ( app-arch/unzip )"
106 -RDEPEND="${DEPEND}"
107 -
108 -REQUIRED_USE="|| ( html pdf )"
109 -
110 -src_unpack() {
111 - mkdir -p "${S}"
112 -
113 - if use html; then
114 - mkdir "${S}"/html
115 - pushd "${S}"/html > /dev/null
116 -
117 - unpack ${P}-en.zip
118 -
119 - for X in ${LANGS}; do
120 - if [[ ${X} != "en" ]] && use linguas_${X}; then
121 - unpack ${P}-${X}.zip
122 - fi
123 - done
124 -
125 - popd > /dev/null
126 - fi
127 -}
128 -
129 -src_install() {
130 - if use html; then
131 - dohtml -r html/*
132 - fi
133 -
134 - if use pdf; then
135 - docinto pdf
136 - dodoc "${DISTDIR}"/${P}-*.pdf
137 - fi
138 -}