summaryrefslogtreecommitdiff
path: root/dev-php/libchart
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/libchart')
-rw-r--r--dev-php/libchart/Manifest3
-rw-r--r--dev-php/libchart/libchart-1.3.ebuild31
-rw-r--r--dev-php/libchart/metadata.xml11
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-php/libchart/Manifest b/dev-php/libchart/Manifest
deleted file mode 100644
index 55374ed35075..000000000000
--- a/dev-php/libchart/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST libchart-1.3.tar.gz 106204 BLAKE2B 55e133ad55b54377211cf165ac77a545ba770942f383c3839ce1eacf82afaf831ec80711375a4ff4a7be55f1e4270fb886dafae2a21b1a041c5da5384e4aee93 SHA512 5d2a0b014546487029f552f225fa83de856210a997e69bb5b129e99790f5acfdcfff904077126c42f82974d10f81e7e0342991221af5f108902b2792df24d586
-EBUILD libchart-1.3.ebuild 739 BLAKE2B 2f3a0704342954f8d4ef6ef54bc9e6a16d35880b10432692846b2d5adc60091b0568dac1667de3a2d358495682facc00cade694098f1405fb18552bad10dfb79 SHA512 6c1edf775a5e503777d944b756721333a12736b2186c93c884747121d2adf538b5633dda3b36c68f672e360123614cdfcfa7c415c6cb442b4494db9fecfaa44e
-MISC metadata.xml 318 BLAKE2B dee4d44a151a0c94476d68cbfbeb73f122080b14c1e07a85236f2f97a00bc853d9c8aeedb7529c456bf01de40abd53df8fe3006f0afd89eee6085425fed6bb66 SHA512 b567fb618a210b5944f883a00ab319348bc9e68374cd1b701fa35d846962e59eee0a244cf83cd1f46e9ddd532f4086b6526e4d1ef67266922c398437dfbc7597
diff --git a/dev-php/libchart/libchart-1.3.ebuild b/dev-php/libchart/libchart-1.3.ebuild
deleted file mode 100644
index b2e443283bed..000000000000
--- a/dev-php/libchart/libchart-1.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Easy-to-use chart creation library for PHP"
-HOMEPAGE="https://naku.dohcrew.com/libchart https://github.com/naku/libchart"
-SRC_URI="https://github.com/naku/${PN}/releases/download/release/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3 BitstreamVera"
-KEYWORDS="~amd64 ~x86"
-SLOT=0
-IUSE="examples"
-
-DEPEND=""
-RDEPEND="dev-lang/php:*[gd,truetype]"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- dodoc "${PN}"/{ChangeLog,README}
-
- if use examples ; then
- # PHP won't run a compressed example...
- docompress -x "/usr/share/doc/${PF}/demo"
- dodoc -r demo/
- fi
-
- insinto "/usr/share/php/${PN}"
- doins -r "${PN}"/{classes,fonts,images}
-}
diff --git a/dev-php/libchart/metadata.xml b/dev-php/libchart/metadata.xml
deleted file mode 100644
index ba48139d30db..000000000000
--- a/dev-php/libchart/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>php-bugs@gentoo.org</email>
- <name>PHP</name>
- </maintainer>
- <upstream>
- <remote-id type="github">naku/libchart</remote-id>
- </upstream>
-</pkgmetadata>