summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-12-15 23:03:29 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-12-15 23:03:29 +0200
commite8fe9b7f34272965da1933a88bffb4d06ae8cb05 (patch)
treef527c5d6ae10adcc6e447a2505f3d1090e156498 /dev-php
parentgames-strategy/defcon-demo: treeclean (diff)
downloadgentoo-e8fe9b7f34272965da1933a88bffb4d06ae8cb05.tar.gz
gentoo-e8fe9b7f34272965da1933a88bffb4d06ae8cb05.tar.bz2
gentoo-e8fe9b7f34272965da1933a88bffb4d06ae8cb05.zip
dev-php/securimage: treeclean
Closes: https://bugs.gentoo.org/912879 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/securimage/Manifest1
-rw-r--r--dev-php/securimage/metadata.xml8
-rw-r--r--dev-php/securimage/securimage-3.6.5.ebuild27
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-php/securimage/Manifest b/dev-php/securimage/Manifest
deleted file mode 100644
index 0ebeca561686..000000000000
--- a/dev-php/securimage/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST securimage-3.6.5.tar.gz 7590487 BLAKE2B 0285860497edf6c89e043b8cb660a6f5948e6ae7d80dacdd83ed37705856fd225e0c9ed43973eb837e85734f1d3c528d210f251d5cbc68c457cac224fea55fb7 SHA512 776130271f54d50cae5d9a71fed4bfe4870c187cbda55314b49706b3d88c8e76c283c09ead195f89b074fba8b16ddb22e25c268d80d01ee34e9dc5d624e12e7d
diff --git a/dev-php/securimage/metadata.xml b/dev-php/securimage/metadata.xml
deleted file mode 100644
index c3d96aab7743..000000000000
--- a/dev-php/securimage/metadata.xml
+++ /dev/null
@@ -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>
diff --git a/dev-php/securimage/securimage-3.6.5.ebuild b/dev-php/securimage/securimage-3.6.5.ebuild
deleted file mode 100644
index 8d408cebb0e0..000000000000
--- a/dev-php/securimage/securimage-3.6.5.ebuild
+++ /dev/null
@@ -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*
-}