Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_Table/
Date: Wed, 01 Feb 2023 01:56:02
Message-Id: 1675216424.432568bd21e46c1d098b20754ca907d75f8a927e.mjo@gentoo
1 commit: 432568bd21e46c1d098b20754ca907d75f8a927e
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 01:53:32 2023 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 01:53:44 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432568bd
7
8 dev-php/PEAR-Console_Table: drop 1.3.0-r1
9
10 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
11
12 dev-php/PEAR-Console_Table/Manifest | 1 -
13 .../PEAR-Console_Table-1.3.0-r1.ebuild | 18 ------------------
14 2 files changed, 19 deletions(-)
15
16 diff --git a/dev-php/PEAR-Console_Table/Manifest b/dev-php/PEAR-Console_Table/Manifest
17 index 86e0192a2d93..a7a8a24e306c 100644
18 --- a/dev-php/PEAR-Console_Table/Manifest
19 +++ b/dev-php/PEAR-Console_Table/Manifest
20 @@ -1,2 +1 @@
21 -DIST Console_Table-1.3.0.tgz 11391 BLAKE2B 25cbb72f2fa23026320840eb3e3b85f08dfc6a90ae9a613ec3e7251b407fc971c0a8aad3ac6bccbb9cd99066aca30249373539b8758fed58b0d1fc53898fc71b SHA512 83227ce8e55ae38cdf91b7097879a3406898064d1c047c5a94c6cadc46cbeeea51c43d135e6aadfbdb38fa080a1b27a1d4cea1c36ff9eb3e14dc4b04de334c11
22 DIST Console_Table-1.3.1.tgz 11492 BLAKE2B bff94b2ae1b6d23eaf9a60deee4e78ee3467eff9d53c1d6ac8330347647b54700d4b3cf30be84c071afc34a4517b3135f6b18011418ea5dfc0e2841da1a30874 SHA512 abac68c20bb670b29f405625edff0330ce5af51763a50ee7482c3ab9d39c7335134d77c0f1a94ce4914c2f454d493a685841e07628eb2aa58cc66617521b6a65
23
24 diff --git a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild
25 deleted file mode 100644
26 index 1eaaa2064341..000000000000
27 --- a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit php-pear-r2
36 -
37 -DESCRIPTION="Class that makes it easy to build console style tables"
38 -LICENSE="BSD"
39 -SLOT="0"
40 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
41 -IUSE=""
42 -
43 -src_install() {
44 - insinto /usr/share/php/Console
45 - doins Table.php
46 - php-pear-r2_install_packagexml
47 -}