* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/
@ 2018-06-03 2:59 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-06-03 2:59 UTC (permalink / raw
To: gentoo-commits
commit: ec00c3bb6c1a956db8beb93874c65257e2240d55
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 3 00:17:03 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 3 02:58:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec00c3bb
net-mail/qmailadmin: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-mail/qmailadmin/Manifest | 2 -
net-mail/qmailadmin/qmailadmin-1.2.10.ebuild | 96 ----------------------------
net-mail/qmailadmin/qmailadmin-1.2.12.ebuild | 87 -------------------------
net-mail/qmailadmin/qmailadmin-1.2.15.ebuild | 96 ----------------------------
4 files changed, 281 deletions(-)
diff --git a/net-mail/qmailadmin/Manifest b/net-mail/qmailadmin/Manifest
index dfbffffa120..cb0ca8ea7c5 100644
--- a/net-mail/qmailadmin/Manifest
+++ b/net-mail/qmailadmin/Manifest
@@ -1,4 +1,2 @@
-DIST qmailadmin-1.2.10.tar.gz 390150 BLAKE2B 0c221e7abef7d2ae73a55598005d8bbd4d0bb96d51603867ff72fe396bc345c6c87a3c533c5f1db1658db17b7fd46630facfc8ae00c8e588bc8a350e0ea5588a SHA512 43dcd55b9b3458896398eada9a7d0b513cce5bde6edecb8ae54b6519509361dfab18c7600a3f94ff141b4a3b824e93b4a88a5db3e5a8980ddabf2e6dda8cfb47
-DIST qmailadmin-1.2.12.tar.gz 400144 BLAKE2B 0b4065421cf60bc2328ac11db38294faf9301630927c6955b73604e90fb72db7c924f153e07769689339f1d3937407704d35e8dbf29b0fd5fda935533cad1320 SHA512 9fea49c3cab31606b37b9b827cd21ee852267e8c5555d96c48d52fc8388d7a3a862384cf18211c89c34525b84f866fa371a70a88386309e32dde1d7d8bb5b3ed
DIST qmailadmin-1.2.15.tar.gz 385529 BLAKE2B 2bd4f86d157c577f410e44ec8c8c7df25d654b1dbf0621e52c167067bf72ce04bc7b03230c2517e97c14bd4f5bb3354da23d9794faafc7d3d007476c7b98dfdb SHA512 0cf32916bd6ef47fce091d4a92203fb8b80e0c3349cf8af826c047ba778e7992bcb98002023219648c7aa1ab60fbb052d4726f12f44d68647e657fb3760b8347
DIST qmailadmin-1.2.16.tar.gz 388689 BLAKE2B 713fbf862eb19940801394b85371f7249ab31528891356b226ba88b55ecd3027f0cdcd08b10a1eb1a4b93355b4bf948dae96d34dbfb3a1df3c3291fe5a8ddb8d SHA512 4afa18461d8bb91e7075f08f00f3e1ef030a01381d049e122d4c234f2b6db9884d4426e9f4c61d5257e55786228741a3b8ded1fbfb925611f536cedb9d61de91
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.10.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.10.ebuild
deleted file mode 100644
index 8dfec046d25..00000000000
--- a/net-mail/qmailadmin/qmailadmin-1.2.10.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-# TODO: convert this ebuild to use web-app.
-
-# the RESTRICT is because the vpopmail lib directory is locked down
-# and non-root can't access them.
-RESTRICT='userpriv'
-
-MY_PV="${PV/_rc/-rc}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="A web interface for managing a qmail system with virtual domains"
-HOMEPAGE="http://www.inter7.com/qmailadmin.html"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc s390 sh sparc x86"
-IUSE="maildrop"
-
-DEPEND="virtual/qmail
- >=net-mail/vpopmail-5.3
- net-mail/autorespond
- maildrop? ( >=mail-filter/maildrop-2.0.1 )"
-RDEPEND="${DEPEND}"
-# apache and lighttpd both work, but there's no virtual yet
-# www-servers/apache"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.2.9-maildir.patch
-}
-
-src_compile() {
- local dir_vpopmail="/var/vpopmail"
- local dir_vhost="/var/www/localhost"
- local dir_htdocs="${dir_vhost}/htdocs/${PN}"
- local dir_htdocs_images="${dir_htdocs}/images"
- local url_htdocs_images="/${PN}/images"
- local dir_cgibin="${dir_vhost}/cgi-bin"
- local url_cgibin="/cgi-bin/${PN}"
- local dir_htdocs_htmlib="/usr/share/${PN}/htmllib"
- local dir_qmail="/var/qmail"
- local dir_true="/bin"
- local dir_ezmlm="/usr/bin"
- local dir_autorespond="/var/qmail/bin"
-
- # Pass spam stuff through $@ so we get the quoting right
- if use maildrop ; then
- set -- --enable-modify-spam \
- --enable-spam-command='|preline maildrop /etc/maildroprc'
- else
- set --
- fi
-
- econf \
- --enable-valias \
- --enable-vpopmaildir=${dir_vpopmail} \
- --enable-htmldir=${dir_htdocs} \
- --enable-imageurl=${url_htdocs_images} \
- --enable-imagedir=${dir_htdocs_images} \
- --enable-htmllibdir=${dir_htdocs_htmlib} \
- --enable-qmaildir=${dir_qmail} \
- --enable-true-path=${dir_true} \
- --enable-ezmlmdir=${dir_ezmlm} \
- --enable-cgibindir=${dir_cgibin} \
- --enable-cgipath=${url_cgibin} \
- --enable-autoresponder-path=${dir_autorespond} \
- --enable-domain-autofill \
- --enable-modify-quota \
- --enable-no-cache \
- --enable-maxusersperpage=50 \
- --enable-maxaliasesperpage=50 \
- --enable-vpopuser=vpopmail \
- --enable-vpopgroup=vpopmail \
- "$@" \
- || die "econf failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS INSTALL README.hooks BUGS TODO ChangeLog TRANSLATORS NEWS FAQ README contrib/*
-}
-
-pkg_postinst() {
- elog "If you would like support for ezmlm mailing lists inside qmailadmin,"
- elog "please emerge some variant of ezmlm-idx."
-}
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.12.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.12.ebuild
deleted file mode 100644
index 93204d11880..00000000000
--- a/net-mail/qmailadmin/qmailadmin-1.2.12.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit qmail eutils webapp
-
-# the RESTRICT is because the vpopmail lib directory is locked down
-# and non-root can't access them.
-RESTRICT="userpriv"
-
-MY_P=${P/_rc/-rc}
-
-DESCRIPTION="A web interface for managing a qmail system with virtual domains"
-HOMEPAGE="http://www.inter7.com/qmailadmin.html"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-WEBAPP_MANUAL_SLOT="yes"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="maildrop"
-
-DEPEND="virtual/qmail
- >=net-mail/vpopmail-5.3
- net-mail/autorespond
- maildrop? ( >=mail-filter/maildrop-2.0.1 )"
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.2.9-maildir.patch
-}
-
-src_compile() {
- # Pass spam stuff through $@ so we get the quoting right
- if use maildrop ; then
- set -- --enable-modify-spam \
- --enable-spam-command='|preline maildrop /etc/maildroprc'
- else
- set --
- fi
-
- econf \
- --enable-valias \
- --enable-vpopmaildir=/var/vpopmail \
- --enable-htmldir="${MY_HTDOCSDIR}" \
- --enable-imagedir="${MY_HTDOCSDIR}"/images \
- --enable-imageurl=/${PN}/images \
- --enable-htmllibdir=/usr/share/${PN}/htmllib \
- --enable-cgibindir="${MY_CGIBINDIR}" \
- --enable-cgipath=/cgi-bin/${PN} \
- --enable-qmaildir="${QMAIL_HOME}" \
- --enable-autoresponder-path="${QMAIL_HOME}"/bin \
- --enable-true-path=/bin \
- --enable-ezmlmdir=/usr/bin \
- --enable-domain-autofill \
- --enable-modify-quota \
- --enable-no-cache \
- --enable-maxusersperpage=50 \
- --enable-maxaliasesperpage=50 \
- --enable-vpopuser=vpopmail \
- --enable-vpopgroup=vpopmail \
- "$@" \
- || die "econf failed"
-
- emake || die "make failed"
-}
-
-src_install() {
- webapp_src_preinst
-
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS INSTALL README.hooks BUGS TODO ChangeLog \
- TRANSLATORS NEWS FAQ README contrib/*
-
- webapp_src_install
-}
-
-pkg_postinst() {
- einfo "If you would like support for ezmlm mailing lists inside qmailadmin,"
- einfo "please emerge some variant of ezmlm-idx."
- webapp_pkg_postinst
-}
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild
deleted file mode 100644
index 1725e884bab..00000000000
--- a/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit qmail eutils webapp autotools
-
-# the RESTRICT is because the vpopmail lib directory is locked down
-# and non-root can't access them.
-RESTRICT="userpriv"
-
-MY_P=${P/_rc/-rc}
-
-DESCRIPTION="A web interface for managing a qmail system with virtual domains"
-HOMEPAGE="http://www.inter7.com/qmailadmin.html"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-WEBAPP_MANUAL_SLOT="yes"
-KEYWORDS="amd64 arm ~hppa ppc s390 sh sparc x86"
-IUSE="maildrop"
-
-DEPEND="virtual/qmail
- >=net-mail/vpopmail-5.3
- net-mail/autorespond
- maildrop? ( >=mail-filter/maildrop-2.0.1 )"
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.2.9-maildir.patch
- epatch "${FILESDIR}"/${PN}-1.2.12-quota-overflow.patch
- eautoreconf
-}
-
-src_compile() {
- # Pass spam stuff through $@ so we get the quoting right
- if use maildrop ; then
- set -- --enable-modify-spam \
- --enable-spam-command='|preline maildrop /etc/maildroprc'
- else
- set --
- fi
- # If vpopmail is built with mysql, we need to pick that up.
- CFLAGS="${CFLAGS} $(</var/vpopmail/etc/inc_deps)"
- LDFLAGS="${LDFLAGS} $(</var/vpopmail/etc/lib_deps)"
-
- econf \
- --enable-valias \
- --enable-vpopmaildir=/var/vpopmail \
- --enable-htmldir="${MY_HTDOCSDIR}" \
- --enable-imagedir="${MY_HTDOCSDIR}"/images \
- --enable-imageurl=/${PN}/images \
- --enable-htmllibdir=/usr/share/${PN}/htmllib \
- --enable-cgibindir="${MY_CGIBINDIR}" \
- --enable-cgipath=/cgi-bin/${PN} \
- --enable-qmaildir="${QMAIL_HOME}" \
- --enable-autoresponder-path="${QMAIL_HOME}"/bin \
- --enable-true-path=/bin \
- --enable-ezmlmdir=/usr/bin \
- --enable-domain-autofill \
- --enable-modify-quota \
- --enable-no-cache \
- --enable-trivial-password \
- --enable-catchall \
- --enable-maxusersperpage=50 \
- --enable-maxaliasesperpage=50 \
- --enable-vpopuser=vpopmail \
- --enable-vpopgroup=vpopmail \
- LDFLAGS="${LDFLAGS}" \
- CFLAGS="${CFLAGS}" \
- "$@" \
- || die "econf failed"
-
- emake || die "make failed"
-}
-
-src_install() {
- webapp_src_preinst
-
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS INSTALL README.hooks BUGS TODO ChangeLog \
- TRANSLATORS NEWS FAQ README contrib/*
-
- webapp_src_install
-}
-
-pkg_postinst() {
- einfo "If you would like support for ezmlm mailing lists inside qmailadmin,"
- einfo "please emerge some variant of ezmlm-idx."
- webapp_pkg_postinst
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/
@ 2019-11-23 19:26 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-11-23 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 2b3442a7172001ec0a695723af1144dd882c4154
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 19:08:57 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 19:26:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3442a7
net-mail/qmailadmin: Bump to EAPI 7
Bug: https://bugs.gentoo.org/697246
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild | 43 ++++++++++++-------------
net-mail/qmailadmin/qmailadmin-1.2.16.ebuild | 41 +++++++++++------------
2 files changed, 39 insertions(+), 45 deletions(-)
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
index ddd66ac34bf..3e99cdd3a1a 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
@@ -1,13 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
-inherit qmail eutils webapp autotools
-
-# the RESTRICT is because the vpopmail lib directory is locked down
-# and non-root can't access them.
-RESTRICT="userpriv"
+inherit qmail webapp autotools
MY_P=${P/_rc/-rc}
@@ -20,24 +16,27 @@ SLOT="0"
WEBAPP_MANUAL_SLOT="yes"
KEYWORDS="amd64 arm ~hppa ia64 ppc s390 sh sparc x86"
IUSE="maildrop"
+# the RESTRICT is because the vpopmail lib directory is locked down
+# and non-root can't access them.
+RESTRICT="userpriv"
-DEPEND="virtual/qmail
+RDEPEND="virtual/qmail
>=net-mail/vpopmail-5.4.33
net-mail/autorespond
maildrop? ( >=mail-filter/maildrop-2.0.1 )"
+DEPEND=${RDEPEND}
S="${WORKDIR}"/${MY_P}
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.2.9-maildir.patch
- epatch "${FILESDIR}"/${PN}-1.2.12-quota-overflow.patch
- epatch "${FILESDIR}"/${PN}-1.2.15-quota-security.patch
+src_prepare() {
+ eapply "${FILESDIR}"/${PN}-1.2.9-maildir.patch
+ eapply "${FILESDIR}"/${PN}-1.2.12-quota-overflow.patch
+ eapply "${FILESDIR}"/${PN}-1.2.15-quota-security.patch
+ eapply_user
eautoreconf
}
-src_compile() {
+src_configure() {
# Pass spam stuff through $@ so we get the quoting right
if use maildrop ; then
set -- --enable-modify-spam \
@@ -68,19 +67,17 @@ src_compile() {
--enable-maxaliasesperpage=50 \
--enable-vpopuser=vpopmail \
--enable-vpopgroup=vpopmail \
- "$@" \
- || die "econf failed"
-
- emake || die "make failed"
+ "$@"
}
src_install() {
webapp_src_preinst
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS INSTALL README.hooks BUGS TODO ChangeLog \
- TRANSLATORS NEWS FAQ README contrib/*
+ local DOCS=(
+ AUTHORS INSTALL README.hooks BUGS TODO ChangeLog TRANSLATORS
+ NEWS FAQ README contrib/*
+ )
+ default
webapp_src_install
}
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild
index c3001ee6b8e..95b5cf72f3a 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild
@@ -1,13 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
-inherit qmail eutils webapp autotools
-
-# the RESTRICT is because the vpopmail lib directory is locked down
-# and non-root can't access them.
-RESTRICT="userpriv"
+inherit qmail webapp autotools
MY_P=${P/_rc/-rc}
@@ -20,22 +16,25 @@ SLOT="0"
WEBAPP_MANUAL_SLOT="yes"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~s390 ~sh ~sparc ~x86"
IUSE="maildrop"
+# the RESTRICT is because the vpopmail lib directory is locked down
+# and non-root can't access them.
+RESTRICT="userpriv"
DEPEND="virtual/qmail
>=net-mail/vpopmail-5.4.33
net-mail/autorespond
maildrop? ( >=mail-filter/maildrop-2.0.1 )"
+DEPEND=${RDEPEND}
S="${WORKDIR}"/${MY_P}
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.2.9-maildir.patch
+src_prepare() {
+ eapply "${FILESDIR}"/${PN}-1.2.9-maildir.patch
+ eapply_user
eautoreconf
}
-src_compile() {
+src_configure() {
# Pass spam stuff through $@ so we get the quoting right
if use maildrop ; then
set -- --enable-modify-spam \
@@ -66,27 +65,25 @@ src_compile() {
--enable-maxaliasesperpage=50 \
--enable-vpopuser=vpopmail \
--enable-vpopgroup=vpopmail \
- "$@" \
- || die "econf failed"
-
- emake || die "make failed"
+ "$@"
}
src_install() {
webapp_src_preinst
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS INSTALL README.hooks BUGS TODO ChangeLog \
- TRANSLATORS NEWS FAQ README contrib/*
+ local DOCS=(
+ AUTHORS INSTALL README.hooks BUGS TODO ChangeLog TRANSLATORS
+ NEWS FAQ README contrib/*
+ )
+ default
webapp_src_install
# CGI needs to be able to read /etc/vpopmail.conf
# Which is 0640 root:vpopmail, as it contains passwords
cgi=/usr/share/webapps/${PN}/${PV}/hostroot/cgi-bin/qmailadmin
- fowners root:vpopmail $cgi
- fperms g+s $cgi
+ fowners root:vpopmail ${cgi}
+ fperms g+s ${cgi}
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/
@ 2020-04-13 22:21 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2020-04-13 22:21 UTC (permalink / raw
To: gentoo-commits
commit: 230d5d5bf8348e7b017922fe5f1e0de6304be8c5
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 22:21:31 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 22:21:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230d5d5b
net-mail/qmailadmin: propagate ia64 keywords
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
net-mail/qmailadmin/qmailadmin-1.2.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild
index b474f7e6dbf..66fd8ab93b3 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
WEBAPP_MANUAL_SLOT="yes"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86"
IUSE="maildrop"
# the RESTRICT is because the vpopmail lib directory is locked down
# and non-root can't access them.
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/
@ 2020-05-29 12:04 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-05-29 12:04 UTC (permalink / raw
To: gentoo-commits
commit: 366f380439d3bef3efd9d5f030079c513d99bf12
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 29 11:25:07 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 29 12:04:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366f3804
net-mail/qmailadmin: Fix typo in RDEPEND
Closes: https://bugs.gentoo.org/701062
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-mail/qmailadmin/qmailadmin-1.2.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild
index 66fd8ab93b3..914eee6aac0 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild
@@ -20,7 +20,7 @@ IUSE="maildrop"
# and non-root can't access them.
RESTRICT="userpriv"
-DEPEND="virtual/qmail
+RDEPEND="virtual/qmail
>=net-mail/vpopmail-5.4.33
net-mail/autorespond
maildrop? ( >=mail-filter/maildrop-2.0.1 )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/
@ 2021-04-03 15:48 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-04-03 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 170ac0f9f39ef299fc1d4ba4af0b53481120681b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 15:47:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 15:48:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170ac0f9
net-mail/qmailadmin: sort inherit
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
index f5949b52f56..a71c6727a32 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-inherit qmail webapp autotools
+WEBAPP_MANUAL_SLOT="yes"
+inherit autotools qmail webapp
MY_P=${P/_rc/-rc}
@@ -13,18 +14,18 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-WEBAPP_MANUAL_SLOT="yes"
KEYWORDS="amd64 arm ~hppa ~ia64 ppc s390 sparc x86"
IUSE="maildrop"
# the RESTRICT is because the vpopmail lib directory is locked down
# and non-root can't access them.
RESTRICT="userpriv"
-RDEPEND="virtual/qmail
- >=net-mail/vpopmail-5.4.33
+RDEPEND="
net-mail/autorespond
+ >=net-mail/vpopmail-5.4.33
+ virtual/qmail
maildrop? ( >=mail-filter/maildrop-2.0.1 )"
-DEPEND=${RDEPEND}
+DEPEND="${RDEPEND}"
S="${WORKDIR}"/${MY_P}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/
@ 2021-08-22 3:17 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-08-22 3:17 UTC (permalink / raw
To: gentoo-commits
commit: 8dc6d0fff618fde0d1c5da47aafa7dd005d660f1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 03:10:12 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 03:10:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc6d0ff
net-mail/qmailadmin: add missing libcrypt dependency
Closes: https://bugs.gentoo.org/809185
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{qmailadmin-1.2.15-r1.ebuild => qmailadmin-1.2.15-r2.ebuild} | 1 +
.../{qmailadmin-1.2.16.ebuild => qmailadmin-1.2.16-r1.ebuild} | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.15-r2.ebuild
similarity index 99%
rename from net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
rename to net-mail/qmailadmin/qmailadmin-1.2.15-r2.ebuild
index 20bdc0db0cf..fd7cf19b1cd 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.15-r2.ebuild
@@ -23,6 +23,7 @@ RESTRICT="userpriv"
RDEPEND="
net-mail/autorespond
>=net-mail/vpopmail-5.4.33
+ virtual/libcrypt:=
virtual/qmail
maildrop? ( >=mail-filter/maildrop-2.0.1 )"
DEPEND="${RDEPEND}"
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
similarity index 98%
rename from net-mail/qmailadmin/qmailadmin-1.2.16.ebuild
rename to net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
index e8d3f27890b..e5cef4ce956 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.16.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
@@ -20,7 +20,8 @@ IUSE="maildrop"
# and non-root can't access them.
RESTRICT="userpriv"
-RDEPEND="virtual/qmail
+RDEPEND="virtual/libcrypt:=
+ virtual/qmail
>=net-mail/vpopmail-5.4.33
net-mail/autorespond
maildrop? ( >=mail-filter/maildrop-2.0.1 )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/
@ 2023-06-23 18:07 Matt Turner
0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2023-06-23 18:07 UTC (permalink / raw
To: gentoo-commits
commit: e472771eca622a77a79ecb82ace52c1c0d8537c2
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 17:27:36 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 18:07:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e472771e
net-mail/qmailadmin: Drop ppc keywords
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-mail/qmailadmin/qmailadmin-1.2.15-r2.ebuild | 2 +-
net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.15-r2.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.15-r2.ebuild
index f464af0b8b89..c107fb96ad6b 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.15-r2.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.15-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~s390 sparc x86"
+KEYWORDS="amd64 arm ~hppa ~ia64 ~s390 sparc x86"
IUSE="maildrop"
# the RESTRICT is because the vpopmail lib directory is locked down
# and non-root can't access them.
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
index e5cef4ce9568..d77c4111aa19 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
WEBAPP_MANUAL_SLOT="yes"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~s390 ~sparc ~x86"
IUSE="maildrop"
# the RESTRICT is because the vpopmail lib directory is locked down
# and non-root can't access them.
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/
@ 2023-07-18 19:18 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-07-18 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 73b7d0824442cf3b31cecf1b54fc532afd4e1dd4
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Jul 7 20:02:25 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 19:17:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b7d082
net-mail/qmailadmin: fix wrong dir for chown in 1.2.16-r1
Closes: https://bugs.gentoo.org/898166
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/31793
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
index d77c4111aa19..bab2beb85fed 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
@@ -82,7 +82,7 @@ src_install() {
# CGI needs to be able to read /etc/vpopmail.conf
# Which is 0640 root:vpopmail, as it contains passwords
- cgi=/usr/share/webapps/${PN}/${PV}/hostroot/cgi-bin/qmailadmin
+ cgi="${MY_CGIBINDIR}"/qmailadmin
fowners root:vpopmail ${cgi}
fperms g+s ${cgi}
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/
@ 2023-07-18 19:19 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-07-18 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 02dc9ddfc89ae2865c79f6b52a09a6f28ab42786
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 19:18:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 19:18:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02dc9ddf
net-mail/qmailadmin: crank copyright
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
index bab2beb85fed..f7d824c79d7f 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-07-18 19:19 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 15:48 [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-07-18 19:19 Sam James
2023-07-18 19:18 Sam James
2023-06-23 18:07 Matt Turner
2021-08-22 3:17 Sam James
2020-05-29 12:04 Michał Górny
2020-04-13 22:21 Sergei Trofimovich
2019-11-23 19:26 Michał Górny
2018-06-03 2:59 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox