diff options
-rw-r--r-- | net-mail/autorespond/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/autorespond/Manifest | 5 | ||||
-rw-r--r-- | net-mail/autorespond/autorespond-2.0.4.ebuild | 7 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-mail/autorespond/ChangeLog b/net-mail/autorespond/ChangeLog index 9d02c4aeef42..82591f5ced48 100644 --- a/net-mail/autorespond/ChangeLog +++ b/net-mail/autorespond/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/autorespond -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/ChangeLog,v 1.2 2003/12/26 04:02:08 robbat2 Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/ChangeLog,v 1.3 2004/01/05 07:58:23 robbat2 Exp $ + + 05 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> autorespond-2.0.4.ebuild: + fix header dates and DEPEND 25 Dec 2003; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: add in metadata.xml diff --git a/net-mail/autorespond/Manifest b/net-mail/autorespond/Manifest index 7e10359e95c4..f45b8d0c35e9 100644 --- a/net-mail/autorespond/Manifest +++ b/net-mail/autorespond/Manifest @@ -1,5 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/Manifest,v 1.3 2003/12/26 04:02:18 robbat2 Exp $ -MD5 4395509dd47d56d86de93c5e1ea0ead8 autorespond-2.0.4.ebuild 843 -MD5 ded2483de9014eceb20b18a2b1a7e548 ChangeLog 486 +MD5 6005cb6f947da9d8fb5292daa1150687 autorespond-2.0.4.ebuild 904 +MD5 e301482a33c88034b8def04cd5d4939d ChangeLog 596 MD5 5e658b705b2985d36d82b2a5d218ec78 metadata.xml 224 MD5 43cfadac548b18767864b6c01797df5f files/digest-autorespond-2.0.4 137 diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild index d684f8ee370b..9e4497b86cc5 100644 --- a/net-mail/autorespond/autorespond-2.0.4.ebuild +++ b/net-mail/autorespond/autorespond-2.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.1 2003/12/26 04:00:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.2 2004/01/05 07:58:23 robbat2 Exp $ S=${WORKDIR}/${P} DESCRIPTION="Autoresponder add on package for qmailadmin" @@ -9,10 +9,11 @@ DEBIAN_P="${P/-/_}-${DEBIAN_PV}" SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz mirror://debian/pool/contrib/${PN:0:1}/${PN}/${DEBIAN_P}.diff.gz" HOMEPAGE="http://inter7.com/devel/" - KEYWORDS="~x86 ~alpha ~arm ~hppa ia64 ~mips ~ppc ~sparc amd64" LICENSE="GPL-2" SLOT="0" +RDEPEND="net-mail/qmail" +DEPEND="sys-devel/gcc virtual/glibc" src_unpack() { unpack ${P}.tar.gz |