summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mail-mta/notqmail: remove dependency to virtual/checkpasswordRolf Eike Beer2021-11-072-2/+0
| | | | | | | This is an optional runtime dependency. Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* mail-mta/notqmail: put virtuals in PDEPENDRolf Eike Beer2021-08-192-5/+9
| | | | | | | | One provider of virtual/checkpassword is vpopmail, which in turn depends on virtual/qmail, which may form a circular dependency. Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* qmail.eclass: retire qmail_tcprules_fixup()Rolf Eike Beer2021-08-172-8/+0
| | | | | | | | | This has been in all ebuilds since the move of the portage tree to git, so everyone should have already moved the files. Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/21999 Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/notqmail: update DESCRIPTIONRolf Eike Beer2021-08-172-2/+2
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/notqmail: bump 9999 to EAPI 8Rolf Eike Beer2021-08-171-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/notqmail-9999: drop large DNS patchRolf Eike Beer2021-07-231-7/+2
| | | | | | | This has been applied upstream. Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-mta/notqmail: Added ~mips to KEYWORDSJoshua Kinard2021-06-201-1/+1
| | | | | | Bug: https://bugs.gentoo.org/727256 Signed-off-by: Joshua Kinard <kumba@gentoo.org> Package-Manager: Portage-3.0.20, Repoman-3.0.3
* mail-mta/notqmail: fix BadDefaultUseFlagsSam James2021-06-032-4/+4
| | | | | | | | | | | -foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-mta/notqmail: remove broken USE=libresslRolf Eike Beer2020-12-302-12/+6
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-mta/notqmail: Keyword 1.08-r3 alpha, #727256Matt Turner2020-12-091-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* mail-mta/notqmail: Keyword 1.08-r3 arm64, #727256Sam James2020-10-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/n[eo]tqmail: bump genqmail tarballRolf Eike Beer2020-08-273-3/+3
| | | | | | | Closes: https://bugs.gentoo.org/735090 Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/17027 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-mta/notqmail: Keyword 1.08-r2 arm, #727256Sam James2020-08-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/notqmail[qmail-spp]: fix buildRolf Eike Beer2020-07-263-31/+42
| | | | | | | | | | | | The original patch version does not apply to notqmail anymore, so use a rebased version instead. While at it explicitely specify some USE flag dependencies. Closes: https://bugs.gentoo.org/727322 Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/16826 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-mta/notqmail: s390 keyworded (bug #727256)Sam James2020-07-251-1/+1
| | | | | Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/notqmail: install systemd unit fileRolf Eike Beer2020-06-272-3/+7
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-mta/notqmail: x86 keyworded (bug #727256)Thomas Deutschmann2020-06-201-1/+1
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-mta/notqmail: remove unneeded dependencyRolf Eike Beer2020-06-172-5/+3
| | | | | | | | | groff was used to build cat-manpages, that were not installed anyway. Since the 1.08 release it is possible to fake their build for packagers that do not care, so do it. Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-mta/notqmail: keyworded 1.08 for ppc64Sergei Trofimovich2020-06-141-1/+1
| | | | | | | | keyworded wrt bug #727256 Package-Manager: Portage-2.3.100, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-mta/notqmail: keyworded 1.08 for ppcSergei Trofimovich2020-06-141-1/+1
| | | | | | | | keyworded wrt bug #727256 Package-Manager: Portage-2.3.100, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-mta/notqmail: keyworded 1.08 for ia64Sergei Trofimovich2020-06-061-1/+1
| | | | | | | | keyworded wrt bug #727256 Package-Manager: Portage-2.3.100, Repoman-2.3.22 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-mta/notqmail: new packageRolf Eike Beer2020-06-054-0/+402
"notqmail is a community-driven fork of qmail, beginning where netqmail left off". From everything we can tell there will be no new release of netqmail, so we decided to do our own thing. Eventually this will replace the existing mail-mta/netqmail ebuilds. Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Michał Górny <mgorny@gentoo.org>