From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/adodb/
Date: Thu, 26 Dec 2019 10:23:20 +0000 (UTC) [thread overview]
Message-ID: <1577355788.c72b12b322ffb64fe758f2cd16181bea58a23e87.whissi@gentoo> (raw)
commit: c72b12b322ffb64fe758f2cd16181bea58a23e87
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 10:10:41 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 10:23:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72b12b3
dev-php/adodb: bump to v5.20.15
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-php/adodb/Manifest | 1 +
dev-php/adodb/adodb-5.20.15.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-php/adodb/Manifest b/dev-php/adodb/Manifest
index 94c42a34852..954640dcf11 100644
--- a/dev-php/adodb/Manifest
+++ b/dev-php/adodb/Manifest
@@ -1 +1,2 @@
DIST adodb-5.20.14.tar.gz 465896 BLAKE2B acd8494141584b0c02c2e30aa59b3916ae811b8095ca724d22f44ed2cb1456b8e8afc7ff9af41e7476f4a93809e762c44a175fd3775b69654107813342b3a47a SHA512 fa9b764742f3edf15e79da7a34ca52b19f51454fa20bc963cce963cdd40f7e78671e993cd672a21e9917aa2440c63601fbf768b5259dccb64b458a5be6f4b0eb
+DIST adodb-5.20.15.tar.gz 466749 BLAKE2B ca232e15094eaf728dd82b449cfded4f84fc773e5dbe1a06b7bb15fc18487080131c52d7ae9d77e6a401bfd53baa7875810c94b6bda615d0a836a715914de9d7 SHA512 87c6f508f49a54e436b56d47d3c0b2801f4f022876013a2ffa23e751cc4c7aa83aa359e51acc4f8351fd596ad4f5d71326204ae3d57514c4354f68669e412c73
diff --git a/dev-php/adodb/adodb-5.20.15.ebuild b/dev-php/adodb/adodb-5.20.15.ebuild
new file mode 100644
index 00000000000..f16a3af534d
--- /dev/null
+++ b/dev-php/adodb/adodb-5.20.15.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="ADOdb"
+DESCRIPTION="Database abstraction layer for PHP"
+HOMEPAGE="https://github.com/ADOdb"
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+# If you want to be picky, we should require that PHP be built with at
+# least one database driver enabled; otherwise adodb isn't going to be
+# able to do anything. But, the database USE flags for dev-lang/php are
+# a mess. What we would *like* to do is have a set of USE flags for
+# adodb that then propagate to PHP itself... for example, adodb[mysql]
+# could require php[mysql]. To do that would require that we duplicate
+# the database USE flag mess for adodb -- not desirable. Instead we punt
+# and let the user install adodb unconditionally. If he doesn't have
+# database support in PHP, it just won't work.
+RDEPEND="dev-lang/php:*"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_install() {
+ DOCS="README.md docs/changelog*.md xmlschema*.dtd session/*.sql"
+ DOCS+=" session/*.txt session/*.xml pear/auth_adodb_example.php"
+ DOCS+=" pear/readme.Auth.txt"
+
+ dodoc $DOCS
+ rm -f $DOCS || die "failed to remove docs before installation"
+
+ insinto "/usr/share/php/${PN}"
+ doins *.php
+ doins -r contrib datadict drivers lang pear perf replicate session xsl
+}
next reply other threads:[~2019-12-26 10:23 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-26 10:23 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-03 19:48 [gentoo-commits] repo/gentoo:master commit in: dev-php/adodb/ Michael Orlitzky
2024-08-03 19:48 Michael Orlitzky
2024-06-11 11:36 Arthur Zamarin
2024-03-24 14:00 Michael Orlitzky
2024-03-24 14:00 Michael Orlitzky
2023-08-29 7:49 Conrad Kostecki
2023-06-10 1:26 Michael Orlitzky
2023-06-09 17:54 Arthur Zamarin
2022-08-07 13:13 Michael Orlitzky
2022-08-07 13:13 Michael Orlitzky
2022-08-07 13:13 Michael Orlitzky
2022-08-07 13:13 Michael Orlitzky
2022-01-30 15:22 Michael Orlitzky
2021-04-25 15:36 Thomas Deutschmann
2021-02-01 22:00 Thomas Deutschmann
2020-08-06 14:34 Thomas Deutschmann
2020-08-06 14:34 Thomas Deutschmann
2020-06-14 23:30 Thomas Deutschmann
2020-01-21 23:51 Michael Orlitzky
2019-07-30 22:32 Thomas Deutschmann
2019-07-30 22:32 Thomas Deutschmann
2019-07-30 22:32 Thomas Deutschmann
2018-09-04 0:25 Brian Evans
2018-04-24 18:19 Brian Evans
2017-05-27 23:01 Brian Evans
2017-01-21 17:02 Michael Orlitzky
2017-01-21 11:42 Jeroen Roovers
2017-01-21 11:42 Jeroen Roovers
2017-01-07 1:54 Aaron Bauman
2017-01-05 12:37 Tobias Klausmann
2017-01-05 1:15 Michael Orlitzky
2016-07-16 14:15 Michael Orlitzky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1577355788.c72b12b322ffb64fe758f2cd16181bea58a23e87.whissi@gentoo \
--to=whissi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox