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 87767139083 for ; Sun, 17 Dec 2017 15:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD644E0C3F; Sun, 17 Dec 2017 15:36:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9B9CBE0C3F for ; Sun, 17 Dec 2017 15:36:32 +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 D713B33BEBE for ; Sun, 17 Dec 2017 15:36:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FA14ADCA for ; Sun, 17 Dec 2017 15:36:30 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1513524983.b4c21909dd86534f0581df1fa5d184b00847d5e6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connect/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/connect/Manifest net-misc/connect/connect-1.100.ebuild X-VCS-Directories: net-misc/connect/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b4c21909dd86534f0581df1fa5d184b00847d5e6 X-VCS-Branch: master Date: Sun, 17 Dec 2017 15:36:30 +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: 239a9221-381c-4a4c-b389-4900e19e3270 X-Archives-Hash: 6543ba132e0b4e86bb38f9ff70e30ffd commit: b4c21909dd86534f0581df1fa5d184b00847d5e6 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Dec 17 15:36:23 2017 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Dec 17 15:36:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c21909 net-misc/connect: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 net-misc/connect/Manifest | 1 - net-misc/connect/connect-1.100.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/net-misc/connect/Manifest b/net-misc/connect/Manifest index 12e8143d67a..743e387d042 100644 --- a/net-misc/connect/Manifest +++ b/net-misc/connect/Manifest @@ -1,2 +1 @@ -DIST connect-1.100.tar.bz2 21588 BLAKE2B 9923f8a80a6b374a68a1f6c187e5be2dfe847207a41d44884c4999adf421a487341e0f6b35a9ed2b7f3a0f40e6287e010d1a64d7c5f722dc1d77cc052fa7504d SHA512 e0bb106ae7270ff0352c2c5167fd47d6d9ac787f08b3019fd9dabe0636606709bc1caf696f6c87699e146eee0cb81db229f9202654f006c12321208c22832108 DIST connect-1.103.tar.bz2 37980 BLAKE2B 5f7639c06bf1486e541003ced967c486debfacacde9701ae079fba4c41fd9c77e25c3140e6b0d52782f22912cfdbcfe59e882959b30910de55d0752ed5abb365 SHA512 6de32aa48171b1528abe12c1044e1d498cd10c3ef7b4652318402b7bc12bbb50ce0f9eab10408dc3cc26c1c0d56804bd088fbedae688f921c84c40d1aa0ae4d9 diff --git a/net-misc/connect/connect-1.100.ebuild b/net-misc/connect/connect-1.100.ebuild deleted file mode 100644 index 9179d07d467..00000000000 --- a/net-misc/connect/connect-1.100.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -inherit toolchain-funcs - -IUSE="" -DESCRIPTION="network connection relaying command (proxy)" -HOMEPAGE="https://bitbucket.org/gotoh/connect" -HG_COMMIT_ID="7c036cbffb61" # bitbucket commit id -#SRC_URI="https://www.bitbucket.org/gotoh/connect/get/${PV}.tar.bz2 -> ${P}.tar.bz2" -SRC_URI="https://bitbucket.org/gotoh/connect/get/${HG_COMMIT_ID}.tar.bz2 -> ${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -DEPEND="" -RDEPEND="" -S="${WORKDIR}/gotoh-connect-${HG_COMMIT_ID}" - -src_compile() { - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c || die "compilation failed" -} - -src_install() { - dobin ${PN} -} - -pkg_postinst() { - einfo - einfo "There is no manpage." - einfo "Please see https://bitbucket.org/gotoh/connect/wiki/Home for details." - einfo -}