From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F03E1396D0 for ; Mon, 14 Aug 2017 21:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4253E1FC05F; Mon, 14 Aug 2017 21:24:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 114161FC05F for ; Mon, 14 Aug 2017 21:24:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDACD3417C9 for ; Mon, 14 Aug 2017 21:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFF6B784F for ; Mon, 14 Aug 2017 21:24:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1502745881.2645f3bad965dadd5d9f6db3f65fb0f0823cb945.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-misc/jumpgate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/jumpgate/Manifest net-misc/jumpgate/jumpgate-0.7.ebuild net-misc/jumpgate/metadata.xml profiles/package.mask X-VCS-Directories: net-misc/jumpgate/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2645f3bad965dadd5d9f6db3f65fb0f0823cb945 X-VCS-Branch: master Date: Mon, 14 Aug 2017 21:24:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 649c5561-fe4f-42e6-b3bf-8d63e0dbbf24 X-Archives-Hash: a437260d635f505af99a0a2a5b28fc74 commit: 2645f3bad965dadd5d9f6db3f65fb0f0823cb945 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 14 21:22:39 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 14 21:24:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2645f3ba net-misc/jumpgate: Remove last-rited pkg, #569068 net-misc/jumpgate/Manifest | 1 - net-misc/jumpgate/jumpgate-0.7.ebuild | 27 --------------------------- net-misc/jumpgate/metadata.xml | 8 -------- profiles/package.mask | 4 ---- 4 files changed, 40 deletions(-) diff --git a/net-misc/jumpgate/Manifest b/net-misc/jumpgate/Manifest deleted file mode 100644 index a3e679b7be9..00000000000 --- a/net-misc/jumpgate/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jumpgate-0.7.tar.gz 40789 SHA256 5b380f5607f747f682fb9275cc0c8278e64673d4e1c425241164c88596401c22 SHA512 63f236c8328b6c7824b4d533fa2750bc011130ea70787d5960928f74410be72d484a3261c18109d6f0c9d77864aa857ca7d0dddeefb0b56b78cd0300f1fdbb19 WHIRLPOOL 90fc535a5810534a226e14e041fec17926e66c86f8275d3abe1a46af18e564a5aa74cc4bd327fc0be38e04d87187639c74e72d1cdd87cb66f68eed28895aab25 diff --git a/net-misc/jumpgate/jumpgate-0.7.ebuild b/net-misc/jumpgate/jumpgate-0.7.ebuild deleted file mode 100644 index 5b0986d57f3..00000000000 --- a/net-misc/jumpgate/jumpgate-0.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools eutils toolchain-funcs - -DESCRIPTION="An advanced TCP connection forwarder" -HOMEPAGE="http://jumpgate.sourceforge.net/" -SRC_URI="http://jumpgate.sourceforge.net/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" - -src_prepare() { - if [ "$(gcc-major-version)" == "4" ] ; then - sed -i -e '/^AC_CHECK_TYPE/d' configure.in || die - eautoreconf - fi -} - -src_install() { - emake install install_prefix="${D}" - dodoc README ChangeLog -} diff --git a/net-misc/jumpgate/metadata.xml b/net-misc/jumpgate/metadata.xml deleted file mode 100644 index 7b7d047b2f2..00000000000 --- a/net-misc/jumpgate/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - jumpgate - - diff --git a/profiles/package.mask b/profiles/package.mask index df1f506ca28..b7e555ef272 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -254,10 +254,6 @@ net-vpn/kvpnc dev-python/south # Pacho Ramos (14 Jul 2017) -# No reverse deps, doesn't build, bug #569068. Removal in a month. -net-misc/jumpgate - -# Pacho Ramos (14 Jul 2017) # Doesn't compile, upstream dead, removal in 2 months (#584296). dev-util/mutrace