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/adodb/
Date: Thu, 06 Aug 2020 14:34:51
Message-Id: 1596724478.7da6d8555fc8c327e162f463c07d0519a40c989d.whissi@gentoo
1 commit: 7da6d8555fc8c327e162f463c07d0519a40c989d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 14:12:06 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 14:34:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da6d855
7
8 dev-php/adodb: drop old
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/adodb/Manifest | 2 --
14 dev-php/adodb/adodb-5.20.15.ebuild | 40 --------------------------------------
15 dev-php/adodb/adodb-5.20.17.ebuild | 40 --------------------------------------
16 3 files changed, 82 deletions(-)
17
18 diff --git a/dev-php/adodb/Manifest b/dev-php/adodb/Manifest
19 index 8d6ec795778..86909035976 100644
20 --- a/dev-php/adodb/Manifest
21 +++ b/dev-php/adodb/Manifest
22 @@ -1,4 +1,2 @@
23 DIST adodb-5.20.14.tar.gz 465896 BLAKE2B acd8494141584b0c02c2e30aa59b3916ae811b8095ca724d22f44ed2cb1456b8e8afc7ff9af41e7476f4a93809e762c44a175fd3775b69654107813342b3a47a SHA512 fa9b764742f3edf15e79da7a34ca52b19f51454fa20bc963cce963cdd40f7e78671e993cd672a21e9917aa2440c63601fbf768b5259dccb64b458a5be6f4b0eb
24 -DIST adodb-5.20.15.tar.gz 466749 BLAKE2B ca232e15094eaf728dd82b449cfded4f84fc773e5dbe1a06b7bb15fc18487080131c52d7ae9d77e6a401bfd53baa7875810c94b6bda615d0a836a715914de9d7 SHA512 87c6f508f49a54e436b56d47d3c0b2801f4f022876013a2ffa23e751cc4c7aa83aa359e51acc4f8351fd596ad4f5d71326204ae3d57514c4354f68669e412c73
25 -DIST adodb-5.20.17.tar.gz 466901 BLAKE2B 86e6cc7ae383c698e889925679d1a1f8ace181fe82a178e527ea169f1d21e83844563707e707968522de8bdc180eeb103793fa0468a38f924f29ac4b96310c50 SHA512 c8850f4e330dc058564b59c8a73e0687e1c9d1c56f617b4bbd99aee83e7047626d436c903caf913b11784be1528bb55e442e6365732f8d4bec82edb029831bd6
26 DIST adodb-5.20.18.tar.gz 467003 BLAKE2B ea0b007359a4fdada0fface3d5af82c335f2e7efeacdbb66be37914d76bff2783b58b2318531c527d13c3c358800803385c660c8f9372cf4a49269ed7e0c7d51 SHA512 09b04987e20a674a202be3889523b3bada578ea01f07830fed15afafb046687004b4e305a6abf2af795a7b0e3563f6e8afec5b0189f21e5c74b5e84bfbee1cd9
27
28 diff --git a/dev-php/adodb/adodb-5.20.15.ebuild b/dev-php/adodb/adodb-5.20.15.ebuild
29 deleted file mode 100644
30 index f16a3af534d..00000000000
31 --- a/dev-php/adodb/adodb-5.20.15.ebuild
32 +++ /dev/null
33 @@ -1,40 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -MY_PN="ADOdb"
40 -DESCRIPTION="Database abstraction layer for PHP"
41 -HOMEPAGE="https://github.com/ADOdb"
42 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD LGPL-2.1+"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
47 -IUSE=""
48 -
49 -# If you want to be picky, we should require that PHP be built with at
50 -# least one database driver enabled; otherwise adodb isn't going to be
51 -# able to do anything. But, the database USE flags for dev-lang/php are
52 -# a mess. What we would *like* to do is have a set of USE flags for
53 -# adodb that then propagate to PHP itself... for example, adodb[mysql]
54 -# could require php[mysql]. To do that would require that we duplicate
55 -# the database USE flag mess for adodb -- not desirable. Instead we punt
56 -# and let the user install adodb unconditionally. If he doesn't have
57 -# database support in PHP, it just won't work.
58 -RDEPEND="dev-lang/php:*"
59 -
60 -S="${WORKDIR}/${MY_PN}-${PV}"
61 -
62 -src_install() {
63 - DOCS="README.md docs/changelog*.md xmlschema*.dtd session/*.sql"
64 - DOCS+=" session/*.txt session/*.xml pear/auth_adodb_example.php"
65 - DOCS+=" pear/readme.Auth.txt"
66 -
67 - dodoc $DOCS
68 - rm -f $DOCS || die "failed to remove docs before installation"
69 -
70 - insinto "/usr/share/php/${PN}"
71 - doins *.php
72 - doins -r contrib datadict drivers lang pear perf replicate session xsl
73 -}
74
75 diff --git a/dev-php/adodb/adodb-5.20.17.ebuild b/dev-php/adodb/adodb-5.20.17.ebuild
76 deleted file mode 100644
77 index a1cd6765bdc..00000000000
78 --- a/dev-php/adodb/adodb-5.20.17.ebuild
79 +++ /dev/null
80 @@ -1,40 +0,0 @@
81 -# Copyright 1999-2020 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=7
85 -
86 -MY_PN="ADOdb"
87 -DESCRIPTION="Database abstraction layer for PHP"
88 -HOMEPAGE="https://github.com/ADOdb"
89 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
90 -
91 -LICENSE="BSD LGPL-2.1+"
92 -SLOT="0"
93 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
94 -IUSE=""
95 -
96 -# If you want to be picky, we should require that PHP be built with at
97 -# least one database driver enabled; otherwise adodb isn't going to be
98 -# able to do anything. But, the database USE flags for dev-lang/php are
99 -# a mess. What we would *like* to do is have a set of USE flags for
100 -# adodb that then propagate to PHP itself... for example, adodb[mysql]
101 -# could require php[mysql]. To do that would require that we duplicate
102 -# the database USE flag mess for adodb -- not desirable. Instead we punt
103 -# and let the user install adodb unconditionally. If he doesn't have
104 -# database support in PHP, it just won't work.
105 -RDEPEND="dev-lang/php:*"
106 -
107 -S="${WORKDIR}/${MY_PN}-${PV}"
108 -
109 -src_install() {
110 - DOCS="README.md docs/changelog*.md xmlschema*.dtd session/*.sql"
111 - DOCS+=" session/*.txt session/*.xml pear/auth_adodb_example.php"
112 - DOCS+=" pear/readme.Auth.txt"
113 -
114 - dodoc $DOCS
115 - rm -f $DOCS || die "failed to remove docs before installation"
116 -
117 - insinto "/usr/share/php/${PN}"
118 - doins *.php
119 - doins -r contrib datadict drivers lang pear perf replicate session xsl
120 -}