diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-01 12:30:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-01 12:30:19 +0000 |
commit | cecd1ac5c96622be890077f4789ec2a3f2ccef5f (patch) | |
tree | bf97b86d067ced64d3fdfc1531a5b2feaf35119c | |
parent | old (diff) | |
download | historical-cecd1ac5c96622be890077f4789ec2a3f2ccef5f.tar.gz historical-cecd1ac5c96622be890077f4789ec2a3f2ccef5f.tar.bz2 historical-cecd1ac5c96622be890077f4789ec2a3f2ccef5f.zip |
old
9 files changed, 0 insertions, 169 deletions
diff --git a/net-misc/proxytunnel/files/1.2.3-makefile.patch b/net-misc/proxytunnel/files/1.2.3-makefile.patch deleted file mode 100644 index 84985323519f..000000000000 --- a/net-misc/proxytunnel/files/1.2.3-makefile.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.orig 2004-11-02 13:02:36.000000000 -0500 -+++ Makefile 2004-11-02 13:03:18.000000000 -0500 -@@ -2,11 +2,11 @@ - # - # Please uncomment the appropriate settings - --CC = gcc --CFLAGS = -Wall -DHAVE_GETOPT_LONG --LDFLAGS = --INSTALLPATH = $(DESTDIR)/usr/local/bin --MANPATH = $(DESTDIR)/usr/local/man/man1 -+CC ?= gcc -+CFLAGS += -DHAVE_GETOPT_LONG -+LDFLAGS += -+INSTALLPATH = $(DESTDIR)/usr/bin -+MANPATH = $(DESTDIR)/usr/share/man/man1 - - PROGNAME = proxytunnel - OBJ = proxytunnel.o \ -@@ -24,6 +24,6 @@ - @rm -f $(PROGNAME) $(OBJ) - - install: -- mkdir -p $(INSTALLPATH) -+ mkdir -p $(INSTALLPATH) $(MANPATH) - install -g root -m755 -o root $(PROGNAME) $(INSTALLPATH)/$(PROGNAME) - install -g root -m644 -o root debian/$(PROGNAME).1 $(MANPATH)/$(PROGNAME).1 diff --git a/net-misc/proxytunnel/files/digest-proxytunnel-1.2.3 b/net-misc/proxytunnel/files/digest-proxytunnel-1.2.3 deleted file mode 100644 index c624a90c63dd..000000000000 --- a/net-misc/proxytunnel/files/digest-proxytunnel-1.2.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 83a2f9994bfb20232f5a039032f13ed4 proxytunnel-1.2.3.tgz 24966 -RMD160 b819970f75b770e3dd90bb9901bd4b195552ba43 proxytunnel-1.2.3.tgz 24966 -SHA256 2dcda190914362364be289f75e99662d4318461702ee05fdab085be2da3fecfd proxytunnel-1.2.3.tgz 24966 diff --git a/net-misc/proxytunnel/files/digest-proxytunnel-1.5.0 b/net-misc/proxytunnel/files/digest-proxytunnel-1.5.0 deleted file mode 100644 index 7a9a47e07327..000000000000 --- a/net-misc/proxytunnel/files/digest-proxytunnel-1.5.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2a36409580391e25421fc06e82eed4ce proxytunnel-1.5.0.tgz 56775 -RMD160 5377c470365bb114ecca77557286615b2b0acb4a proxytunnel-1.5.0.tgz 56775 -SHA256 82f6e5ea8c425d5b3a86c0670cfbc3ebf6f805e4ceff5d4ab692dbf32cf600a6 proxytunnel-1.5.0.tgz 56775 diff --git a/net-misc/proxytunnel/files/digest-proxytunnel-1.6.0 b/net-misc/proxytunnel/files/digest-proxytunnel-1.6.0 deleted file mode 100644 index 73e13c1946e7..000000000000 --- a/net-misc/proxytunnel/files/digest-proxytunnel-1.6.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 def873a50ad4d54f9775d2384605a1dd proxytunnel-1.6.0.tgz 58558 -RMD160 5f5dbe7c2b47ac09572252e07c1fa19397521d50 proxytunnel-1.6.0.tgz 58558 -SHA256 8c0ff7df9fcc2c190e7cb71a25d1c244b4819198980f8a4578ad86b41216829a proxytunnel-1.6.0.tgz 58558 diff --git a/net-misc/proxytunnel/files/proxytunnel-1.5.0-accept-takes-socklen_t.patch b/net-misc/proxytunnel/files/proxytunnel-1.5.0-accept-takes-socklen_t.patch deleted file mode 100644 index 745c690617d2..000000000000 --- a/net-misc/proxytunnel/files/proxytunnel-1.5.0-accept-takes-socklen_t.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- proxytunnel.c -+++ proxytunnel.c -@@ -149,7 +149,7 @@ - int listen_sd; - struct sockaddr_in sa_serv; - struct sockaddr_in sa_cli; -- size_t client_len; -+ socklen_t client_len; - int pid = 0; - int sd_client; - char buf[80]; diff --git a/net-misc/proxytunnel/files/proxytunnel-1.5.0-build.patch b/net-misc/proxytunnel/files/proxytunnel-1.5.0-build.patch deleted file mode 100644 index 01bf0d565f2c..000000000000 --- a/net-misc/proxytunnel/files/proxytunnel-1.5.0-build.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile -+++ Makefile -@@ -2,11 +2,11 @@ - # - # Please uncomment the appropriate settings - --CC = gcc --CFLAGS = -Wall -DHAVE_GETOPT_LONG --LDFLAGS = --INSTALLPATH = $(DESTDIR)/usr/local/bin --MANPATH = $(DESTDIR)/usr/man/man1 -+CC ?= gcc -+CFLAGS += -Wall -DHAVE_GETOPT_LONG -+LDFLAGS += -+INSTALLPATH = $(DESTDIR)/usr/bin -+MANPATH = $(DESTDIR)/usr/share/man/man1 - - PROGNAME = proxytunnel - OBJ = proxytunnel.o \ -@@ -27,6 +27,6 @@ - @rm -f $(PROGNAME) $(OBJ) - - install: -- mkdir -p $(INSTALLPATH) -+ mkdir -p $(INSTALLPATH) $(MANPATH) - install -g root -m755 -o root $(PROGNAME) $(INSTALLPATH)/$(PROGNAME) - install -g root -m644 -o root debian/$(PROGNAME).1 $(MANPATH)/$(PROGNAME).1 diff --git a/net-misc/proxytunnel/proxytunnel-1.2.3.ebuild b/net-misc/proxytunnel/proxytunnel-1.2.3.ebuild deleted file mode 100644 index b6898f9ded95..000000000000 --- a/net-misc/proxytunnel/proxytunnel-1.2.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.2.3.ebuild,v 1.3 2006/12/11 08:05:33 beu Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy" -HOMEPAGE="http://proxytunnel.sourceforge.net/" -SRC_URI="mirror://sourceforge/proxytunnel/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="static" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-makefile.patch -} - -src_compile() { - use static && append-ldflags -static - emake || die -} - -src_install() { - make install DESTDIR=${D} || die - dodoc CHANGES CREDITS README -} diff --git a/net-misc/proxytunnel/proxytunnel-1.5.0.ebuild b/net-misc/proxytunnel/proxytunnel-1.5.0.ebuild deleted file mode 100644 index 773b6502dfe3..000000000000 --- a/net-misc/proxytunnel/proxytunnel-1.5.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.5.0.ebuild,v 1.1 2006/02/04 20:22:42 vapier Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy" -HOMEPAGE="http://proxytunnel.sourceforge.net/" -SRC_URI="mirror://sourceforge/proxytunnel/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="static" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-build.patch - epatch "${FILESDIR}"/${P}-accept-takes-socklen_t.patch -} - -src_compile() { - use static && append-ldflags -static - emake || die -} - -src_install() { - make install DESTDIR="${D}" || die - dodoc CHANGES CREDITS README -} diff --git a/net-misc/proxytunnel/proxytunnel-1.6.0.ebuild b/net-misc/proxytunnel/proxytunnel-1.6.0.ebuild deleted file mode 100644 index 07cad5f763ff..000000000000 --- a/net-misc/proxytunnel/proxytunnel-1.6.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.6.0.ebuild,v 1.1 2006/02/21 23:51:49 vapier Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy" -HOMEPAGE="http://proxytunnel.sourceforge.net/" -SRC_URI="mirror://sourceforge/proxytunnel/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="static" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-build.patch -} - -src_compile() { - use static && append-ldflags -static - emake || die -} - -src_install() { - make install DESTDIR="${D}" || die - dodoc CHANGES CREDITS README -} |