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
parentdev-php/libchart: Snapshot bump, convert to EAPI6 and move to github (diff)
downloadgentoo-cf7042d6.tar.gz
gentoo-cf7042d6.tar.bz2
gentoo-cf7042d6.zip
dev-php/libchart: Drop old versions
Package-Manager: portage-2.3.2
-rw-r--r--dev-php/libchart/Manifest2
-rw-r--r--dev-php/libchart/libchart-1.2.2.ebuild34
-rw-r--r--dev-php/libchart/libchart-1.3.ebuild34
3 files changed, 0 insertions, 70 deletions
diff --git a/dev-php/libchart/Manifest b/dev-php/libchart/Manifest
index 34d5476cbdf6..e0ceb67ed1e9 100644
--- a/dev-php/libchart/Manifest
+++ b/dev-php/libchart/Manifest
@@ -1,3 +1 @@
-DIST libchart-1.2.2.tar.gz 103063 SHA256 3a369f3d0caf18cb2fa25db9744f2d7986c5020a474ca6b42ef807785bd78166 SHA512 6b86be1afdf4492e911c7c4bb08045d4f4f7229204a53c77339a8a7c5aa896c221e7bd9fe6bac2be05f97de653372689e22827ec1c13ee63402e9058818969bf WHIRLPOOL 033297a4d323729579240c17559d2765fb910e951c71f07b6a8f6f19dc98c84e2fd0f6e62489c7fa6f18da1229903bd51889e4c079088d529bea16d36c4797df
-DIST libchart-1.3.tar.gz 106204 SHA256 ab3bdf1ccdb008a7ca9f7908d7ed8698163ab6679eaaf4bc37d5229471f38ac2 SHA512 5d2a0b014546487029f552f225fa83de856210a997e69bb5b129e99790f5acfdcfff904077126c42f82974d10f81e7e0342991221af5f108902b2792df24d586 WHIRLPOOL e4bb9b86939592a97bec0b00ebc26046a599a9b6d1ed266db9ad7b6b4a653cca21fdb7aa31078ba2d0957ddc0cc0c5741fd1d62a80b229b55f78dda81c2acca9
DIST libchart-1.3_p21050415.tar.gz 365928 SHA256 c39eb5060b37a21883d405064bc49d2b1971208f9634e96cdb2d329d2f07a20d SHA512 14579fb69dd6c2f08725391773268221158d2ba065dd47e116895a543dfb990de3d26757d6f3e17da5ed8a33c5a728efe0ccca079517c8381b37ea6cef083be5 WHIRLPOOL 239cb88c13683182fc9bf2d7a99d91b84a1d0e2c7324357d1838b353ac93327cb1e485ec4a3d5fd906202a5cc51449ded125e963b0d747bf5c769353a2848a2d
diff --git a/dev-php/libchart/libchart-1.2.2.ebuild b/dev-php/libchart/libchart-1.2.2.ebuild
deleted file mode 100644
index 3c7f23169da2..000000000000
--- a/dev-php/libchart/libchart-1.2.2.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}
-}
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}
-}