diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-09-22 08:33:10 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-09-22 08:33:10 +0000 |
commit | 1e39a0307057143a4c343a6cd4f17dc40b8edbc9 (patch) | |
tree | a8d9bb413b2c108e53867928d6a2930c8902f934 /net-mail/teapop | |
parent | Do not use ${HOMEPAGE} in SRC_URI. (diff) | |
download | historical-1e39a0307057143a4c343a6cd4f17dc40b8edbc9.tar.gz historical-1e39a0307057143a4c343a6cd4f17dc40b8edbc9.tar.bz2 historical-1e39a0307057143a4c343a6cd4f17dc40b8edbc9.zip |
Stable on x86.
Diffstat (limited to 'net-mail/teapop')
-rw-r--r-- | net-mail/teapop/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/teapop/teapop-0.3.7-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/teapop/teapop-0.3.8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-mail/teapop/ChangeLog b/net-mail/teapop/ChangeLog index 8e9c6e9b680c..1686e8df4594 100644 --- a/net-mail/teapop/ChangeLog +++ b/net-mail/teapop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/teapop # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/ChangeLog,v 1.17 2004/07/01 22:35:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/ChangeLog,v 1.18 2004/09/22 08:33:10 ticho Exp $ + + 22 Sep 2004; Andrej Kacian <ticho@gentoo.org> teapop-0.3.7-r1.ebuild, + teapop-0.3.8.ebuild: + Stable on x86 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> teapop-0.3.5.ebuild, teapop-0.3.7-r1.ebuild, teapop-0.3.7.ebuild, teapop-0.3.8.ebuild: diff --git a/net-mail/teapop/teapop-0.3.7-r1.ebuild b/net-mail/teapop/teapop-0.3.7-r1.ebuild index c2bae775ef46..1036f775b65c 100644 --- a/net-mail/teapop/teapop-0.3.7-r1.ebuild +++ b/net-mail/teapop/teapop-0.3.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.7-r1.ebuild,v 1.4 2004/07/15 02:28:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.7-r1.ebuild,v 1.5 2004/09/22 08:33:10 ticho Exp $ DESCRIPTION="Tiny POP3 server" SRC_URI="ftp://ftp.toontown.org/pub/teapop/${P}.tar.gz" @@ -14,7 +14,7 @@ DEPEND="virtual/libc IUSE="ipv6 java ldap mysql postgres tcpd" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" src_compile() { local myconf diff --git a/net-mail/teapop/teapop-0.3.8.ebuild b/net-mail/teapop/teapop-0.3.8.ebuild index 5929d8c30226..db1577888289 100644 --- a/net-mail/teapop/teapop-0.3.8.ebuild +++ b/net-mail/teapop/teapop-0.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.8.ebuild,v 1.4 2004/07/15 02:28:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.8.ebuild,v 1.5 2004/09/22 08:33:10 ticho Exp $ DESCRIPTION="Tiny POP3 server" SRC_URI="ftp://ftp.toontown.org/pub/teapop/${P}.tar.gz" @@ -14,7 +14,7 @@ DEPEND="virtual/libc IUSE="mysql postgres ldap ipv6 tcpd java" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" src_compile() { local myconf |