summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-10 16:23:00 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-10 16:23:00 +0000
commit24514d8b8cce2ac58deecad1c2c54bb0682f9da2 (patch)
tree175ca6c6f1cecea982c28c1903b7c566bb86f05c /net-mail/tpop3d
parentadded virtual/jack to all x86 profiles (diff)
downloadgentoo-2-24514d8b8cce2ac58deecad1c2c54bb0682f9da2.tar.gz
gentoo-2-24514d8b8cce2ac58deecad1c2c54bb0682f9da2.tar.bz2
gentoo-2-24514d8b8cce2ac58deecad1c2c54bb0682f9da2.zip
repoman fix
Diffstat (limited to 'net-mail/tpop3d')
-rw-r--r--net-mail/tpop3d/tpop3d-1.4.2.ebuild14
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