diff options
-rw-r--r-- | net-mail/mailman/mailman-2.0.12.ebuild | 12 | ||||
-rw-r--r-- | net-misc/dante/dante-1.1.13.ebuild | 14 | ||||
-rw-r--r-- | net-wireless/kismet/kismet-2.4.6.ebuild | 4 |
3 files changed, 18 insertions, 12 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" diff --git a/net-misc/dante/dante-1.1.13.ebuild b/net-misc/dante/dante-1.1.13.ebuild index 7eca3f62e3a0..3e381c9fae0d 100644 --- a/net-misc/dante/dante-1.1.13.ebuild +++ b/net-misc/dante/dante-1.1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: +# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.13.ebuild,v 1.6 2002/11/02 11:01:53 seemant Exp $ IUSE="tcpd" @@ -8,12 +8,18 @@ S=${WORKDIR}/${P} DESCRIPTION="A free socks4,5 and msproxy implemetation" SRC_URI="ftp://ftp.inet.no/pub/socks/${P}.tar.gz" HOMEPAGE="http://www.inet.no/dante/" -RDEPEND="virtual/glibc sys-libs/pam tcpd? ( sys-apps/tcp-wrappers )" -DEPEND="${RDEPEND} sys-devel/perl" + LICENSE="BSD" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="~x86 ~sparc ~sparc64" SLOT="0" +RDEPEND="virtual/glibc + sys-libs/pam + tcpd? ( sys-apps/tcp-wrappers )" + +DEPEND="${RDEPEND} + sys-devel/perl" + # removed the src_unpack() since it doesn't appear to need any of those # patches (they all barfed when I tried to apply them by hand) diff --git a/net-wireless/kismet/kismet-2.4.6.ebuild b/net-wireless/kismet/kismet-2.4.6.ebuild index 2685363086d3..6ac1484a631c 100644 --- a/net-wireless/kismet/kismet-2.4.6.ebuild +++ b/net-wireless/kismet/kismet-2.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/kismet/kismet-2.4.6.ebuild,v 1.1 2002/10/31 22:11:30 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kismet/kismet-2.4.6.ebuild,v 1.2 2002/11/02 10:57:32 seemant Exp $ IUSE="X snmp ssl" @@ -12,7 +12,7 @@ SRC_URI="http://www.kismetwireless.net/code/${P}.tar.gz HOMEPAGE="http://www.kismetwireless.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc sparc64 ppc" +KEYWORDS="~x86 ~sparc ~sparc64 ~ppc" DEPEND=">=dev-libs/expat-1.95.4 >=sys-libs/ncurses-5.2 |