summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-11-25 15:44:44 -0500
committerBrian Evans <grknight@gentoo.org>2016-11-25 15:44:44 -0500
commitcf7042d6c4750d3c61e7526b571e4d37c13b492f (patch)
treeb4dcd80be0e362a69897cba9f3bc9882cc5591b3 /dev-php/libchart/libchart-1.3.ebuild
parentdev-php/libchart: Snapshot bump, convert to EAPI6 and move to github (diff)
downloadgentoo-cf7042d6c4750d3c61e7526b571e4d37c13b492f.tar.gz
gentoo-cf7042d6c4750d3c61e7526b571e4d37c13b492f.tar.bz2
gentoo-cf7042d6c4750d3c61e7526b571e4d37c13b492f.zip
dev-php/libchart: Drop old versions
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php/libchart/libchart-1.3.ebuild')
-rw-r--r--dev-php/libchart/libchart-1.3.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-php/libchart/libchart-1.3.ebuild b/dev-php/libchart/libchart-1.3.ebuild
deleted file mode 100644
index 3c7f23169da2..000000000000
--- a/dev-php/libchart/libchart-1.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-DESCRIPTION="Libchart is a chart creation PHP library that is easy to use"
-HOMEPAGE="http://naku.dohcrew.com/libchart"
-SRC_URI="https://libchart.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3 BitstreamVera"
-KEYWORDS="~x86 ~amd64"
-SLOT=0
-IUSE="examples"
-
-DEPEND=""
-RDEPEND="dev-lang/php[truetype]
- || ( dev-lang/php[gd] dev-lang/php[gd-external] )"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- dodoc "${PN}/ChangeLog" "${PN}/README"
- rm -f "${PN}/ChangeLog" "${PN}/ChangeLog" "${PN}/COPYING"
-
- if use examples ; then
- # no point making users unzip all files individually
- docompress -x "/usr/share/doc/${PF}/demo"
- dodoc -r demo/
- fi
-
- insinto "/usr/share/php/${PN}"
- doins -r ${PN}
-}