summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2010-11-06 15:10:39 +0300
committerAndrew Savchenko <bircoph@gmail.com>2010-11-06 15:10:39 +0300
commitf9fb5d228c3969af2d7d8a158556cc3d3b93cd39 (patch)
tree0662a965393ec5c811c58f2f269c682577416aea /net-misc
parentFix for #343921 (diff)
downloadbircoph-f9fb5d228c3969af2d7d8a158556cc3d3b93cd39.tar.gz
bircoph-f9fb5d228c3969af2d7d8a158556cc3d3b93cd39.tar.bz2
bircoph-f9fb5d228c3969af2d7d8a158556cc3d3b93cd39.zip
Fix sane repoman warnings
Fix repoman warnings which makes at least some sence. I can do nothing with -j1 in some ebuilds. I hope all these changes won't broke anything.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/prtunnel/Manifest2
-rw-r--r--net-misc/prtunnel/prtunnel-0.2.7.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/prtunnel/Manifest b/net-misc/prtunnel/Manifest
index d432d4c..8929ebf 100644
--- a/net-misc/prtunnel/Manifest
+++ b/net-misc/prtunnel/Manifest
@@ -1,4 +1,4 @@
DIST prtunnel-0.2.7.tar.gz 21694 RMD160 d0574e1f71d2672e87653f8c08b83c88112fd4af SHA1 de6ecd783ceeae841e27a436bc04e4b1de7989f8 SHA256 6e2c0a25a348ea31cb0a105e91c21395a94c991b68bcebb85ad50c39f40b227d
-EBUILD prtunnel-0.2.7.ebuild 853 RMD160 c6bc7bdbb0163bc43c2289edc75edf2b10b16da1 SHA1 c2ddb505c90b1232c40287e999ec6913f380abd9 SHA256 2f7b21250f2e7a23e95a148d3337c68bcc85296e21258b84f98f941a116bcf7e
+EBUILD prtunnel-0.2.7.ebuild 852 RMD160 4209ffec0524cf94c7c06555f1be0a615448dfd8 SHA1 d18aa7c6abfc15c8cb580c43129f76f7b4481e41 SHA256 f0f81627c3b4e986cc1832a2325d32819d12699643f29a2e58de377a4e8a3bac
MISC ChangeLog 267 RMD160 0bbb76c94b1cc40706d81e37688fc48d6a7e8381 SHA1 a6825ec4817715af885556b4304e6c58e85c48b8 SHA256 e2d87df22eda199ec80e5d4073e3b0e8466ab22f985a5ef920e655d0c0116dac
MISC metadata.xml 254 RMD160 9d7fc571dc2e5b4301442a5f90cf2a217d759dd1 SHA1 b4e460e3aa39d587106b9e65fd10087ab0db4d69 SHA256 ea790720bca816b57709afaa945b0118eacc9c19954f0ba340f7e82f8faf4b99
diff --git a/net-misc/prtunnel/prtunnel-0.2.7.ebuild b/net-misc/prtunnel/prtunnel-0.2.7.ebuild
index 53c30a7..49b01a3 100644
--- a/net-misc/prtunnel/prtunnel-0.2.7.ebuild
+++ b/net-misc/prtunnel/prtunnel-0.2.7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-DESCRIPTION="A program that can tunnel TCP/IP connections in a variety of ways, including through HTTP and SOCKS5 proxy servers"
+DESCRIPTION="Tunnels TCP/IP connections in a variety of ways, including through HTTP and SOCKS5 proxy servers"
HOMEPAGE="http://joshbeam.com/software/prtunnel.php"
SRC_URI="http://joshbeam.com/files/${P}.tar.gz"
LICENSE="BSD"
@@ -10,10 +10,11 @@ SLOT="0"
KEYWORDS="~x86"
IUSE="ipv6"
DEPEND="virtual/libc"
+RDEPEND=${DEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i -e "s:CFLAGS=:CFLAGS+=:" Makefile
sed -i -e "s:-o prtunnel:\$\(LDFLAGS\) -o prtunnel:" Makefile
use ipv6 || {
@@ -22,7 +23,6 @@ src_unpack() {
sed -i -e "s|direct6.o ||" Makefile
}
}
-
src_compile() {
emake || die "emake failed"