Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Archive_Tar/
Date: Wed, 30 Sep 2020 18:05:49
Message-Id: 1601489021.b8be70f5559dc2b160cabbbea2d6f51196371695.whissi@gentoo
1 commit: b8be70f5559dc2b160cabbbea2d6f51196371695
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 16:26:00 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 18:03:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8be70f5
7
8 dev-php/PEAR-Archive_Tar: drop old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/PEAR-Archive_Tar/Manifest | 3 ---
14 .../PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.5.ebuild | 31 ----------------------
15 .../PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.7.ebuild | 31 ----------------------
16 .../PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.8.ebuild | 31 ----------------------
17 4 files changed, 96 deletions(-)
18
19 diff --git a/dev-php/PEAR-Archive_Tar/Manifest b/dev-php/PEAR-Archive_Tar/Manifest
20 index abdc038e47d..142152dca96 100644
21 --- a/dev-php/PEAR-Archive_Tar/Manifest
22 +++ b/dev-php/PEAR-Archive_Tar/Manifest
23 @@ -1,4 +1 @@
24 -DIST Archive_Tar-1.4.5.tgz 20919 BLAKE2B 506b2fae8f99634cf40ecff9c5ec695c101f4e14ae867795851a7e238a62c2611581aaab1cc0e9a9354184b20ba141f29ae3998881e7ebf777c596e5dc251577 SHA512 7a7e16e37b0c7112a77333ed2c4d0a0ae57cc1e971191c79b1858227b46f967aee915757a81bdfef3a9487a53b81a99bfbe84f78a346671fe44ac9f1f203a358
25 -DIST Archive_Tar-1.4.7.tgz 21134 BLAKE2B 15bc4e7f74a61062d10fa69bb826bbf92dbee6fc3f45da32a2b25964f3e042c0559e0614be13592b68cdea0a819315f43c4331d9dc90e94dd3c773f38c379e99 SHA512 e496fdcb1e7a2bbbc4aae88bae5793b0da6e7e7ee0ebbab78de14279cc3a5b7a2ec30d1424c3977ba6e4edd4780c0cb8dcf4288a7495252e28c560b8781d5b75
26 -DIST Archive_Tar-1.4.8.tgz 21236 BLAKE2B fded2febc840bdcfd072e4ff44b3002078899c01a3aa3110cd5b54fbb1695e856f5faad447330d174e4b3b73e515d15de7a700c6a0e588f7e038b79e09f02362 SHA512 b4fe4944a6f261de0c9e28aeee7f50fc7220400c6abad3093c81b1b3b98cbb179abb17b53e90071af6f2fb0f13dfabb24a51d826f4bc632631f1e60e038728e1
27 DIST Archive_Tar-1.4.9.tgz 21343 BLAKE2B c951a909c151c4582841692dfd85068031ac80f7925b562c408ab8d454fbf693b8dfc046137150ee5ea5e452a669c2f25a8017c5e623ef095fa81e799451f50a SHA512 c0cce8213926aa9fde07bf46d77015b2dfbfe878cf386df43fcd4cf346b4ffdb2587676cfb69fc917cc31b63507c33702938a22aeb26e16b5ea27039c525c4e1
28
29 diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.5.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.5.ebuild
30 deleted file mode 100644
31 index b4314c0f240..00000000000
32 --- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.5.ebuild
33 +++ /dev/null
34 @@ -1,31 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -MY_PN="${PN/PEAR-/}"
41 -MY_P="${MY_PN}-${PV}"
42 -
43 -DESCRIPTION="Tar file management class"
44 -HOMEPAGE="https://pear.php.net/package/Archive_Tar"
45 -SRC_URI="https://pear.php.net/get/${MY_P}.tgz"
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 sparc x86"
49 -IUSE=""
50 -
51 -# bzip2 and zlib are needed for compressed tarballs, and there's one
52 -# call to preg_match to test paths against a pattern of files and
53 -# directories that will be ignored.
54 -RDEPEND="dev-lang/php:*[bzip2,pcre(+),zlib]"
55 -PDEPEND="dev-php/PEAR-PEAR"
56 -DEPEND=""
57 -
58 -S="${WORKDIR}/${MY_P}"
59 -
60 -src_install() {
61 - insinto /usr/share/php
62 - doins -r Archive
63 -
64 - dodoc docs/*
65 -}
66
67 diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.7.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.7.ebuild
68 deleted file mode 100644
69 index ec77b9463d5..00000000000
70 --- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.7.ebuild
71 +++ /dev/null
72 @@ -1,31 +0,0 @@
73 -# Copyright 1999-2020 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=7
77 -
78 -MY_PN="${PN/PEAR-/}"
79 -MY_P="${MY_PN}-${PV}"
80 -
81 -DESCRIPTION="Tar file management class"
82 -HOMEPAGE="https://pear.php.net/package/Archive_Tar"
83 -SRC_URI="https://pear.php.net/get/${MY_P}.tgz"
84 -LICENSE="BSD"
85 -SLOT="0"
86 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
87 -IUSE=""
88 -
89 -# bzip2 and zlib are needed for compressed tarballs, and there's one
90 -# call to preg_match to test paths against a pattern of files and
91 -# directories that will be ignored.
92 -RDEPEND="dev-lang/php:*[bzip2,pcre(+),zlib]"
93 -PDEPEND="dev-php/PEAR-PEAR"
94 -DEPEND=""
95 -
96 -S="${WORKDIR}/${MY_P}"
97 -
98 -src_install() {
99 - insinto /usr/share/php
100 - doins -r Archive
101 -
102 - dodoc docs/*
103 -}
104
105 diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.8.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.8.ebuild
106 deleted file mode 100644
107 index ec77b9463d5..00000000000
108 --- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.8.ebuild
109 +++ /dev/null
110 @@ -1,31 +0,0 @@
111 -# Copyright 1999-2020 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=7
115 -
116 -MY_PN="${PN/PEAR-/}"
117 -MY_P="${MY_PN}-${PV}"
118 -
119 -DESCRIPTION="Tar file management class"
120 -HOMEPAGE="https://pear.php.net/package/Archive_Tar"
121 -SRC_URI="https://pear.php.net/get/${MY_P}.tgz"
122 -LICENSE="BSD"
123 -SLOT="0"
124 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
125 -IUSE=""
126 -
127 -# bzip2 and zlib are needed for compressed tarballs, and there's one
128 -# call to preg_match to test paths against a pattern of files and
129 -# directories that will be ignored.
130 -RDEPEND="dev-lang/php:*[bzip2,pcre(+),zlib]"
131 -PDEPEND="dev-php/PEAR-PEAR"
132 -DEPEND=""
133 -
134 -S="${WORKDIR}/${MY_P}"
135 -
136 -src_install() {
137 - insinto /usr/share/php
138 - doins -r Archive
139 -
140 - dodoc docs/*
141 -}