diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-php/recaptcha | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-php/recaptcha')
| -rw-r--r-- | dev-php/recaptcha/Manifest | 1 | ||||
| -rw-r--r-- | dev-php/recaptcha/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-php/recaptcha/recaptcha-1.2.4.ebuild | 35 |
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-php/recaptcha/Manifest b/dev-php/recaptcha/Manifest deleted file mode 100644 index e875c255ca4d..000000000000 --- a/dev-php/recaptcha/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST recaptcha-1.2.4.tar.gz 21762 BLAKE2B 46c00ac95f2d2643a719b8ea4b53f33f92357406168e057dbdb87fb1419dd6626d1032113ba5842c69bdacb385887563b52290a55a861b57ddcf494e325c0595 SHA512 7c0bee86e532547900a0131c2c52d9d3e427eb0465d7ae5ca2bd3ccbeb7620c8b3216313e4ab382013045310f928364c1284a77eee2f2216d5b241e2d275597d diff --git a/dev-php/recaptcha/metadata.xml b/dev-php/recaptcha/metadata.xml deleted file mode 100644 index e082944c00c9..000000000000 --- a/dev-php/recaptcha/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="person"> - <email>mjo@gentoo.org</email> - <name>Michael Orlitzky</name> - </maintainer> - <upstream> - <remote-id type="github">google/recaptcha</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-php/recaptcha/recaptcha-1.2.4.ebuild b/dev-php/recaptcha/recaptcha-1.2.4.ebuild deleted file mode 100644 index 2d48efba7a19..000000000000 --- a/dev-php/recaptcha/recaptcha-1.2.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="PHP client library for Google's reCAPTCHA service" -HOMEPAGE="https://github.com/google/recaptcha" -SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-lang/php" -BDEPEND="test? ( ${RDEPEND} <dev-php/phpunit-8 )" - -src_install() { - insinto "/usr/share/php/${PN}" - doins -r src/autoload.php src/ReCaptcha - dodoc CONTRIBUTING.md README.md - use examples && dodoc -r examples -} - -src_test() { - phpunit || die "test suite failed" -} - -pkg_postinst() { - elog "${PN} has been installed in /usr/share/php/${PN}/." - elog "To use it in a script, require('${PN}/autoload.php')," - elog "and then use the ${PN} class normally. Most of the examples in" - elog "the documentation should work without further modification." -} |
