diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-22 11:27:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-22 11:27:07 +0300 |
commit | c381690b78c4e6f9ffd81e4756709809b6ac16c2 (patch) | |
tree | ae7e66b211d00821acb7dfa760a818613fa4d84d /dev-php | |
parent | dev-ruby/atomic: treeclean (diff) | |
download | gentoo-c381690b78c4e6f9ffd81e4756709809b6ac16c2.tar.gz gentoo-c381690b78c4e6f9ffd81e4756709809b6ac16c2.tar.bz2 gentoo-c381690b78c4e6f9ffd81e4756709809b6ac16c2.zip |
dev-php/libchart: treeclean, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/libchart/Manifest | 1 | ||||
-rw-r--r-- | dev-php/libchart/libchart-1.3.ebuild | 31 | ||||
-rw-r--r-- | dev-php/libchart/metadata.xml | 11 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-php/libchart/Manifest b/dev-php/libchart/Manifest deleted file mode 100644 index d8299b8d133b..000000000000 --- a/dev-php/libchart/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libchart-1.3.tar.gz 106204 BLAKE2B 55e133ad55b54377211cf165ac77a545ba770942f383c3839ce1eacf82afaf831ec80711375a4ff4a7be55f1e4270fb886dafae2a21b1a041c5da5384e4aee93 SHA512 5d2a0b014546487029f552f225fa83de856210a997e69bb5b129e99790f5acfdcfff904077126c42f82974d10f81e7e0342991221af5f108902b2792df24d586 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> |