public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_CAPTCHA/
@ 2018-02-18 21:48 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-02-18 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b36deb4035429d4f5471fa08edb8e0a1274445f5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 21:41:26 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 21:48:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36deb40

dev-php/PEAR-Text_CAPTCHA: x86 stable (bug #647764)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
index 39b7c17d0ab..f2a7c6a28c7 100644
--- a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
+++ b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="Generation of CAPTCHAs"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="minimal"
 
 RDEPEND="dev-php/PEAR-PEAR >=dev-lang/php-5.3:*[gd,truetype] >=dev-php/PEAR-Text_Password-1.1.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_CAPTCHA/
@ 2024-07-11 18:47 Viorel Munteanu
  0 siblings, 0 replies; 6+ messages in thread
From: Viorel Munteanu @ 2024-07-11 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     98a40a26257d24f08efca86beb6a978532e53bfe
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 17:36:47 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 18:43:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a40a26

dev-php/PEAR-Text_CAPTCHA: treeclean

Bug: https://bugs.gentoo.org/933998
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-php/PEAR-Text_CAPTCHA/Manifest                 |  1 -
 .../PEAR-Text_CAPTCHA-1.0.2-r1.ebuild              | 27 ----------------------
 dev-php/PEAR-Text_CAPTCHA/metadata.xml             | 11 ---------
 3 files changed, 39 deletions(-)

diff --git a/dev-php/PEAR-Text_CAPTCHA/Manifest b/dev-php/PEAR-Text_CAPTCHA/Manifest
deleted file mode 100644
index 4538353c0bf6..000000000000
--- a/dev-php/PEAR-Text_CAPTCHA/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Text_CAPTCHA-1.0.2.tgz 197084 BLAKE2B 69f8d14e190ac9ec4ed74631635c3531fc0d6e40e08484e5fc58595572100976cc6279396aa6fe0cc0f46bd564f21cbb7fa3474647e62076882ac6a5bc0f4866 SHA512 334cee581d9750f69e2fcf6fea948334926960dce6a374dc4e1edf1609d97393c4a08fff867e50e3fceff60b350ab6239bb44c14b78d6c63c8b11be097a8bc43

diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
deleted file mode 100644
index 6f9fa60436a5..000000000000
--- a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="Generation of CAPTCHAs"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="minimal"
-
-RDEPEND="dev-php/PEAR-PEAR >=dev-lang/php-5.3:*[gd,truetype] >=dev-php/PEAR-Text_Password-1.1.1
-	!minimal? ( dev-php/PEAR-Numbers_Words
-		dev-php/PEAR-Text_Figlet
-		>=dev-php/PEAR-Image_Text-0.7.0 )"
-
-src_prepare() {
-	sed -i -e '/role="doc"/d' -e '/role="test"/d' "${WORKDIR}/package.xml" || die
-	eapply_user
-}
-
-src_install() {
-	local DOCS=( README )
-	php-pear-r2_src_install
-}

diff --git a/dev-php/PEAR-Text_CAPTCHA/metadata.xml b/dev-php/PEAR-Text_CAPTCHA/metadata.xml
deleted file mode 100644
index 04e7e4d0db71..000000000000
--- a/dev-php/PEAR-Text_CAPTCHA/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="pear">Text_CAPTCHA</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_CAPTCHA/
@ 2018-02-19  2:15 Brian Evans
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Evans @ 2018-02-19  2:15 UTC (permalink / raw
  To: gentoo-commits

commit:     08971011b4d6fa37aa906920fba7564e48b9e60b
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 02:15:31 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 02:15:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08971011

dev-php/PEAR-Text_CAPTCHA: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/PEAR-Text_CAPTCHA/Manifest                    |  1 -
 .../PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild  | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/dev-php/PEAR-Text_CAPTCHA/Manifest b/dev-php/PEAR-Text_CAPTCHA/Manifest
index cfc417bd770..4538353c0bf 100644
--- a/dev-php/PEAR-Text_CAPTCHA/Manifest
+++ b/dev-php/PEAR-Text_CAPTCHA/Manifest
@@ -1,2 +1 @@
-DIST Text_CAPTCHA-0.5.0.tgz 196145 BLAKE2B f1eb037ca1b5ca6b12cf2c90143ac0a411fee69b40928b4fe4fcdcfa511f3265697a602e9719d62525a68a7f246e832b16d6f0e3a0cb16cb71d58cb410954304 SHA512 e56da70309f6baf79b8856ee912c24f768745347f0dbb021af4cde9290ffb328a2cf7cbce7bf480a5977755b9a129f8f2fae8ccaa85310e9b716c348fe1efaef
 DIST Text_CAPTCHA-1.0.2.tgz 197084 BLAKE2B 69f8d14e190ac9ec4ed74631635c3531fc0d6e40e08484e5fc58595572100976cc6279396aa6fe0cc0f46bd564f21cbb7fa3474647e62076882ac6a5bc0f4866 SHA512 334cee581d9750f69e2fcf6fea948334926960dce6a374dc4e1edf1609d97393c4a08fff867e50e3fceff60b350ab6239bb44c14b78d6c63c8b11be097a8bc43

diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild
deleted file mode 100644
index ea8b9d98939..00000000000
--- a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit php-pear-r1
-
-DESCRIPTION="Generation of CAPTCHAs"
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="amd64 x86"
-IUSE="minimal"
-
-RDEPEND=">=dev-php/PEAR-Text_Password-1.1.1
-	dev-lang/php[gd,truetype]
-	!minimal? ( dev-php/PEAR-Numbers_Words
-		    dev-php/PEAR-Text_Figlet
-		    >=dev-php/PEAR-Image_Text-0.7.0 )"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_CAPTCHA/
@ 2018-02-18 21:55 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-02-18 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     94f45ee85711177becbac03ac17ea8b01e981497
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 21:55:08 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 21:55:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f45ee8

dev-php/PEAR-Text_CAPTCHA: mark stable for the remaining arches using the ALLARCHES policy (bug #647764)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
index f2a7c6a28c7..6f9fa60436a 100644
--- a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
+++ b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="Generation of CAPTCHAs"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="minimal"
 
 RDEPEND="dev-php/PEAR-PEAR >=dev-lang/php-5.3:*[gd,truetype] >=dev-php/PEAR-Text_Password-1.1.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_CAPTCHA/
@ 2017-03-19 14:52 Brian Evans
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Evans @ 2017-03-19 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8d6aece75f1c584f09d7a84395982d0a9521f740
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 14:51:45 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 14:51:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6aece7

dev-php/PEAR-Text_CAPTCHA: Revbump to fix WORKDIR wrt bug 613122

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../PEAR-Text_CAPTCHA-1.0.2-r1.ebuild              | 27 +++++++++++++
 .../PEAR-Text_CAPTCHA-1.0.2.ebuild                 | 47 ----------------------
 2 files changed, 27 insertions(+), 47 deletions(-)

diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
new file mode 100644
index 00000000000..39b7c17d0ab
--- /dev/null
+++ b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Generation of CAPTCHAs"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="dev-php/PEAR-PEAR >=dev-lang/php-5.3:*[gd,truetype] >=dev-php/PEAR-Text_Password-1.1.1
+	!minimal? ( dev-php/PEAR-Numbers_Words
+		dev-php/PEAR-Text_Figlet
+		>=dev-php/PEAR-Image_Text-0.7.0 )"
+
+src_prepare() {
+	sed -i -e '/role="doc"/d' -e '/role="test"/d' "${WORKDIR}/package.xml" || die
+	eapply_user
+}
+
+src_install() {
+	local DOCS=( README )
+	php-pear-r2_src_install
+}

diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2.ebuild
deleted file mode 100644
index 5aea29b1335..00000000000
--- a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-HOMEPAGE="http://pear.php.net/package/${MY_PN}"
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
-DESCRIPTION="Generation of CAPTCHAs"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="dev-php/PEAR-PEAR >=dev-lang/php-5.3:*[gd,truetype] >=dev-php/PEAR-Text_Password-1.1.1
-	!minimal? ( dev-php/PEAR-Numbers_Words
-		dev-php/PEAR-Text_Figlet
-		>=dev-php/PEAR-Image_Text-0.7.0 )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default_src_prepare
-	sed -i -e '/role="doc"/d' -e '/role="test"/d' "${WORKDIR}/package.xml" || die
-}
-
-src_install() {
-	local DOCS=( README )
-	insinto /usr/share/php
-	doins -r Text
-	einstalldocs
-}
-
-pkg_postinst() {
-	# Register the package from the package.xml file
-	# Operation is not critical so die is not required
-	if [[ -f "${WORKDIR}/package.xml" ]] ; then
-		"${EROOT}usr/bin/peardev" install -nrO --force "${WORKDIR}/package.xml" 2> /dev/null
-	fi
-}
-
-pkg_postrm() {
-	# Uninstall known dependency
-	"${EROOT}usr/bin/peardev" uninstall -nrO "pear.php.net/${MY_PN}"
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_CAPTCHA/
@ 2016-12-27 14:22 Brian Evans
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Evans @ 2016-12-27 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8922665fdf5267076cf641f6c4ccb9b6e7d335e8
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 14:22:01 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 14:22:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8922665f

dev-php/PEAR-Text_CAPTCHA: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/PEAR-Text_CAPTCHA/Manifest                 |  1 +
 .../PEAR-Text_CAPTCHA-1.0.2.ebuild                 | 48 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-php/PEAR-Text_CAPTCHA/Manifest b/dev-php/PEAR-Text_CAPTCHA/Manifest
index e3849be..62a12af 100644
--- a/dev-php/PEAR-Text_CAPTCHA/Manifest
+++ b/dev-php/PEAR-Text_CAPTCHA/Manifest
@@ -1 +1,2 @@
 DIST Text_CAPTCHA-0.5.0.tgz 196145 SHA256 76b8e3fc39b80d8e0c11da7f4f03cfeb0cde61aeee01d8a9328347dbb86cad45 SHA512 e56da70309f6baf79b8856ee912c24f768745347f0dbb021af4cde9290ffb328a2cf7cbce7bf480a5977755b9a129f8f2fae8ccaa85310e9b716c348fe1efaef WHIRLPOOL f06b0b134514ef1cfc9f8aed28c61a73f729154d36089c4837afb70766e8b111a86f5457c0096919312f324580d2154fb2020504510426b5de8effaa910f97fa
+DIST Text_CAPTCHA-1.0.2.tgz 197084 SHA256 8e0c809f1dfaa54cd32b5f67406ca0c1e3ecd65db906dbb9f469f3a9096e077e SHA512 334cee581d9750f69e2fcf6fea948334926960dce6a374dc4e1edf1609d97393c4a08fff867e50e3fceff60b350ab6239bb44c14b78d6c63c8b11be097a8bc43 WHIRLPOOL a209929c87705be6458384837b6eeb25adf892e9bd127cf59043c65a9cea22c917e8bcf8d057e696ce5cbf3a485d27813b90d208079bf6f02ef88403485a0366

diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2.ebuild
new file mode 100644
index 00000000..921b68d
--- /dev/null
+++ b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="${PN/PEAR-/}"
+MY_P="${MY_PN}-${PV}"
+
+HOMEPAGE="http://pear.php.net/package/${MY_PN}"
+SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
+DESCRIPTION="Generation of CAPTCHAs"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="dev-php/PEAR-PEAR >=dev-lang/php-5.3:*[gd,truetype] >=dev-php/PEAR-Text_Password-1.1.1
+	!minimal? ( dev-php/PEAR-Numbers_Words
+		dev-php/PEAR-Text_Figlet
+		>=dev-php/PEAR-Image_Text-0.7.0 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	default_src_prepare
+	sed -i -e '/role="doc"/d' -e '/role="test"/d' "${WORKDIR}/package.xml" || die
+}
+
+src_install() {
+	local DOCS=( README )
+	insinto /usr/share/php
+	doins -r Text
+	einstalldocs
+}
+
+pkg_postinst() {
+	# Register the package from the package.xml file
+	# Operation is not critical so die is not required
+	if [[ -f "${WORKDIR}/package.xml" ]] ; then
+		"${EROOT}usr/bin/peardev" install -nrO --force "${WORKDIR}/package.xml" 2> /dev/null
+	fi
+}
+
+pkg_postrm() {
+	# Uninstall known dependency
+	"${EROOT}usr/bin/peardev" uninstall -nrO "pear.php.net/${MY_PN}"
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-07-11 18:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-18 21:48 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_CAPTCHA/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11 18:47 Viorel Munteanu
2018-02-19  2:15 Brian Evans
2018-02-18 21:55 Thomas Deutschmann
2017-03-19 14:52 Brian Evans
2016-12-27 14:22 Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox