Сравнение autorespond-2.0.4 с autorespond-2.0.5
| /usr/portage/net-mail/autorespond/autorespond-2.0.5.ebuild 2024-12-25 14:59:51.255270144 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=7 |
| 5 | 5 | |
| 6 | 6 |
DESCRIPTION="Autoresponder add on package for qmailadmin" |
| 7 | 7 |
HOMEPAGE="https://www.inter7.com/software/" |
| 8 |
SRC_URI="https://downloads.sourceforge.net/qmailadmin/${P}.tar.gz
|
|
| 9 |
mirror://gentoo/${PN}_${PV}-1.diff.gz"
|
|
| 8 |
SRC_URI="http://qmail.ixip.net/download/${P}.tar.gz"
|
|
| 10 | 9 | |
| 11 | 10 |
LICENSE="GPL-2" |
| 12 | 11 |
SLOT="0" |
| ... | ... | |
| 14 | 13 | |
| 15 | 14 |
RDEPEND="virtual/qmail" |
| 16 | 15 |
PATCHES=( |
| 17 |
"${WORKDIR}/autorespond_2.0.4-1.diff"
|
|
| 16 |
"${FILESDIR}/${P}-no-include-bounce.patch"
|
|
| 18 | 17 |
) |
| 19 |
DOCS=( README help_message qmail-auto ChangeLog ) |
|
| 18 |
DOCS=( README help_message qmail-auto ) |
|
| 20 | 19 | |
| 21 | 20 |
src_compile() {
|
| 22 | 21 |
emake CFLAGS="${CFLAGS}"
|
| ... | ... | |
| 28 | 27 |
doman *.1 |
| 29 | 28 |
einstalldocs |
| 30 | 29 |
} |
| 30 | ||
| 31 |
pkg_postinst() {
|
|
| 32 |
ewarn "Please note that original messages are now NOT included with bounces" |
|
| 33 |
ewarn "by default. Use the flag per the help output if you want them." |
|
| 34 |
} |
|