diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-07 06:08:08 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-07 06:08:08 +0000 |
commit | 88e275d318a47a221699160cd5147f2c83d4b1e1 (patch) | |
tree | b48df73049c44f74fd6b4364cee187b294f5989f /net-mail | |
parent | x86 stable (diff) | |
download | historical-88e275d318a47a221699160cd5147f2c83d4b1e1.tar.gz historical-88e275d318a47a221699160cd5147f2c83d4b1e1.tar.bz2 historical-88e275d318a47a221699160cd5147f2c83d4b1e1.zip |
Stable on alpha.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/autorespond/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/autorespond/autorespond-2.0.4.ebuild | 4 | ||||
-rw-r--r-- | net-mail/base64/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/base64/base64-1.3.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/net-mail/autorespond/ChangeLog b/net-mail/autorespond/ChangeLog index c1f093b27f2a..b4f0013bb431 100644 --- a/net-mail/autorespond/ChangeLog +++ b/net-mail/autorespond/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/autorespond # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/ChangeLog,v 1.6 2004/04/27 20:46:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/ChangeLog,v 1.7 2004/06/07 06:06:29 kloeri Exp $ + + 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> autorespond-2.0.4.ebuild: + Stable on alpha. 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> autorespond-2.0.4.ebuild: Add inherit eutils diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild index 09e9779bef13..453683a98d14 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-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.6 2004/05/30 10:56:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.7 2004/06/07 06:06:29 kloeri Exp $ inherit eutils @@ -11,7 +11,7 @@ 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 ~hppa ia64 ~mips ~ppc ~sparc amd64" +KEYWORDS="~x86 alpha ~hppa ia64 ~mips ~ppc ~sparc amd64" LICENSE="GPL-2" SLOT="0" RDEPEND="mail-mta/qmail" diff --git a/net-mail/base64/ChangeLog b/net-mail/base64/ChangeLog index 6ed66ee6f864..0cdf779d9c9d 100644 --- a/net-mail/base64/ChangeLog +++ b/net-mail/base64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/base64 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.5 2004/04/26 12:15:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.6 2004/06/07 06:08:08 kloeri Exp $ + + 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> base64-1.3.ebuild: + Stable on alpha. 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> base64-1.3.ebuild: Add die following econf for bug 48950 diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild index 324d903b4ef7..9e71de93ad7f 100644 --- a/net-mail/base64/base64-1.3.ebuild +++ b/net-mail/base64/base64-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.6 2004/04/26 12:15:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.7 2004/06/07 06:08:08 kloeri Exp $ IUSE="" DESCRIPTION="Command line program that encodes/decodes files in base64" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.fourmilab.ch/webtools/base64/" SRC_URI="http://www.fourmilab.ch/webtools/base64/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 sparc ~alpha ~ia64 ~ppc" +KEYWORDS="x86 sparc alpha ~ia64 ~ppc" DEPEND="virtual/glibc" S=${WORKDIR}/${P} |