summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-03-18 18:43:47 +0000
committerPacho Ramos <pacho@gentoo.org>2012-03-18 18:43:47 +0000
commit21f7a7aa8e9392526d0b0a77a48165c9fded39d0 (patch)
tree903bab7b0dcc312e93ae34b828e000899d54b201 /net-misc/proxytunnel
parentia64/sparc stable wrt #396909 (diff)
downloadgentoo-2-21f7a7aa8e9392526d0b0a77a48165c9fded39d0.tar.gz
gentoo-2-21f7a7aa8e9392526d0b0a77a48165c9fded39d0.tar.bz2
gentoo-2-21f7a7aa8e9392526d0b0a77a48165c9fded39d0.zip
Drop maintainer due retirement, bug #118003. Drop old.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/proxytunnel')
-rw-r--r--net-misc/proxytunnel/ChangeLog8
-rw-r--r--net-misc/proxytunnel/metadata.xml2
-rw-r--r--net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild34
-rw-r--r--net-misc/proxytunnel/proxytunnel-1.8.0.ebuild28
4 files changed, 7 insertions, 65 deletions
diff --git a/net-misc/proxytunnel/ChangeLog b/net-misc/proxytunnel/ChangeLog
index faeeba526838..d471ad1b3f50 100644
--- a/net-misc/proxytunnel/ChangeLog
+++ b/net-misc/proxytunnel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/proxytunnel
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v 1.21 2008/05/21 20:35:54 jokey Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v 1.22 2012/03/18 18:43:47 pacho Exp $
+
+ 18 Mar 2012; Pacho Ramos <pacho@gentoo.org> -proxytunnel-1.6.0-r1.ebuild,
+ -proxytunnel-1.8.0.ebuild, metadata.xml:
+ Drop maintainer due retirement, bug #118003. Drop old.
*proxytunnel-1.9.0 (21 May 2008)
diff --git a/net-misc/proxytunnel/metadata.xml b/net-misc/proxytunnel/metadata.xml
index 77ceafc189f1..91f4e72fb544 100644
--- a/net-misc/proxytunnel/metadata.xml
+++ b/net-misc/proxytunnel/metadata.xml
@@ -2,6 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>jokey@gentoo.org</email>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>
diff --git a/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild b/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild
deleted file mode 100644
index 85355d85fdcd..000000000000
--- a/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,34 +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-r1.ebuild,v 1.4 2006/02/22 23:29:18 vapier Exp $
-
-inherit eutils flag-o-matic toolchain-funcs
-
-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="~amd64 ~ppc ~x86"
-IUSE="static"
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_compile() {
- use static && append-ldflags -static
- emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
- make install PREFIX=/usr DESTDIR="${D}" || die
- dodoc CHANGES CREDITS KNOWN_ISSUES README
-}
diff --git a/net-misc/proxytunnel/proxytunnel-1.8.0.ebuild b/net-misc/proxytunnel/proxytunnel-1.8.0.ebuild
deleted file mode 100644
index 174cd921c3d2..000000000000
--- a/net-misc/proxytunnel/proxytunnel-1.8.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.8.0.ebuild,v 1.1 2008/01/01 12:30:53 vapier Exp $
-
-inherit flag-o-matic toolchain-funcs
-
-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="~amd64 ~ppc ~x86"
-IUSE="static"
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_compile() {
- use static && append-ldflags -static
- emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
- emake install PREFIX=/usr DESTDIR="${D}" || die
- dodoc CHANGES CREDITS KNOWN_ISSUES README
-}