diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-06-10 21:39:05 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-06-10 21:39:05 +0000 |
commit | 14a7a1c28897efa7bf779a107787fea4978fb679 (patch) | |
tree | defb5877c972dbb40450985938a8abb4cb104768 /net-analyzer/ettercap | |
parent | Move the noplugin to the mozilla useflag, thanks to Alessio D'Ascanio <otaku@... (diff) | |
download | historical-14a7a1c28897efa7bf779a107787fea4978fb679.tar.gz historical-14a7a1c28897efa7bf779a107787fea4978fb679.tar.bz2 historical-14a7a1c28897efa7bf779a107787fea4978fb679.zip |
Stable on hppa
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/ettercap')
-rw-r--r-- | net-analyzer/ettercap/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ettercap/Manifest | 20 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.3.ebuild | 4 |
3 files changed, 11 insertions, 18 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog index 86bf7c89ac25..bab9a77766e4 100644 --- a/net-analyzer/ettercap/ChangeLog +++ b/net-analyzer/ettercap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ettercap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.49 2005/06/10 20:38:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.50 2005/06/10 21:39:05 killerfox Exp $ + + 10 Jun 2005; Rene Nussbaumer <killerfox@gentoo.org> ettercap-0.7.3.ebuild: + Stable on hppa. bug #94474 10 Jun 2005; Aron Griffis <agriffis@gentoo.org> ettercap-0.7.3.ebuild: stable on alpha #94474 diff --git a/net-analyzer/ettercap/Manifest b/net-analyzer/ettercap/Manifest index 8fa81e944753..64b916456b76 100644 --- a/net-analyzer/ettercap/Manifest +++ b/net-analyzer/ettercap/Manifest @@ -1,20 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 af0d7d60afd50554f602c2680adcf481 ettercap-0.7.0.ebuild 1691 -MD5 7cc2167307163933b496f7bed13050ed ettercap-0.7.3.ebuild 1555 -MD5 61da3c68a3ae57136cdc2a17fbaedfaf metadata.xml 223 -MD5 e4084fb6482ad7a71bee56eb248f913a ChangeLog 5621 +MD5 0bc31ef59b062767f5dbc848aeab00c6 ChangeLog 5729 MD5 908661e58c7ceecef6b9669a134f4a5c ettercap-0.7.2.ebuild 1704 +MD5 af0d7d60afd50554f602c2680adcf481 ettercap-0.7.0.ebuild 1691 +MD5 6649f04e318cfbe2bd20942448a807cb ettercap-0.7.3.ebuild 1555 MD5 790244e0adb9c28e0c3607cfc46af7e4 ettercap-0.7.1.ebuild 1703 -MD5 2dfc113de5700233c282ca6a0d7c8ea0 files/digest-ettercap-0.7.1 70 +MD5 61da3c68a3ae57136cdc2a17fbaedfaf metadata.xml 223 MD5 137f9af8e37b29a7035cc143186523e4 files/digest-ettercap-0.7.2 70 MD5 fb19d64e65aa26fde0e7fe78ef8147c5 files/digest-ettercap-0.7.3 70 MD5 6dc46b78f823aea675d64411673851a2 files/digest-ettercap-0.7.0 70 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCqft/BXaUFmZvwyMRAmwtAJ4hpd/pi0r3oz7uaJaXnWxMVn/8zwCeK7DK -ZeJAjzcH2ZXPNRArupxu92c= -=dze4 ------END PGP SIGNATURE----- +MD5 2dfc113de5700233c282ca6a0d7c8ea0 files/digest-ettercap-0.7.1 70 diff --git a/net-analyzer/ettercap/ettercap-0.7.3.ebuild b/net-analyzer/ettercap/ettercap-0.7.3.ebuild index 757fed630e0c..9e2f2fae2757 100644 --- a/net-analyzer/ettercap/ettercap-0.7.3.ebuild +++ b/net-analyzer/ettercap/ettercap-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.3.ebuild,v 1.4 2005/06/10 20:38:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.3.ebuild,v 1.5 2005/06/10 21:39:05 killerfox 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". @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ppc sparc ~x86" +KEYWORDS="alpha ~amd64 hppa ppc sparc ~x86" IUSE="ssl ncurses gtk debug" # libtool is needed because it provides libltdl (needed for plugins) |