Portage is a package management system used by Gentoo Linux
# ChangeLog for net-mail/autorespond
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/ChangeLog,v 1.13 2008/06/25 03:53:43 robbat2 Exp $
*autorespond-2.0.5 (25 Jun 2008)
25 Jun 2008; Robin H. Johnson
+files/autorespond-2.0.5-no-include-bounce.patch,
+autorespond-2.0.5.ebuild:
Version bump per bug #173333.
20 Feb 2006; Michael Hanselmann
autorespond-2.0.4.ebuild:
Stable on ppc, sparc, mips. Changed to virtual/qmail.
29 Dec 2004; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
14 Dec 2004; Andrej Kacian
Stable on x86.
01 Jul 2004; Jeremy Huddleston
autorespond-2.0.4.ebuild:
virtual/glibc -> virtual/libc
07 Jun 2004; Bryan Østergaard
Stable on alpha.
27 Apr 2004; Aron Griffis
Add inherit eutils
22 Feb 2004; Aron Griffis
Remove arm keywords
05 Jan 2004; Robin H. Johnson
ensure CFLAGS is used
05 Jan 2004; Robin H. Johnson
fix header dates and DEPEND
25 Dec 2003; Robin H. Johnson
add in metadata.xml
*autorespond-2.0.4 (25 Dec 2003)
25 Dec 2003; Robin H. Johnson
initial commit, based off bug #5642 and work from myself.
AUX autorespond-2.0.5-no-include-bounce.patch 1185 RMD160 b54c75fda36fb6b56c6d942010f57aa16fb671e9 SHA1 635f0ae9e6225cf8db35a5c849842057925cefc3 SHA256 d48d1d5a1d82aa9c2d5a5d4d4df709f92ec659689dd133838319c0013deda4ac
DIST autorespond-2.0.4.tar.gz 7884 RMD160 95307c91084fc46b4df087746069d158e8f0b0c6 SHA1 d663c2d38c129c3754b71968309ef0348d1a79bd SHA256 3778ffaea785ee1c0d949badca666423324b82ea101bba398b11c403451869a9
DIST autorespond-2.0.5.tar.gz 9707 RMD160 c86f56d02ac1f609605a4349a59b4293eff2ca15 SHA1 9bdd160e93e886932b7679e915d72dca90d8de6a SHA256 d678dbaaf059a146055ed0bf597b03d4bd2d0edb247bd066dfa488b6af8ef8b5
DIST autorespond_2.0.4-1.diff.gz 2637 RMD160 b8057214aea93310452f29142cdcfd3c1f60c49b SHA1 3e8219634bde28f39492267eef2a507f7161897e SHA256 1b7cdf34d295d041bf1d60b5078d3f0cb818ec75d5276746870ad4f28ef83608
EBUILD autorespond-2.0.4.ebuild 918 RMD160 c47a12111584c51a6e1270327d6b6fa5897928c8 SHA1 f1518538913a0a3fe28c5837967e44026e21f08e SHA256 9dcfeb8c9a5e2da227b71d4daa70f0f1cb36821018add6cd7e4af78783bc0846
EBUILD autorespond-2.0.5.ebuild 861 RMD160 d66ae6c39efd670083ded2ea562c4e1811758075 SHA1 0192d03a6c806dfc656bdf94d79ff86a116e60d4 SHA256 64e430e4fa5f6dab3a714a53871fae7824bf0c0501455853c8a531592db1a111
MISC ChangeLog 1644 RMD160 8fc97c16de9139c81b1f4c7035882a2673b9da86 SHA1 aac6ddab0f6cc8c7b5c338588400b8556e997444 SHA256 9d64d4382b8603f64622c707de38c63a87629cbd728465f68ed6f58eac8757a0
MISC metadata.xml 224 RMD160 7a7b22292aa2fdfd4c9e3f9abe62aff83170f428 SHA1 fe58bf16a97abdec4e349b42c57664597893b0d8 SHA256 d67b611ce73649753af8a136a53c5dfae6628c053d01687779f108753fd20929
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.14 2007/01/26 09:43:27 vapier Exp $
inherit eutils
DEBIAN_PV="1"
DEBIAN_P="${P/-/_}-${DEBIAN_PV}"
DESCRIPTION="Autoresponder add on package for qmailadmin"
HOMEPAGE="http://inter7.com/devel/"
SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz
mirror://debian/pool/contrib/${PN:0:1}/${PN}/${DEBIAN_P}.diff.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86"
IUSE=""
RDEPEND="virtual/qmail"
DEPEND=""
src_unpack() {
unpack ${P}.tar.gz
epatch "${DISTDIR}"/${DEBIAN_P}.diff.gz
}
src_compile() {
emake CFLAGS="${CFLAGS}" || die
}
src_install () {
into /var/qmail
dobin autorespond || die "dobin failed"
into /usr
dodoc README help_message qmail-auto ChangeLog
doman *.1
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit eutils
DESCRIPTION="Autoresponder add on package for qmailadmin"
HOMEPAGE="http://inter7.com/devel/"
SRC_URI="http://inter7.com/devel/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
IUSE=""
RDEPEND="virtual/qmail"
DEPEND=""
src_unpack() {
unpack ${A}
epatch "${FILESDIR}"/${P}-no-include-bounce.patch
}
src_compile() {
emake CFLAGS="${CFLAGS}" || die
}
src_install () {
into /var/qmail
dobin autorespond || die "dobin failed"
into /usr
dodoc README help_message qmail-auto #ChangeLog
doman *.1
}
pkg_postinst() {
ewarn "Please note that original messages are now NOT included with bounces"
ewarn "by default. Use the flag per the help output if you want them."
}