commit:     d87f22661afe03fe0d3bfddc0c85e324ae5cd391
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  2 17:25:12 2015 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Nov  2 17:34:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87f2266

dev-php/smarty-docs: remove masked package.

Gentoo-Bug: 561040

 dev-php/smarty-docs/Manifest                  |  3 --
 dev-php/smarty-docs/metadata.xml              |  9 ----
 dev-php/smarty-docs/smarty-docs-2.6.14.ebuild | 23 -----------
 dev-php/smarty-docs/smarty-docs-3.0.ebuild    | 59 ---------------------------
 4 files changed, 94 deletions(-)

diff --git a/dev-php/smarty-docs/Manifest b/dev-php/smarty-docs/Manifest
deleted file mode 100644
index a547591..0000000
--- a/dev-php/smarty-docs/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Smarty-2.6.14-docs.tar.gz 136235 SHA256 
50d92a5fe2ff2a77668de36de5d9bff7a021892aa66e31ff660a89240edb6dc3 SHA512 
2389db876bd419bbf7c96e37a818108106364a94e82fb1286265829c4444038eae01de5642f7c1d29d4faed9209e184fe8abdc8ed3de7a32a3b3717e80f02b69
 WHIRLPOOL 
b4d478df28ab17e641a1348540572bc5f750ce42f556f2c0f6f13878e1a989610f9bbde18b356e502aebacc29ee9632122bb287ba1b2eccc00e71c56d3bbc950
-DIST smarty-docs-3.0-en.pdf 1167021 SHA256 
13dbe6e3eb052e6bf1ce3f2b1b014c54977cbd51df7b8c0ddd7c5a554537d0d2 SHA512 
2bdf77e088d6e2e2fabf84449b2ca5c70e706cf433751da0b1fd130ad74512d82fd66d9395140969b69d9e9f924cfd635919f51ea798f561d4994f02d6139683
 WHIRLPOOL 
7113f9bba2ccb2b0f5c96666caa774b1d4bf8eb33e0f3125602bdc3a69f9af5b995bd17f8f8cc87cca848c7e2af743a781beece2348c127908c631303eba647a
-DIST smarty-docs-3.0-en.zip 344408 SHA256 
1bdf02a6fcb02aa4faca4b42b6a32efa76361e659c2c1cd7357e03a25cc47af4 SHA512 
22f54e3fc895b5abe7c08d28be19f1dabe050d0afbcec0d5b86b72173bc44994d62e4d589b7103acb66d79a8a7a7e3ab7d391106b8655b9b1334403690c053b5
 WHIRLPOOL 
8548cf10ee6913c4aea65e8a91fd70764cfbf05a17256740cf8724c9a54ba321d7a59a3a8e1fdfc0dc4a3cd0213789ebde63e54260646de9a53399d9e889a76b

diff --git a/dev-php/smarty-docs/metadata.xml b/dev-php/smarty-docs/metadata.xml
deleted file mode 100644
index b821fba..0000000
--- a/dev-php/smarty-docs/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>php</herd>
-       <use>
-               <flag name="html">Install the documentation in HTML 
format</flag>
-               <flag name="pdf">Install the documentation in PDF format</flag>
-       </use>
-</pkgmetadata>

diff --git a/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild 
b/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild
deleted file mode 100644
index d13a72f..0000000
--- a/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-MY_P="Smarty-${PV}-docs"
-
-DESCRIPTION="Documentation for Smarty, a template engine for PHP"
-HOMEPAGE="http://smarty.php.net/docs.php";
-SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz";
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/manual"
-
-src_install() {
-       dohtml -r .
-}

diff --git a/dev-php/smarty-docs/smarty-docs-3.0.ebuild 
b/dev-php/smarty-docs/smarty-docs-3.0.ebuild
deleted file mode 100644
index 9ed7df4..0000000
--- a/dev-php/smarty-docs/smarty-docs-3.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="pdf html"
-DESCRIPTION="Documentation for Smarty, a template engine for PHP"
-HOMEPAGE="http://www.smarty.net/documentation";
-SRC_URI="html? ( http://www.smarty.net/files/docs/manual-en-${PV}.zip -> 
${P}-en.zip )
-       pdf? ( http://www.smarty.net/files/docs/manual-en-${PV}.pdf -> 
${P}-en.pdf )"
-
-LANGS="en"
-
-for X in ${LANGS}; do
-       [[ ${X} != "en" ]] && SRC_URI="${SRC_URI} linguas_${X}? (
-               html? ( http://www.smarty.net/files/docs/manual-${X}-${PV}.zip 
-> ${P}-${X}.zip )
-               pdf? ( http://www.smarty.net/files/docs/manual-${X}-${PV}.pdf 
-> ${P}-${X}.pdf ) )"
-       IUSE="${IUSE} linguas_${X}"
-done
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-DEPEND="html? ( app-arch/unzip )"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="|| ( html pdf )"
-
-src_unpack() {
-       mkdir -p "${S}"
-
-       if use html; then
-               mkdir "${S}"/html
-               pushd "${S}"/html > /dev/null
-
-               unpack ${P}-en.zip
-
-               for X in ${LANGS}; do
-                       if [[ ${X} != "en" ]] && use linguas_${X}; then
-                               unpack ${P}-${X}.zip
-                       fi
-               done
-
-               popd > /dev/null
-       fi
-}
-
-src_install() {
-       if use html; then
-               dohtml -r html/*
-       fi
-
-       if use pdf; then
-               docinto pdf
-               dodoc "${DISTDIR}"/${P}-*.pdf
-       fi
-}

Reply via email to