diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-25 15:37:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-25 15:37:30 +0000 |
commit | 18846e2169391b56bcc9d13a83dbced93bc4e7e5 (patch) | |
tree | 8b2ab6f4244aa27b49bc2e72d9cf0e543d86f87a /net-analyzer | |
parent | Remove my devspace from SRC_URI (diff) | |
download | historical-18846e2169391b56bcc9d13a83dbced93bc4e7e5.tar.gz historical-18846e2169391b56bcc9d13a83dbced93bc4e7e5.tar.bz2 historical-18846e2169391b56bcc9d13a83dbced93bc4e7e5.zip |
Remove my devspace from SRC_URI
Package-Manager: portage-2.2_rc60/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nepenthes/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/nepenthes/nepenthes-0.2.2.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-analyzer/nepenthes/Manifest b/net-analyzer/nepenthes/Manifest index a8a056dcd0fe..56bccec46c28 100644 --- a/net-analyzer/nepenthes/Manifest +++ b/net-analyzer/nepenthes/Manifest @@ -3,6 +3,6 @@ AUX nepenthes.confd 123 RMD160 cf0d9d018fddd90a432bcb4be845fb48cd5fd087 SHA1 ced AUX nepenthes.initd 538 RMD160 337ecc7d8c9dafab1d6c99af1eeb30a2ef2b0133 SHA1 d36d26438ac4d690ce39be7642acfcf3e3738a73 SHA256 8f0c79f9b261f59aa203d5cae3d73856ab1173fcc7f58c98b01fe9c2c864f744 DIST nepenthes-0.2.2-gcc44.patch.bz2 1786 RMD160 419c31a733f6e30b957c0713f766414481740c71 SHA1 edce1b8a9874db38f9ccd46ba3f1389c2a76e8af SHA256 2e8ecf67df2f90273a8b29a3dae0e7f9afef7ddd279a5e7981362dc1d4c12e83 DIST nepenthes-0.2.2.tar.bz2 580491 RMD160 415aed260a44a1d40bc575e12092af392ff02d74 SHA1 e38901e53e4b1c6d6d8a4d2ac769021f470de05c SHA256 70d4ec64a3651eba18e2aa623326c27d888d588f75525fe87577a5eb28ae6a12 -EBUILD nepenthes-0.2.2.ebuild 2183 RMD160 0565b675fe8a61fa25bc002a0ccbe2bad5b221fa SHA1 6a761982861734e1c42ffd9a454c7611d6f56b82 SHA256 22a2917479c70971084666063201f0332853cc6db26aa53dee65de50bb2d1584 +EBUILD nepenthes-0.2.2.ebuild 2117 RMD160 dbd4c17f62b6ca0c2b54fb6c4f80ba0d7fe457b5 SHA1 e477396e18f8d8cd6f88ac7c1c0e5551d7e1e472 SHA256 c56eb60c8b623c2b47c354fc28ea54306fd297b87de40202211b21d62092f6fe MISC ChangeLog 3657 RMD160 01feb767015bd5f10a495d73d4321438d96aff2a SHA1 f391d309ec51510d64f68c667959ad4852db8caf SHA256 8904a01aa76d9d42637a50fbac13e130c6acc35c055f317be0142deb6ccd8df0 MISC metadata.xml 309 RMD160 a059ad3a00629c996521e77e7d1f58add6779569 SHA1 7b9bcc760d2b4a196dedebb90cee0570bcc4ce78 SHA256 17f07d21fe72fc1d0d3deb2f0e5e9782e8a65088e6b31b6432440a5782a5b7ad diff --git a/net-analyzer/nepenthes/nepenthes-0.2.2.ebuild b/net-analyzer/nepenthes/nepenthes-0.2.2.ebuild index 550d04c04440..64dae5ba0742 100644 --- a/net-analyzer/nepenthes/nepenthes-0.2.2.ebuild +++ b/net-analyzer/nepenthes/nepenthes-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2.ebuild,v 1.4 2009/08/07 14:02:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2.ebuild,v 1.5 2009/12/25 15:37:30 ssuominen Exp $ EAPI="2" inherit eutils autotools @@ -8,8 +8,7 @@ inherit eutils autotools DESCRIPTION="Nepenthes is a low interaction honeypot that captures worms by emulating known vulnerabilities" HOMEPAGE="http://nepenthes.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 - http://dev.gentoo.org/~ssuominen/${P}-gcc44.patch.bz2 - mirror://gentoo/~ssuominen/${P}-gcc44.patch.bz2" + mirror://gentoo/${P}-gcc44.patch.bz2" LICENSE="GPL-2" SLOT="0" |