mail-mta/mini-qmail: Remove last-rited pkg

Closes: https://bugs.gentoo.org/693746
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-10-08 20:25:13 +02:00
parent 7ab2221b7a
commit 263a1ab586
6 changed files with 0 additions and 160 deletions

View File

@@ -1,2 +0,0 @@
DIST genqmail-20080406.tar.bz2 10252 BLAKE2B 4e959ff9a79c7621f8681866e2e614ecbd6a2c64b45a79f9c553b202f2a495fbd5b1eeefdebb0502c48c0fbed5ba37073d9b500f28217a9a568bdf7eb376b8a3 SHA512 744d0968307bfedebf0ca7bc0d5bd0780884326acaf5fea0a66fb91f8b0caf5ba52eb443c9cb2a7d6389622ca5c87100c3204ec3408aed8ef5fb1e7f80ff0d35
DIST netqmail-1.06.tar.gz 260941 BLAKE2B f60cf737f308d70433da917b30a07af600f8956ae718bcf17f1628382523d7fdfa2456549066b57674a112a53946a410136ee89c0911402b24a4153bbc37d39a SHA512 de40a6d8fac502bd785010434d99b99f2c0524e10aea3d0f2a0d35c70fce91e991eb1fb8f20a1276eb56d7e73130ea5e2c178f6075d138af47b28d9ca6e6046b

View File

@@ -1,37 +0,0 @@
--- a/qmail-pw2u.c
+++ b/qmail-pw2u.c
@@ -1,3 +1,4 @@
+#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "substdio.h"
--- a/qmail-qmtpd.c
+++ b/qmail-qmtpd.c
@@ -1,3 +1,4 @@
+#include <unistd.h>
#include "stralloc.h"
#include "substdio.h"
#include "qmail.h"
--- a/readwrite.h
+++ b/readwrite.h
@@ -1,7 +1,7 @@
#ifndef READWRITE_H
#define READWRITE_H
-extern int read();
-extern int write();
+#include <fcntl.h>
+#include <unistd.h>
#endif
--- a/substdio.h
+++ b/substdio.h
@@ -1,6 +1,8 @@
#ifndef SUBSTDIO_H
#define SUBSTDIO_H
+#include <unistd.h>
+
typedef struct substdio {
char *x;
int p;

View File

@@ -1,38 +0,0 @@
case $# in
0|1|2|3|4)
echo 'config-mini: usage: config-mini me defaultdom plusdom idhost qmqpserver ...' 1>&2
exit 100
;;
esac
me="$1"; shift
defaultdomain="$1"; shift
plusdomain="$1"; shift
idhost="$1"; shift
echo Putting "$me" into control/me...
echo "$me" > QMAIL/control/me
chmod 644 QMAIL/control/me
echo Putting "$defaultdomain" into control/defaultdomain...
echo "$defaultdomain" > QMAIL/control/defaultdomain
chmod 644 QMAIL/control/defaultdomain
echo Putting "$plusdomain" into control/plusdomain...
echo "$plusdomain" > QMAIL/control/plusdomain
chmod 644 QMAIL/control/plusdomain
echo Putting "$idhost" into control/idhost...
echo "$idhost" > QMAIL/control/idhost
chmod 644 QMAIL/control/idhost
cp /dev/null QMAIL/control/qmqpservers
for qmqpserver in "$@"
do
echo Putting "$qmqpserver" into control/qmqpservers...
echo "$qmqpserver" >> QMAIL/control/qmqpservers
chmod 644 QMAIL/control/qmqpservers
done
exit 0

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

View File

@@ -1,71 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=0
GENQMAIL_PV=20080406
inherit eutils qmail
DESCRIPTION="a small null client that forwards mail via QMQP to a full qmail server"
HOMEPAGE="
http://netqmail.org/
http://cr.yp.to/qmail/mini.html
http://qmail.org/
"
SRC_URI="mirror://qmail/netqmail-${PV}.tar.gz
https://dev.gentoo.org/~hollow/distfiles/${GENQMAIL_F}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 arm hppa ~mips ppc x86"
IUSE=""
DEPEND=""
RDEPEND="
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
!mail-mta/maildrop
!mail-mta/msmtp
!mail-mta/netqmail
!mail-mta/nullmailer
!mail-mta/postfix
!mail-mta/qmail-ldap
!mail-mta/sendmail
!mail-mta/ssmtp
!mail-mta/opensmtpd
${DEPEND}
"
S="${WORKDIR}"/netqmail-${PV}
src_unpack() {
genqmail_src_unpack
unpack netqmail-${PV}.tar.gz
cd "${S}"
epatch "${FILESDIR}"/${PV}-headers.patch
qmail_src_postunpack
}
src_compile() {
MAKEOPTS="${MAKEOPTS} -j1" qmail_src_compile #398135
}
# make check is actually an install-check target, see bug #364955
src_test() { :; }
qmail_base_install_hook() {
dosym qmail-qmqpc "${QMAIL_HOME}"/bin/qmail-queue
exeinto "${QMAIL_HOME}"/bin
doexe "${FILESDIR}"/config-mini
}
src_install() {
qmail_base_install
qmail_man_install
qmail_sendmail_install
}

View File

@@ -1053,13 +1053,6 @@ net-p2p/saku
# Removal in 30 days. Bug #654290.
games-emulation/daphne
# Michał Górny <mgorny@gentoo.org> (2019-09-08)
# Unmaintained. EAPI 0. Homepage gone. Potential netqmail maintainer
# indicates that it can be replaced by running one daemon from normal
# qmail install.
# Removal in 30 days. Bug #693746.
mail-mta/mini-qmail
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.