* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_vdbh/
@ 2019-02-07 16:02 Brian Evans
0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2019-02-07 16:02 UTC (permalink / raw
To: gentoo-commits
commit: 23751e68bdc6fff20e58775dc1ef560cd09ec18c
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 7 16:01:37 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Feb 7 16:01:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23751e68
www-apache/mod_vdbh: Revbump for dependency and EAPI
Bug: https://bugs.gentoo.org/666078
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild | 34 ++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild b/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild
new file mode 100644
index 00000000000..c514e31cb23
--- /dev/null
+++ b/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit apache-module
+
+KEYWORDS="~ppc ~x86"
+
+DESCRIPTION="An Apache2 module for mass virtual hosting using a MySQL database"
+HOMEPAGE="http://www.synthemesc.com/mod_vdbh/"
+SRC_URI="http://www.synthemesc.com/downloads/${PN}/${P}.tar.gz"
+LICENSE="Apache-1.1"
+SLOT="0"
+IUSE=""
+
+S="${WORKDIR}/${PN}"
+
+DEPEND="dev-db/mysql-connector-c:=
+ >=sys-libs/zlib-1.1.4"
+RDEPEND="${DEPEND}"
+
+APXS2_ARGS="-DHAVE_STDDEF_H -I/usr/include/mysql -Wl,-lmysqlclient -c ${PN}.c"
+
+APACHE2_MOD_CONF="21_mod_vdbh"
+APACHE2_MOD_DEFINE="VDBH"
+
+DOCFILES="AUTHORS README"
+
+need_apache2
+
+pkg_setup() {
+ _init_apache2_late
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_vdbh/
@ 2019-10-07 9:47 Agostino Sarubbo
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2019-10-07 9:47 UTC (permalink / raw
To: gentoo-commits
commit: a3d93393106c59c48c8b2fc237f75ca8fa4baac1
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 09:46:50 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 09:47:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d93393
www-apache/mod_vdbh: ppc stable wrt bug #696378
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild b/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild
index 1c2257f8199..3b7c60c3f16 100644
--- a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild
+++ b/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
inherit apache-module
-KEYWORDS="~ppc x86"
+KEYWORDS="ppc x86"
DESCRIPTION="An Apache2 module for mass virtual hosting using a MySQL database"
HOMEPAGE="http://www.synthemesc.com/mod_vdbh/"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_vdbh/
@ 2019-10-07 13:53 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-10-07 13:53 UTC (permalink / raw
To: gentoo-commits
commit: 4a6e4f60f40e2758d9fd644564e9245230a81137
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 13:15:04 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 13:53:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6e4f60
www-apache/mod_vdbh: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild | 30 ----------------------------
1 file changed, 30 deletions(-)
diff --git a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild b/www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild
deleted file mode 100644
index 6e53bbb94e1..00000000000
--- a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit apache-module
-
-KEYWORDS="ppc x86"
-
-DESCRIPTION="An Apache2 module for mass virtual hosting using a MySQL database"
-HOMEPAGE="http://www.synthemesc.com/mod_vdbh/"
-SRC_URI="http://www.synthemesc.com/downloads/${PN}/${P}.tar.gz"
-LICENSE="Apache-1.1"
-SLOT="0"
-IUSE=""
-
-S="${WORKDIR}/${PN}"
-
-DEPEND="virtual/mysql
- >=sys-libs/zlib-1.1.4"
-RDEPEND="${DEPEND}"
-
-APXS2_ARGS="-DHAVE_STDDEF_H -I/usr/include/mysql -Wl,-lmysqlclient -c ${PN}.c"
-
-APACHE2_MOD_CONF="21_mod_vdbh"
-APACHE2_MOD_DEFINE="VDBH"
-
-DOCFILES="AUTHORS README"
-
-need_apache2
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-07 13:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-07 16:02 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_vdbh/ Brian Evans
-- strict thread matches above, loose matches on Subject: below --
2019-10-07 9:47 Agostino Sarubbo
2019-10-07 13:53 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox