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/adodb/
Date: Sun, 07 Aug 2022 13:13:55
Message-Id: 1659877707.c063676a9ab4245995e5e64ebff57a9642977da8.mjo@gentoo
1 commit: c063676a9ab4245995e5e64ebff57a9642977da8
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 7 13:08:27 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 13:08:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c063676a
7
8 dev-php/adodb: drop 5.20.18, 5.20.20, 5.21.0
9
10 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
11
12 dev-php/adodb/Manifest | 3 ---
13 dev-php/adodb/adodb-5.20.18.ebuild | 40 --------------------------------------
14 dev-php/adodb/adodb-5.20.20.ebuild | 40 --------------------------------------
15 dev-php/adodb/adodb-5.21.0.ebuild | 40 --------------------------------------
16 4 files changed, 123 deletions(-)
17
18 diff --git a/dev-php/adodb/Manifest b/dev-php/adodb/Manifest
19 index 39d2df6f3e60..6cccadbb429b 100644
20 --- a/dev-php/adodb/Manifest
21 +++ b/dev-php/adodb/Manifest
22 @@ -1,5 +1,2 @@
23 DIST adodb-5.20.14.tar.gz 465896 BLAKE2B acd8494141584b0c02c2e30aa59b3916ae811b8095ca724d22f44ed2cb1456b8e8afc7ff9af41e7476f4a93809e762c44a175fd3775b69654107813342b3a47a SHA512 fa9b764742f3edf15e79da7a34ca52b19f51454fa20bc963cce963cdd40f7e78671e993cd672a21e9917aa2440c63601fbf768b5259dccb64b458a5be6f4b0eb
24 -DIST adodb-5.20.18.tar.gz 467003 BLAKE2B ea0b007359a4fdada0fface3d5af82c335f2e7efeacdbb66be37914d76bff2783b58b2318531c527d13c3c358800803385c660c8f9372cf4a49269ed7e0c7d51 SHA512 09b04987e20a674a202be3889523b3bada578ea01f07830fed15afafb046687004b4e305a6abf2af795a7b0e3563f6e8afec5b0189f21e5c74b5e84bfbee1cd9
25 -DIST adodb-5.20.20.tar.gz 469337 BLAKE2B cffe367e498978b095e28bab565c8af7e02769e4c76977fae7d807c6326d9b4679e319fa84debc9b250d0548e7dcac2e078b4968160490831e2390ce86fbe229 SHA512 2578a594bf9f1b33b5a78bd3e52b9fb73d0457b021a2bca6b5f8d311c0ecb347968a928a1dabd2c8806972dda6ec535fec94d6f792b6f5398aeff587321e5113
26 -DIST adodb-5.21.0.tar.gz 437724 BLAKE2B addd14c45ec3e1a3fcda63065ccbf06a6627fcf498a3aecc609c7763627915904c241bcb2db1c3aa31ba228b35d788885fd09311e2353f7490e31cee070f607e SHA512 305b5395e4d47d86bbb689818fee44a2b970d081e9ab527f7d0b010b5ae1159eac32c125d5b303569afa2a4360e160c37e17ff7c5adb7566175f9f131393643c
27 DIST adodb-5.21.4.tar.gz 435699 BLAKE2B 7025a7ba322840d62e5b2b3f9e5933d89560a0eff52f0d77976ca442080e7a6a6d778d4fa106357ab68b4f207c98503854f601f579c0c11ee27fb52da5f53519 SHA512 0142ffa0dad1275780aadbc1ad702870b977eb141321f19c265310284d6d4a0820653e77fb3b4ce002dcc42fa952546e90428dff4f931a2bb2a83031bd818f01
28
29 diff --git a/dev-php/adodb/adodb-5.20.18.ebuild b/dev-php/adodb/adodb-5.20.18.ebuild
30 deleted file mode 100644
31 index a1cd6765bdcf..000000000000
32 --- a/dev-php/adodb/adodb-5.20.18.ebuild
33 +++ /dev/null
34 @@ -1,40 +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="ADOdb"
41 -DESCRIPTION="Database abstraction layer for PHP"
42 -HOMEPAGE="https://github.com/ADOdb"
43 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="BSD LGPL-2.1+"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
48 -IUSE=""
49 -
50 -# If you want to be picky, we should require that PHP be built with at
51 -# least one database driver enabled; otherwise adodb isn't going to be
52 -# able to do anything. But, the database USE flags for dev-lang/php are
53 -# a mess. What we would *like* to do is have a set of USE flags for
54 -# adodb that then propagate to PHP itself... for example, adodb[mysql]
55 -# could require php[mysql]. To do that would require that we duplicate
56 -# the database USE flag mess for adodb -- not desirable. Instead we punt
57 -# and let the user install adodb unconditionally. If he doesn't have
58 -# database support in PHP, it just won't work.
59 -RDEPEND="dev-lang/php:*"
60 -
61 -S="${WORKDIR}/${MY_PN}-${PV}"
62 -
63 -src_install() {
64 - DOCS="README.md docs/changelog*.md xmlschema*.dtd session/*.sql"
65 - DOCS+=" session/*.txt session/*.xml pear/auth_adodb_example.php"
66 - DOCS+=" pear/readme.Auth.txt"
67 -
68 - dodoc $DOCS
69 - rm -f $DOCS || die "failed to remove docs before installation"
70 -
71 - insinto "/usr/share/php/${PN}"
72 - doins *.php
73 - doins -r contrib datadict drivers lang pear perf replicate session xsl
74 -}
75
76 diff --git a/dev-php/adodb/adodb-5.20.20.ebuild b/dev-php/adodb/adodb-5.20.20.ebuild
77 deleted file mode 100644
78 index 7ed5d8ba45b8..000000000000
79 --- a/dev-php/adodb/adodb-5.20.20.ebuild
80 +++ /dev/null
81 @@ -1,40 +0,0 @@
82 -# Copyright 1999-2021 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=7
86 -
87 -MY_PN="ADOdb"
88 -DESCRIPTION="Database abstraction layer for PHP"
89 -HOMEPAGE="https://adodb.org/ https://github.com/ADOdb/ADOdb"
90 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
91 -
92 -LICENSE="BSD LGPL-2.1+"
93 -SLOT="0"
94 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
95 -IUSE=""
96 -
97 -# If you want to be picky, we should require that PHP be built with at
98 -# least one database driver enabled; otherwise adodb isn't going to be
99 -# able to do anything. But, the database USE flags for dev-lang/php are
100 -# a mess. What we would *like* to do is have a set of USE flags for
101 -# adodb that then propagate to PHP itself... for example, adodb[mysql]
102 -# could require php[mysql]. To do that would require that we duplicate
103 -# the database USE flag mess for adodb -- not desirable. Instead we punt
104 -# and let the user install adodb unconditionally. If he doesn't have
105 -# database support in PHP, it just won't work.
106 -RDEPEND="dev-lang/php:*"
107 -
108 -S="${WORKDIR}/${MY_PN}-${PV}"
109 -
110 -src_install() {
111 - DOCS="README.md docs/changelog*.md xmlschema*.dtd session/*.sql"
112 - DOCS+=" session/*.txt session/*.xml pear/auth_adodb_example.php"
113 - DOCS+=" pear/readme.Auth.txt"
114 -
115 - dodoc $DOCS
116 - rm -f $DOCS || die "failed to remove docs before installation"
117 -
118 - insinto "/usr/share/php/${PN}"
119 - doins *.php
120 - doins -r contrib datadict drivers lang pear perf replicate session xsl
121 -}
122
123 diff --git a/dev-php/adodb/adodb-5.21.0.ebuild b/dev-php/adodb/adodb-5.21.0.ebuild
124 deleted file mode 100644
125 index b7a894acbd32..000000000000
126 --- a/dev-php/adodb/adodb-5.21.0.ebuild
127 +++ /dev/null
128 @@ -1,40 +0,0 @@
129 -# Copyright 1999-2021 Gentoo Authors
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=7
133 -
134 -MY_PN="ADOdb"
135 -DESCRIPTION="Database abstraction layer for PHP"
136 -HOMEPAGE="https://adodb.org/ https://github.com/ADOdb/ADOdb"
137 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
138 -
139 -LICENSE="BSD LGPL-2.1+"
140 -SLOT="0"
141 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
142 -IUSE=""
143 -
144 -# If you want to be picky, we should require that PHP be built with at
145 -# least one database driver enabled; otherwise adodb isn't going to be
146 -# able to do anything. But, the database USE flags for dev-lang/php are
147 -# a mess. What we would *like* to do is have a set of USE flags for
148 -# adodb that then propagate to PHP itself... for example, adodb[mysql]
149 -# could require php[mysql]. To do that would require that we duplicate
150 -# the database USE flag mess for adodb -- not desirable. Instead we punt
151 -# and let the user install adodb unconditionally. If he doesn't have
152 -# database support in PHP, it just won't work.
153 -RDEPEND="dev-lang/php:*"
154 -
155 -S="${WORKDIR}/${MY_PN}-${PV}"
156 -
157 -src_install() {
158 - DOCS="README.md docs/changelog*.md xmlschema*.dtd session/*.sql"
159 - DOCS+=" session/*.txt session/*.xml pear/auth_adodb_example.php"
160 - DOCS+=" pear/readme.Auth.txt"
161 -
162 - dodoc $DOCS
163 - rm -f $DOCS || die "failed to remove docs before installation"
164 -
165 - insinto "/usr/share/php/${PN}"
166 - doins *.php
167 - doins -r datadict drivers lang pear perf session xsl
168 -}