diff options
-rwxr-xr-x | net-misc/icmptx/Manifest | 2 | ||||
-rwxr-xr-x | net-misc/icmptx/icmptx-0.01.ebuild | 19 |
2 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/icmptx/Manifest b/net-misc/icmptx/Manifest new file mode 100755 index 00000000..422600b9 --- /dev/null +++ b/net-misc/icmptx/Manifest @@ -0,0 +1,2 @@ +DIST icmptx-0.01.tar.gz 6598 RMD160 172d99b1756e824d378dede0c6b3c1b70be4c8ad SHA1 278b6f9f3499ee11626e5dbe2857939510dbcd8f SHA256 8cb2070490ef0d4528968f8158b7a16976f9fb4a003f50c7a3b01ee5d1ade8df +EBUILD icmptx-0.01.ebuild 465 RMD160 4a30548c4ca04279ffd91f0fc29d294eb4124f66 SHA1 76ff7266d9a5d974c5e624e2f10480f05918e7a4 SHA256 4cebc09c178e94f226c33cef4ab33ccb4588a0ee2a1a6e740fc8b3349e86a8c6 diff --git a/net-misc/icmptx/icmptx-0.01.ebuild b/net-misc/icmptx/icmptx-0.01.ebuild new file mode 100755 index 00000000..49a0e77f --- /dev/null +++ b/net-misc/icmptx/icmptx-0.01.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ + +DESCRIPTION="IP over ICMP." +HOMEPAGE="http://thomer.com/icmptx/" +SRC_URI="http://thomer.com/icmptx/icmptx-0.01.tar.gz" +LICENSE="as-is" +DEPEND="" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="" +RESTRICT="nomirror" + +src_install() { + dobin icmptx + dodoc README +} |