Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-php/PEAR-Auth/
Date: Mon, 11 Sep 2017 18:57:41
Message-Id: 1505156192.dda192c3091bc332f1929ffcc01fac3efeceb66e.mgorny@gentoo
1 commit: dda192c3091bc332f1929ffcc01fac3efeceb66e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 18:55:11 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 18:56:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda192c3
7
8 dev-php/PEAR-Auth: Remove last-rited pkg
9
10 dev-php/PEAR-Auth/Manifest | 2 --
11 dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild | 28 ---------------------
12 .../PEAR-Auth/PEAR-Auth-1.6.5_pre20150209.ebuild | 29 ----------------------
13 dev-php/PEAR-Auth/metadata.xml | 8 ------
14 profiles/package.mask | 9 -------
15 5 files changed, 76 deletions(-)
16
17 diff --git a/dev-php/PEAR-Auth/Manifest b/dev-php/PEAR-Auth/Manifest
18 deleted file mode 100644
19 index 3354188687f..00000000000
20 --- a/dev-php/PEAR-Auth/Manifest
21 +++ /dev/null
22 @@ -1,2 +0,0 @@
23 -DIST Auth-1.6.4.tgz 56048 SHA256 5fb31a2f758474fd9a044afbc387d65fef38732b8f313837971b9a16104779e6 SHA512 670f77d0b68d4701ddb19093637ac341d75411bdacc527fc2fb1cf412d87cf9c78595f925a518e3b5b577635f59904c3c1f499cc8a357ee0c807652070e2961b WHIRLPOOL 22e01a2c7556eb409a0caee0320bfd8269e8f606d67286df658db1f63266faac385e732f63ede13386be22001bc293a1abcaa29fb20a26f85eec6c760f6db7fc
24 -DIST Auth-1.6.5_pre20150209.tar.gz 62733 SHA256 b1165facc7f133acbfe41e8def74acd0e864ff39de6d92f90b97f075ace86124 SHA512 4d3ebe3eaa8129ce205adcc3c2b8aadbf2f3a3624a597f901944b61bccc052c92b922e6762b9e061fdffd885c5b20e32b6dd1453e205f734f6eed0b40d0a8338 WHIRLPOOL a04b96d4a8e9c4a91fa85482eaa29542ed6d47daf7f1bb9273faa346e2868473ca18819f27019a23a76e0a747c45d7bbc502f7229a69b8073262edbbc8a795a2
25
26 diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild
27 deleted file mode 100644
28 index 1b77ddca873..00000000000
29 --- a/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="4"
36 -inherit php-pear-r1
37 -
38 -DESCRIPTION="Provides methods for creating an authentication system using PHP"
39 -LICENSE="PHP-3.01"
40 -SLOT="0"
41 -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86"
42 -IUSE="minimal"
43 -RDEPEND="!minimal? ( >=dev-php/PEAR-Log-1.9.10
44 - >=dev-php/PEAR-File_Passwd-1.1.0
45 - >=dev-php/PEAR-Net_POP3-1.3.0
46 - >=dev-php/PEAR-DB-1.7.6-r1
47 - dev-php/PEAR-MDB
48 - >=dev-php/PEAR-MDB2-2.0.0_rc1
49 - >=dev-php/PEAR-Crypt_CHAP-1.0.0
50 - >=dev-php/PEAR-SOAP-0.9.0
51 - >=dev-php/PEAR-File_SMBPasswd-1.0.0
52 - >=dev-php/PEAR-HTTP_Client-1.1.0 )"
53 -
54 -pkg_postinst() {
55 - if ! use minimal && ! has_version "dev-lang/php[imap,soap]" ; then
56 - elog "${PN} can optionally use php's imap and soap features."
57 - elog "If you want those, recompile dev-lang/php with these flags in USE."
58 - fi
59 -}
60
61 diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.6.5_pre20150209.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.6.5_pre20150209.ebuild
62 deleted file mode 100644
63 index 2ad9eb1050b..00000000000
64 --- a/dev-php/PEAR-Auth/PEAR-Auth-1.6.5_pre20150209.ebuild
65 +++ /dev/null
66 @@ -1,29 +0,0 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=6
71 -inherit php-pear-r2 vcs-snapshot
72 -
73 -SRC_URI="https://github.com/pear/Auth/archive/9c6817a6ae4bfabf9d6ffa91cbcdca6ab2e31ce7.tar.gz -> ${PEAR_P}.tar.gz"
74 -DESCRIPTION="Provides methods for creating an authentication system using PHP"
75 -LICENSE="PHP-3.01"
76 -SLOT="0"
77 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
78 -IUSE="minimal"
79 -RDEPEND="!minimal? ( >=dev-php/PEAR-Log-1.9.10
80 - >=dev-php/PEAR-File_Passwd-1.1.0
81 - >=dev-php/PEAR-Net_POP3-1.3.0
82 - >=dev-php/PEAR-DB-1.7.6-r1
83 - dev-php/PEAR-MDB
84 - >=dev-php/PEAR-MDB2-2.0.0_rc1
85 - >=dev-php/PEAR-Crypt_CHAP-1.0.0
86 - >=dev-php/PEAR-SOAP-0.9.0
87 - >=dev-php/PEAR-File_SMBPasswd-1.0.0
88 - >=dev-php/PEAR-HTTP_Client-1.1.0 )"
89 -
90 -pkg_postinst() {
91 - if ! use minimal ; then
92 - elog "${PN} can optionally use php's imap and soap features."
93 - elog "If you want those, recompile dev-lang/php with these flags in USE."
94 - fi
95 -}
96
97 diff --git a/dev-php/PEAR-Auth/metadata.xml b/dev-php/PEAR-Auth/metadata.xml
98 deleted file mode 100644
99 index b86acf66c75..00000000000
100 --- a/dev-php/PEAR-Auth/metadata.xml
101 +++ /dev/null
102 @@ -1,8 +0,0 @@
103 -<?xml version="1.0" encoding="UTF-8"?>
104 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
105 -<pkgmetadata>
106 - <maintainer type="project">
107 - <email>php-bugs@g.o</email>
108 - <name>PHP</name>
109 - </maintainer>
110 -</pkgmetadata>
111
112 diff --git a/profiles/package.mask b/profiles/package.mask
113 index cccde16be97..9e6eec16a03 100644
114 --- a/profiles/package.mask
115 +++ b/profiles/package.mask
116 @@ -346,15 +346,6 @@ kde-apps/kommander
117 # experimental features and accept a more unstable release.
118 >=www-client/chromium-62
119
120 -# Brian Evans <grknight@g.o) (08 Aug 2017)
121 -# Old PEAR packages which are not maintained upstream or superseded
122 -# They contain errors which are not easy to maintain with no upstream
123 -# Many also do not have tests to easily find
124 -# incompatibilies with latest versions.
125 -# dev-php-Auth_HTTP has an upstream but relies on PEAR-Auth which does not
126 -# Masked for removal in 30 days
127 -dev-php/PEAR-Auth
128 -
129 # Lars Wendler <polynomial-c@g.o> (06 Aug 2017)
130 # Masked for security reasons:
131 # https://bugs.gentoo.org/600214