public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Figlet/
@ 2017-02-09 18:13 Michael Orlitzky
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Orlitzky @ 2017-02-09 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     5c89a86903d7f8846bb021fc54053275230280f2
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 18:12:17 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 18:12:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c89a869

dev-php/PEAR-Text_Figlet: remove unused PEAR-Text_Figlet-1.0.2.ebuild.

Package-Manager: portage-2.3.3

 dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2.ebuild | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2.ebuild
deleted file mode 100644
index b010f71521..0000000000
--- a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit php-pear-r1
-
-DESCRIPTION="Render text using FIGlet fonts"
-
-LICENSE="PHP-2.02 GPL-2+ OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""


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

commit:     fd788ee0d19a4fd513eaaa76f764568e62968332
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 17:37:07 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=fd788ee0

dev-php/PEAR-Text_Figlet: treeclean

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

 dev-php/PEAR-Text_Figlet/Manifest                  |  1 -
 .../PEAR-Text_Figlet-1.0.2-r1.ebuild               | 44 ----------------------
 dev-php/PEAR-Text_Figlet/metadata.xml              | 12 ------
 3 files changed, 57 deletions(-)

diff --git a/dev-php/PEAR-Text_Figlet/Manifest b/dev-php/PEAR-Text_Figlet/Manifest
deleted file mode 100644
index 55430561e2b7..000000000000
--- a/dev-php/PEAR-Text_Figlet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Text_Figlet-1.0.2.tgz 8775 BLAKE2B 7c397479c00e193409f47d5419aa35fdaf7440f6991882a9a517a319e3240523075f7fa9bdfbffdef9efd1b6ad98bb7e2679c3fdde6cf87365bfe93290571b02 SHA512 e17578a2f4ebd67adedc57cbeceb8191a7ddc712efe0a631cb696d79392bc025ecdd0b389078dc65f6e0fd676d3e435178ae280cae9b9c11d8c4964152d9db06

diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
deleted file mode 100644
index 73750fe3f91c..000000000000
--- a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Render text using FIGlet fonts"
-HOMEPAGE="https://pear.php.net/package/Text_Figlet"
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
-LICENSE="PHP-3.01
-	examples? ( GPL-2+ OFL-1.1 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-RDEPEND="dev-lang/php:*
-	dev-php/PEAR-PEAR"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-	dodoc docs/README.TXT
-
-	if use examples; then
-		dodoc -r docs/examples
-
-		# Earlier versions of this ebuild installed this font under
-		# /usr/share/php/data, which is obviously the wrong place for
-		# them, but is where we have configured PEAR's data_dir. The
-		# fonts can be referenced by absolute path, however, and not
-		# just by name. Since this font is used in the example -- and as
-		# long as no one expects this *particular* font to work out of
-		# the box -- installing it with the docs will suffice.
-		#
-		# The one consumer of this in the tree is PEAR-Text_CAPTCHA, and
-		# it loads its fonts using an absolute path.
-		dodoc fonts/makisupa.flf
-	fi
-
-	insinto /usr/share/php
-	doins -r Text
-}

diff --git a/dev-php/PEAR-Text_Figlet/metadata.xml b/dev-php/PEAR-Text_Figlet/metadata.xml
deleted file mode 100644
index 4bee62ba3ab5..000000000000
--- a/dev-php/PEAR-Text_Figlet/metadata.xml
+++ /dev/null
@@ -1,12 +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="github">pear/Text_Figlet</remote-id>
-    <remote-id type="pear">Text_Figlet</remote-id>
-  </upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Figlet/
@ 2020-02-08 18:55 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2020-02-08 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     fbccac041042e12951a6d0fe7b94e35b6dacfad6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 18:54:21 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 18:54:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbccac04

dev-php/PEAR-Text_Figlet: [QA] Fix VariableInHomepage

Signed-off-by: David Seifert <soap <AT> gentoo.org>

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

diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
index 2e7a9c7fc7e..3fe22d40db3 100644
--- a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
+++ b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
@@ -7,7 +7,7 @@ MY_PN="${PN/PEAR-/}"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Render text using FIGlet fonts"
-HOMEPAGE="https://pear.php.net/package/${MY_PN}"
+HOMEPAGE="https://pear.php.net/package/Text_Figlet"
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="PHP-3.01
 	examples? ( GPL-2+ OFL-1.1 )"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Figlet/
@ 2019-03-20 20:27 Aaron Bauman
  0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2019-03-20 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     76e093dc91e0b33077e34b45baa0dc4461ead07c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 16 19:06:07 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 20:25:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e093dc

dev-php/PEAR-Text_Figlet: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

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

diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
index 8ecfa49b334..2e7a9c7fc7e 100644
--- a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
+++ b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ MY_PN="${PN/PEAR-/}"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Render text using FIGlet fonts"
-HOMEPAGE="http://pear.php.net/package/${MY_PN}"
+HOMEPAGE="https://pear.php.net/package/${MY_PN}"
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="PHP-3.01
 	examples? ( GPL-2+ OFL-1.1 )"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Figlet/
@ 2017-02-09 18:13 Michael Orlitzky
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Orlitzky @ 2017-02-09 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     78aa59397fb02850bc5980eadec8cf2734646e80
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 18:10:39 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 18:10:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78aa5939

dev-php/PEAR-Text_Figlet: stabilize x86 per ALLARCHES policy.

Gentoo-Bug: 608634

Package-Manager: portage-2.3.3

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

diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
index af5e9e6faf..b103443ad4 100644
--- a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
+++ b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="PHP-3.01
 	examples? ( GPL-2+ OFL-1.1 )"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 RDEPEND="dev-lang/php:*


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Figlet/
@ 2017-02-09 14:37 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2017-02-09 14:37 UTC (permalink / raw
  To: gentoo-commits

commit:     eb40d4f5e22814ce65bfbe3fb42b3a5b5d253f45
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 14:36:42 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 14:37:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb40d4f5

dev-php/PEAR-Text_Figlet: amd64 stable wrt bug #608634

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
index 0e720f2844..af5e9e6faf 100644
--- a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
+++ b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="PHP-3.01
 	examples? ( GPL-2+ OFL-1.1 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples"
 
 RDEPEND="dev-lang/php:*


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Figlet/
@ 2017-01-08 21:23 Michael Orlitzky
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Orlitzky @ 2017-01-08 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     daa4e363de35674dd6a814ae176799e42d26ee93
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 21:19:06 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 21:19:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa4e363

dev-php/PEAR-Text_Figlet: new EAPI=6 revision sans the php-pear-r1 eclass.

This new revision updates to EAPI=6, and drops the php-pear-r1
eclass. Dropping an eclass is motivation in itself, but along with
that reduction in complexity comes a fix: we now install the
documentation and examples in the correct place.

Package-Manager: portage-2.3.0

 .../PEAR-Text_Figlet-1.0.2-r1.ebuild               | 45 ++++++++++++++++++++++
 dev-php/PEAR-Text_Figlet/metadata.xml              | 11 ++++--
 2 files changed, 52 insertions(+), 4 deletions(-)

diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
new file mode 100644
index 00000000..0e720f2
--- /dev/null
+++ b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 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}"
+
+DESCRIPTION="Render text using FIGlet fonts"
+HOMEPAGE="http://pear.php.net/package/${MY_PN}"
+SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
+LICENSE="PHP-3.01
+	examples? ( GPL-2+ OFL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="dev-lang/php:*
+	dev-php/PEAR-PEAR"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+	dodoc docs/README.TXT
+
+	if use examples; then
+		dodoc -r docs/examples
+
+		# Earlier versions of this ebuild installed this font under
+		# /usr/share/php/data, which is obviously the wrong place for
+		# them, but is where we have configured PEAR's data_dir. The
+		# fonts can be referenced by absolute path, however, and not
+		# just by name. Since this font is used in the example -- and as
+		# long as no one expects this *particular* font to work out of
+		# the box -- installing it with the docs will suffice.
+		#
+		# The one consumer of this in the tree is PEAR-Text_CAPTCHA, and
+		# it loads its fonts using an absolute path.
+		dodoc fonts/makisupa.flf
+	fi
+
+	insinto /usr/share/php
+	doins -r Text
+}

diff --git a/dev-php/PEAR-Text_Figlet/metadata.xml b/dev-php/PEAR-Text_Figlet/metadata.xml
index b86acf6..2a5655b 100644
--- a/dev-php/PEAR-Text_Figlet/metadata.xml
+++ b/dev-php/PEAR-Text_Figlet/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>php-bugs@gentoo.org</email>
-		<name>PHP</name>
-	</maintainer>
+  <maintainer type="project">
+    <email>php-bugs@gentoo.org</email>
+    <name>PHP</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">pear/Text_Figlet</remote-id>
+  </upstream>
 </pkgmetadata>


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09 18:13 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Figlet/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11 18:47 Viorel Munteanu
2020-02-08 18:55 David Seifert
2019-03-20 20:27 Aaron Bauman
2017-02-09 18:13 Michael Orlitzky
2017-02-09 14:37 Agostino Sarubbo
2017-01-08 21:23 Michael Orlitzky

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