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 A19C31382C5 for ; Fri, 11 May 2018 06:50:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90F9DE09B7; Fri, 11 May 2018 06:50:42 +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 56CC7E09B7 for ; Fri, 11 May 2018 06:50:41 +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 86EF3335C81 for ; Fri, 11 May 2018 06:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E22A283 for ; Fri, 11 May 2018 06:50:38 +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: <1526021300.2f6f9efec760abbb46002a1adffdf02a285cfb7f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/mktorrent/Manifest net-p2p/mktorrent/mktorrent-1.1.ebuild X-VCS-Directories: net-p2p/mktorrent/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2f6f9efec760abbb46002a1adffdf02a285cfb7f X-VCS-Branch: master Date: Fri, 11 May 2018 06:50:38 +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: 15761728-5728-4f26-9885-ee3fd5976971 X-Archives-Hash: 90cb93a0e9bc72e58fc14d26f66f6cbd commit: 2f6f9efec760abbb46002a1adffdf02a285cfb7f Author: Nils Freydank posteo de> AuthorDate: Wed May 9 12:46:07 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 11 06:48:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6f9efe net-p2p/mktorrent: Cleanup buggy version (1.1). Package-Manager: Portage-2.3.36, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8215 net-p2p/mktorrent/Manifest | 1 - net-p2p/mktorrent/mktorrent-1.1.ebuild | 40 ---------------------------------- 2 files changed, 41 deletions(-) diff --git a/net-p2p/mktorrent/Manifest b/net-p2p/mktorrent/Manifest index 1ca0c17ea76..450d3c6e88a 100644 --- a/net-p2p/mktorrent/Manifest +++ b/net-p2p/mktorrent/Manifest @@ -1,3 +1,2 @@ DIST mktorrent-1.0.tar.gz 23089 BLAKE2B debfdbf2691fd1baa9f1647ef1cd64a4e5d8cbcabd77fb7c8a4b7ec5c1abbf4fa56ae54ea51afc58b0807cde8d525c4ac7106d38576e52a71e2776ba0bfcacda SHA512 f103c8860c008796c2dc604fcabce7374264fd7814237fcad5f9dab0fe10e927b0e2d9b58e7462dd198265a7d83fe30fd68313c7dce4029d8c331a6f2d4622de -DIST mktorrent-1.1.tar.gz 23314 BLAKE2B 97893553c99f3a6f994876b4689db2536cdaef30f9a392cf3ef800d5d92323336f836a9a3f92aff807a449bcc8553582275c4b36d98e1a1e99835945a7f4b43d SHA512 2a7ce83950711cf5be098693ad79273b29bcd8a5ef345ea296c7b6b83c532dd3463b347c7137234f1890cb4ea663ee5a5b1878591bc8fb4386d94e4f65410859 DIST mktorrent-96090fb175f3cef17ae2499e98c2868363106927.tar.gz 24575 BLAKE2B 85f4c1088a5db91ba9bfa9391c82d81c87436a5ee920441c4e05a0e22d535aa1f3c60a0f2c6918a313f911ce9a586ab0ce725212926ad703f7daeaa4ee8b3e14 SHA512 2016cf9c81c6d35f3e482bb5cf8d0083664cee7131bc57f94ba5d0482df7d9b53e49a622035e1e93b6cebb50da9a29d8d00e2a65d3b84a872d98ed51e75a3a8a diff --git a/net-p2p/mktorrent/mktorrent-1.1.ebuild b/net-p2p/mktorrent/mktorrent-1.1.ebuild deleted file mode 100644 index 3cb3f2a2413..00000000000 --- a/net-p2p/mktorrent/mktorrent-1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="Simple command line utility to create BitTorrent metainfo files" -HOMEPAGE="https://github.com/Rudde/mktorrent" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Rudde/mktorrent.git" -else - SRC_URI="https://github.com/Rudde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" -fi - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="threads +ssl debug" - -RDEPEND="ssl? ( dev-libs/openssl:0= )" -DEPEND="${RDEPEND}" - -src_compile() { - tc-export CC - - emake \ - USE_LONG_OPTIONS=1 \ - USE_LARGE_FILES=1 \ - DEBUG=$(usex debug) \ - USE_OPENSSL=$(usex ssl) \ - USE_PTHREADS=$(usex threads) -} - -src_install() { - dobin ${PN} - dodoc README -}