summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild')
-rw-r--r--dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild
deleted file mode 100644
index 3801bdab55a3..000000000000
--- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-HOMEPAGE="http://pear.php.net/package/${MY_PN}"
-# The PEAR tarball is missing some docs as of v1.10.0.
-SRC_URI="https://github.com/pear/${MY_PN}/archive/v${PV}.tar.gz
- -> ${MY_P}.tar.gz"
-DESCRIPTION="PHP class to communicate with IRC networks"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="doc examples"
-
-RDEPEND="dev-lang/php:*"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- dodoc CREDITS FEATURES docs/HOWTO README.md TODO
- use examples && dodoc -r docs/examples
-
- if use doc; then
- dodoc docs/DOCUMENTATION
- dodoc -r docs/HTML
- fi
-
- insinto /usr/share/php
- doins -r Net
-}