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 E775413835B for ; Fri, 18 Sep 2020 09:38:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFD26E081A; Fri, 18 Sep 2020 09:38:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B4022E081A for ; Fri, 18 Sep 2020 09:38:17 +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 B1BE7341004 for ; Fri, 18 Sep 2020 09:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E8F436F for ; Fri, 18 Sep 2020 09:38:15 +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: <1600421874.ed6b3d27986e5b9bc590a20c5d4760b2935e6531.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/unsymlink-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/unsymlink-lib/Manifest app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild X-VCS-Directories: app-portage/unsymlink-lib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ed6b3d27986e5b9bc590a20c5d4760b2935e6531 X-VCS-Branch: master Date: Fri, 18 Sep 2020 09:38:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f38266b-5dc9-4642-967f-51d63483aaa3 X-Archives-Hash: e4ae9634d28a2a108cbf9aa064d32b5b commit: ed6b3d27986e5b9bc590a20c5d4760b2935e6531 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 18 09:24:02 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 18 09:37:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6b3d27 app-portage/unsymlink-lib: Remove old Signed-off-by: Michał Górny gentoo.org> app-portage/unsymlink-lib/Manifest | 1 - .../unsymlink-lib/unsymlink-lib-17-r1.ebuild | 32 ---------------------- .../unsymlink-lib/unsymlink-lib-9999.ebuild | 28 ------------------- 3 files changed, 61 deletions(-) diff --git a/app-portage/unsymlink-lib/Manifest b/app-portage/unsymlink-lib/Manifest index 7b3a42c8941..429cb09ca8b 100644 --- a/app-portage/unsymlink-lib/Manifest +++ b/app-portage/unsymlink-lib/Manifest @@ -1,2 +1 @@ -DIST unsymlink-lib-17.tar.gz 10550 BLAKE2B 036cf63e3619113763f01086fbd952fb2a6efda4d4f4989a5d8cadc0d47b439cba0fab84d53336d615ccbec4e0815519cd4709162f11bbf5fa42c770b928f6f2 SHA512 b981419e320da74f983c184f2b9739b0f1cdae7adf1b9d29c3221b7d010432f6844ff3bdf93793b2f701e2337acebc28a6bd2df0763a081cd8e53a8400aaea42 DIST unsymlink-lib-18.tar.gz 10807 BLAKE2B 0c15ba8fadc96641139db68068c6402f24bd9129b452a8996c393ee899b274e7a5c96d58c2745b74ec3dbb469008a6756041b153abbbe3f29aca5f93c8700834 SHA512 bb08f1c35046d756aee752c7cd28f8eb93c562587f2fbc0070817c11fd42f3d12fade9c8ad29c508813e10993f5b622c9d33da52e49dfa7e16b1997a72d491f5 diff --git a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild deleted file mode 100644 index ed7fca696e9..00000000000 --- a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit python-single-r1 - -DESCRIPTION="Convert your system to SYMLINK_LIB=no" -HOMEPAGE="https://github.com/mgorny/unsymlink-lib" -SRC_URI="https://github.com/mgorny/unsymlink-lib/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - sys-apps/portage[${PYTHON_MULTI_USEDEP}] - ')" - -src_test() { - # tests are docker-based - : -} - -src_install() { - python_doscript unsymlink-lib - dodoc README -} diff --git a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild deleted file mode 100644 index 82f1121193d..00000000000 --- a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit git-r3 python-single-r1 - -DESCRIPTION="Convert your system to SYMLINK_LIB=no" -HOMEPAGE="https://github.com/mgorny/unsymlink-lib" -SRC_URI="" -EGIT_REPO_URI="https://github.com/mgorny/unsymlink-lib.git" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - sys-apps/portage[${PYTHON_MULTI_USEDEP}] - ')" - -src_install() { - python_doscript unsymlink-lib - dodoc README -}