diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-26 19:39:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-26 19:39:27 +0000 |
commit | 974b031efcae74f6646f5a5fd8c374838ea1c45c (patch) | |
tree | b3b6b78cd36c4116095b52da204249e6873d603a /net-analyzer | |
parent | Added ~hppa (Manifest recommit) (diff) | |
download | gentoo-2-974b031efcae74f6646f5a5fd8c374838ea1c45c.tar.gz gentoo-2-974b031efcae74f6646f5a5fd8c374838ea1c45c.tar.bz2 gentoo-2-974b031efcae74f6646f5a5fd8c374838ea1c45c.zip |
arm KEYWORDS
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.6.11.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild | 23 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3.ebuild | 21 |
3 files changed, 22 insertions, 26 deletions
diff --git a/net-analyzer/ettercap/ettercap-0.6.11.ebuild b/net-analyzer/ettercap/ettercap-0.6.11.ebuild index 3ea970ce219e..7ecbf71c43e2 100644 --- a/net-analyzer/ettercap/ettercap-0.6.11.ebuild +++ b/net-analyzer/ettercap/ettercap-0.6.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.6.11.ebuild,v 1.7 2004/04/29 12:59:35 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.6.11.ebuild,v 1.8 2004/05/26 19:34:35 vapier Exp $ MY_PV=0.6.b MY_P=${PN}-${MY_PV} @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha hppa ~amd64" +KEYWORDS="x86 ppc sparc alpha arm hppa ~amd64" IUSE="ssl ncurses debug" RDEPEND="virtual/glibc diff --git a/net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild b/net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild index 288d249aa464..1e079abc9aaf 100644 --- a/net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild +++ b/net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild,v 1.1 2004/05/22 14:46:35 squinky86 Exp $ - +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild,v 1.2 2004/05/26 19:34:35 vapier Exp $ # the actual version is "NG-0.7.0" but I suppose portage people will not be # happy with it (as for the 0.6.b version), so let's set it to "0.7.0". @@ -14,25 +13,23 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="A suite for man in the middle attacks and network mapping" HOMEPAGE="http://ettercap.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~arm" IUSE="ssl ncurses gtk debug" # libtool is needed because it provides libltdl (needed for plugins) RDEPEND="virtual/glibc - sys-libs/zlib - >=sys-devel/libtool-1.4.3 - >=net-libs/libnet-1.1.2.1 - >=net-libs/libpcap-0.8.1 - ncurses? ( sys-libs/ncurses ) - ssl? ( dev-libs/openssl ) - gtk? ( >=x11-libs/gtk+-2.2.2 )" - + sys-libs/zlib + >=sys-devel/libtool-1.4.3 + >=net-libs/libnet-1.1.2.1 + >=net-libs/libpcap-0.8.1 + ncurses? ( sys-libs/ncurses ) + ssl? ( dev-libs/openssl ) + gtk? ( >=x11-libs/gtk+-2.2.2 )" DEPEND=">=sys-apps/portage-2.0.45-r3 - ${RDEPEND}" + ${RDEPEND}" src_compile() { econf \ diff --git a/net-analyzer/netselect/netselect-0.3.ebuild b/net-analyzer/netselect/netselect-0.3.ebuild index 29c719705e5a..e4b55640d479 100644 --- a/net-analyzer/netselect/netselect-0.3.ebuild +++ b/net-analyzer/netselect/netselect-0.3.ebuild @@ -1,30 +1,29 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.15 2004/05/13 14:20:08 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.16 2004/05/26 19:39:27 vapier Exp $ -S=${WORKDIR}/${PN} DESCRIPTION="Ultrafast implementation of ping." HOMEPAGE="http://www.worldvisions.ca/~apenwarr/netselect/" SRC_URI="http://www.worldvisions.ca/~apenwarr/netselect/${P}.tar.gz" -SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 ppc64 s390" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" +IUSE="" + +S=${WORKDIR}/${PN} src_compile() { - mv Makefile Makefile.orig - sed -e "s:PREFIX =.*:PREFIX = ${D}usr:" \ + sed -i \ + -e "s:PREFIX =.*:PREFIX = ${D}usr:" \ -e "s:CFLAGS =.*:CFLAGS = -Wall -I. -g ${CFLAGS}:" \ -e '23,27d' \ -e '34d' \ - Makefile.orig > Makefile - rm Makefile.orig - + Makefile make || die } -src_install () { +src_install() { make install || die - dodoc ChangeLog HISTORY README* } |