diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-06 20:47:52 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-06 20:47:52 +0000 |
commit | 1b001d31d6d93831981a6aa916f146139c559744 (patch) | |
tree | 8b2cc265aa545ea363bae37dde8c2855c0cc29a6 /net-proxy/pingtunnel | |
parent | Remove obsolete version. Stable on x86. (diff) | |
download | historical-1b001d31d6d93831981a6aa916f146139c559744.tar.gz historical-1b001d31d6d93831981a6aa916f146139c559744.tar.bz2 historical-1b001d31d6d93831981a6aa916f146139c559744.zip |
quote filename
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-proxy/pingtunnel')
-rw-r--r-- | net-proxy/pingtunnel/Manifest | 10 | ||||
-rw-r--r-- | net-proxy/pingtunnel/pingtunnel-0.61.ebuild | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/net-proxy/pingtunnel/Manifest b/net-proxy/pingtunnel/Manifest index b86e2d1138d2..616d73f644a3 100644 --- a/net-proxy/pingtunnel/Manifest +++ b/net-proxy/pingtunnel/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 75087da4c56c8c676c1b9e3a214fb5e2 ChangeLog 597 MD5 a8109fce1f0342daf3ddd3fb377cacd3 files/digest-pingtunnel-0.61 66 MD5 bed1580dc780e5e8ee7dc4f7d2fb3f19 metadata.xml 380 MD5 a4a133587449facd311895e6bf013852 pingtunnel-0.61.ebuild 810 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1 (GNU/Linux) + +iD8DBQFEDKAEjG8pv1lIUX4RAjL5AJ4u4F8jXx0uU09Tx65Xu4zw7SCUhwCg4+Vh +L+ts1Sn9XZLZ+iyJzhdmaXk= +=dRiK +-----END PGP SIGNATURE----- diff --git a/net-proxy/pingtunnel/pingtunnel-0.61.ebuild b/net-proxy/pingtunnel/pingtunnel-0.61.ebuild index c0516918004f..c88c50122852 100644 --- a/net-proxy/pingtunnel/pingtunnel-0.61.ebuild +++ b/net-proxy/pingtunnel/pingtunnel-0.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/pingtunnel/pingtunnel-0.61.ebuild,v 1.3 2006/01/06 11:39:14 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/pingtunnel/pingtunnel-0.61.ebuild,v 1.4 2006/03/06 20:47:52 mrness Exp $ DESCRIPTION="Tunnel TCP over ICMP" HOMEPAGE="http://www.cs.uit.no/~daniels/PingTunnel" @@ -22,7 +22,7 @@ src_unpack() { sed -r -i \ -e 's:^CC[ \t]+=:#&:' \ -e 's:^(CFLAGS[ \t]+)=:\1+=:' \ - ${S}/Makefile + "${S}/Makefile" } src_install() { |