commit:     c381690b78c4e6f9ffd81e4756709809b6ac16c2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 08:27:07 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 08:27:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c381690b

dev-php/libchart: treeclean, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-php/libchart/Manifest            |  1 -
 dev-php/libchart/libchart-1.3.ebuild | 31 -------------------------------
 dev-php/libchart/metadata.xml        | 11 -----------
 profiles/package.mask                |  6 ------
 4 files changed, 49 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>[email protected]</email>
-               <name>PHP</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">naku/libchart</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 134a3094f150..1a0c0aab3f17 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -280,12 +280,6 @@ dev-php/onphp
 # Removal on 2024-04-22.
 dev-php/mockery
 
-# Conrad Kostecki <[email protected]> (2024-03-22)
-# Stuck on old EAPI6. Not compatible with PHP7 and newer.
-# Upstream stopped development.
-# Removal on 2024-04-22.
-dev-php/libchart
-
 # Rahil Bhimjiani <[email protected]> (2024-03-17)
 # buildah-1.34.0 isn't getting security fixes from upstream
 # https://github.com/containers/buildah/issues/5320

Reply via email to