mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-mail/qmail-qfilter: Remove last-rited package
Closes: https://bugs.gentoo.org/686438 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST qmail-qfilter-2.1.tar.gz 22242 BLAKE2B 386c4a708260c8c93020507ad56766d2ee99af7908203d0cfbd1fefda52b54bccd6a1fdb52bb9e45697c34c554735010a301751f29da2c355285547ed7088177 SHA512 a515969b60aaa08a06513a9d88f3bfb36fa9d1333ea87613facb1d65055d44e69c4cad2298870607c012dffdec4d03c36dc87b24b3b3c0602ba1d7df6cb1ff2c
|
||||
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<longdescription lang="en">
|
||||
This program allows the body and/or envelope of a message to be filtered
|
||||
through a series of filters before being passed to the real qmail-queue
|
||||
program, and injected into the qmail queue.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit toolchain-funcs multilib
|
||||
|
||||
DESCRIPTION="qmail-queue multi-filter front end"
|
||||
SRC_URI="http://untroubled.org/qmail-qfilter/archive/${P}.tar.gz"
|
||||
HOMEPAGE="http://untroubled.org/qmail-qfilter/"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-libs/bglibs-1.106"
|
||||
RDEPEND="${DEPEND} virtual/qmail"
|
||||
|
||||
QMAIL_BINDIR="/var/qmail/bin/"
|
||||
|
||||
src_configure() {
|
||||
echo "$(tc-getCC) ${CFLAGS}" > conf-cc
|
||||
echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
|
||||
echo "${D}${QMAIL_BINDIR}" > conf-bin
|
||||
echo "${D}/usr/share/man/" > conf-man
|
||||
echo "/usr/include/bglibs" > conf-bgincs
|
||||
echo "/usr/$(get_libdir)/bglibs" > conf-bglibs
|
||||
}
|
||||
|
||||
src_install () {
|
||||
dodir ${QMAIL_BINDIR} /usr/share/man/
|
||||
emake install || die "Installer failed"
|
||||
dodoc ANNOUNCEMENT NEWS README TODO
|
||||
docinto samples
|
||||
dodoc samples/*
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Please see /usr/share/doc/${PF}/README* for configuration information"
|
||||
}
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=0
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="qmail-queue multi-filter front end"
|
||||
SRC_URI="http://untroubled.org/qmail-qfilter/archive/${P}.tar.gz"
|
||||
HOMEPAGE="http://untroubled.org/qmail-qfilter/"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="amd64 ppc sparc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-libs/bglibs-1.0.19"
|
||||
RDEPEND="${DEPEND} virtual/qmail"
|
||||
|
||||
QMAIL_BINDIR="/var/qmail/bin/"
|
||||
|
||||
src_compile() {
|
||||
echo "$(tc-getCC) ${CFLAGS}" > conf-cc
|
||||
echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
|
||||
echo "${D}${QMAIL_BINDIR}" > conf-bin
|
||||
echo "${D}/usr/share/man/" > conf-man
|
||||
echo "/usr/include/bglibs" > conf-bgincs
|
||||
echo "/usr/lib/bglibs" > conf-bglibs
|
||||
make || die
|
||||
}
|
||||
|
||||
src_install () {
|
||||
dodir ${QMAIL_BINDIR} /usr/share/man/
|
||||
emake install || die "Installer failed"
|
||||
dodoc ANNOUNCEMENT NEWS README TODO
|
||||
docinto samples
|
||||
dodoc samples/*
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Please see /usr/share/doc/${PF}/README* for configuration information"
|
||||
}
|
||||
Reference in New Issue
Block a user