Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_Getopt/
Date: Mon, 06 Jan 2020 20:21:49
Message-Id: 1578342098.d2264cd161bdb834cd181294ed8b146d598d0c2b.grknight@gentoo
1 commit: d2264cd161bdb834cd181294ed8b146d598d0c2b
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 6 20:13:24 2020 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 6 20:21:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2264cd1
7
8 dev-php/PEAR-Console_Getopt: Version bump for 1.4.3
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/PEAR-Console_Getopt/Manifest | 1 +
13 .../PEAR-Console_Getopt-1.4.3.ebuild | 26 ++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-php/PEAR-Console_Getopt/Manifest b/dev-php/PEAR-Console_Getopt/Manifest
17 index 7785babd775..508f8fc1e75 100644
18 --- a/dev-php/PEAR-Console_Getopt/Manifest
19 +++ b/dev-php/PEAR-Console_Getopt/Manifest
20 @@ -1 +1,2 @@
21 DIST Console_Getopt-1.4.1.tgz 5580 BLAKE2B 514d44cfd2bb7c8bcda49df2b6ba4dafc77184557f58f52c02c6a136e335639e65b7c10f5659dad9d7a87e946d60947121cb5f35a72b6d29fbb3efa3e535283b SHA512 cbf12a72b33424935f019b17ae8fa55289eae77d3845dcfcbbc1c47b71111992d2c0eb837b0f262ce644809c3cc06ad0c2bb04aa1b6ec89a1e3122f327114dbd
22 +DIST Console_Getopt-1.4.3.tgz 5789 BLAKE2B 641432105696e93160fd6a3ade4ee8c1bd7780cc502668266485d8c747fc8ceb97ce70ebdab8f61a739a4bf8267bfc936f0c9fd51b408add680a2288d49e0412 SHA512 7803e063576e9dac6833064b5a1479d22ca31c2a8ef8036ae530271e4e824fedb94e54d63266be8929f90f8df745b3ada7185dc98319b331f8dc5e9cac5445a0
23
24 diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild
25 new file mode 100644
26 index 00000000000..130680148c7
27 --- /dev/null
28 +++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +MY_PN="${PN/PEAR-/}"
36 +MY_P="${MY_PN}-${PV}"
37 +
38 +DESCRIPTION="Command-line option parser"
39 +HOMEPAGE="https://pear.php.net/package/Console_Getopt"
40 +SRC_URI="https://pear.php.net/get/${MY_P}.tgz"
41 +LICENSE="BSD-2"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
44 +IUSE=""
45 +
46 +DEPEND=""
47 +RDEPEND="dev-lang/php:*"
48 +PDEPEND="dev-php/PEAR-PEAR"
49 +
50 +S="${WORKDIR}/${MY_P}"
51 +
52 +src_install() {
53 + insinto /usr/share/php
54 + doins -r Console
55 +}