commit:     b4c21909dd86534f0581df1fa5d184b00847d5e6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 15:36:23 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> 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
-}

Reply via email to