dev-php/securimage: treeclean

Closes: https://bugs.gentoo.org/912879
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2023-12-15 23:03:29 +02:00
parent 79fa26e00e
commit e8fe9b7f34
4 changed files with 0 additions and 41 deletions

View File

@@ -1 +0,0 @@
DIST securimage-3.6.5.tar.gz 7590487 BLAKE2B 0285860497edf6c89e043b8cb660a6f5948e6ae7d80dacdd83ed37705856fd225e0c9ed43973eb837e85734f1d3c528d210f251d5cbc68c457cac224fea55fb7 SHA512 776130271f54d50cae5d9a71fed4bfe4870c187cbda55314b49706b3d88c8e76c283c09ead195f89b074fba8b16ddb22e25c268d80d01ee34e9dc5d624e12e7d

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">dapphp/securimage</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="PHP captcha creator and validator library"
HOMEPAGE="https://www.phpcaptcha.org/"
SRC_URI="https://github.com/dapphp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-lang/php[gd,truetype]
virtual/httpd-php"
src_install() {
# Grab all PHP files except the examples.
set *.php
local php_files=${@/*example*/}
insinto /usr/share/php/${PN}
doins -r ${php_files} *.{ttf,swf} audio backgrounds database images words
dodoc README*
}

View File

@@ -253,11 +253,6 @@ games-rpg/sumwars
# Removal on 2023-11-25.
dev-lang/ferite
# Michał Górny <mgorny@gentoo.org> (2023-10-26)
# Dead (and discouraged prior to death). No revdeps.
# Removal on 2023-11-25. Bug #912879.
dev-php/securimage
# Michał Górny <mgorny@gentoo.org> (2023-10-26)
# Not installable due to conflict with sys-apps/coreutils.
# Removal on 2023-11-25. Bug #908406.