summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-02 10:58:30 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-02 10:58:30 +0000
commit732c3fb65bea59ab7c22919add5cf1cf4caf1d8b (patch)
treeaeabf8070d713e75726b74e32e46a447a18ea262 /net-mail/mailman
parentKEYWORDS masked (diff)
downloadhistorical-732c3fb65bea59ab7c22919add5cf1cf4caf1d8b.tar.gz
historical-732c3fb65bea59ab7c22919add5cf1cf4caf1d8b.tar.bz2
historical-732c3fb65bea59ab7c22919add5cf1cf4caf1d8b.zip
KEYWORDS masked
Diffstat (limited to 'net-mail/mailman')
-rw-r--r--net-mail/mailman/mailman-2.0.12.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/mailman/mailman-2.0.12.ebuild b/net-mail/mailman/mailman-2.0.12.ebuild
index 41216aaa88c8..1e441697cad7 100644
--- a/net-mail/mailman/mailman-2.0.12.ebuild
+++ b/net-mail/mailman/mailman-2.0.12.ebuild
@@ -1,24 +1,24 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.0.12.ebuild,v 1.5 2002/10/04 06:08:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.0.12.ebuild,v 1.6 2002/11/02 10:58:30 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GNU Mailman, the mailing list server with webinterface"
SRC_URI="ftp://ftp.gnu.org/gnu/mailman/mailman-2.0.12.tgz"
HOMEPAGE="http://www.list.org/"
-DEPEND=">=dev-lang/python-1.5.2
- virtual/mta
- net-www/apache"
SLOT="O"
LICENSE="GPL-2"
-KEYWORDS="x86 sparc sparc64"
+KEYWORDS="~x86 ~sparc ~sparc64"
+
+DEPEND=">=dev-lang/python-1.5.2
+ virtual/mta
+ net-www/apache"
INSTALLDIR="/var/mailman"
APACHEGID="81"
MAILGID="65534"
-
pkg_setup() {
if ! grep -q ^mailman: /etc/group ; then
groupadd -g 280 mailman || die "problem adding group mailman"