diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 16:21:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 16:21:08 +0000 |
commit | fbfe1a8f199d96f2368cb0e6cbe312884305ba97 (patch) | |
tree | b278085fd920c4ae9c0b62847a12e6da7e1982ab /net-mail/tpop3d | |
parent | Added hppa to keywords. (diff) | |
download | historical-fbfe1a8f199d96f2368cb0e6cbe312884305ba97.tar.gz historical-fbfe1a8f199d96f2368cb0e6cbe312884305ba97.tar.bz2 historical-fbfe1a8f199d96f2368cb0e6cbe312884305ba97.zip |
repoman fix
Diffstat (limited to 'net-mail/tpop3d')
-rw-r--r-- | net-mail/tpop3d/tpop3d-1.4.2.ebuild | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/net-mail/tpop3d/tpop3d-1.4.2.ebuild b/net-mail/tpop3d/tpop3d-1.4.2.ebuild index 22843cca4c2f..ab5be108fd19 100644 --- a/net-mail/tpop3d/tpop3d-1.4.2.ebuild +++ b/net-mail/tpop3d/tpop3d-1.4.2.ebuild @@ -1,13 +1,21 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp +inherit eutils + +IUSE="ssl ldap mysql perl pam tcpd maildir" + S=${WORKDIR}/${P} DESCRIPTION="An extensible POP3 server with vmail-sql/MySQL support." SRC_URI="http://www.ex-parrot.com/~chris/tpop3d/${P}.tar.gz http://www.ex-parrot.com/~chris/tpop3d/${P}-auth-flatfile-broken.patch" HOMEPAGE="http://www.ex-parrot.com/~chris/tpop3d/" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6 ) ldap? ( >=net-nds/openldap-2.0.7 ) @@ -15,10 +23,6 @@ DEPEND="virtual/glibc perl? ( >=sys-devel/perl-5.6.1 ) pam? ( >=sys-libs/pam-0.75 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -IUSE="ssl ldap mysql perl pam tcpd maildir" -KEYWORDS="x86" - -inherit eutils src_unpack() { unpack ${P}.tar.gz |