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 5944F13835A for ; Fri, 5 Feb 2021 10:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19672E0903; Fri, 5 Feb 2021 10:37:39 +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 F4036E0903 for ; Fri, 5 Feb 2021 10:37:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 34D2E342CBA for ; Fri, 5 Feb 2021 10:37:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADC974C0 for ; Fri, 5 Feb 2021 10:37:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612521451.fe6ad8bbe08580f757f921617ca9b5b4ec4137d1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/stow/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/stow/Manifest app-admin/stow/stow-2.2.2-r1.ebuild X-VCS-Directories: app-admin/stow/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe6ad8bbe08580f757f921617ca9b5b4ec4137d1 X-VCS-Branch: master Date: Fri, 5 Feb 2021 10:37:35 +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: 3013b135-9cd9-46bc-9eb9-cab73f7dcd18 X-Archives-Hash: 9766f663befac675a2701f34459ccf51 commit: fe6ad8bbe08580f757f921617ca9b5b4ec4137d1 Author: Sam James gentoo org> AuthorDate: Fri Feb 5 10:31:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 5 10:37:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6ad8bb app-admin/stow: cleanup old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-admin/stow/Manifest | 1 - app-admin/stow/stow-2.2.2-r1.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/app-admin/stow/Manifest b/app-admin/stow/Manifest index 272515f53bc..82aa4345f97 100644 --- a/app-admin/stow/Manifest +++ b/app-admin/stow/Manifest @@ -1,2 +1 @@ -DIST stow-2.2.2.tar.gz 579324 BLAKE2B fc4ab7f386e8245b361cee5fc0decd91caec543ec6178c82720866c33a974ba9d68e999a68c3b7357d873ab1b58bb8b022bf02dad029972f42c317ffc288bd04 SHA512 8a3e5da6b5cb4c1ee1b512bae5a9859f83659d5de05f7a9af1dd09df2a32f6b8c6d43b79736db91232c43621d542041d4ef92eb088925796adad0676f200a9b5 DIST stow-2.3.1.tar.gz 654191 BLAKE2B 9fd54fd3ff76aa7b72ed973cd6d70b8dc747fa3bb1ecc6bedd221b308d7d141a21a2f077c67efb432f2c7c4fb6bd126639038b196946206bf4a7f95040477ab2 SHA512 e9a7de1a6f10eaf7cdbe6737e0a8be1498e2eac46b6c57e65b83759b061efd1c0db45f7cba123e35428307e3aebe5baef9ea8bd4b5eb6ec5e1b159117a760441 diff --git a/app-admin/stow/stow-2.2.2-r1.ebuild b/app-admin/stow/stow-2.2.2-r1.ebuild deleted file mode 100644 index 5fc1dffc126..00000000000 --- a/app-admin/stow/stow-2.2.2-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit perl-functions - -DESCRIPTION="GNU Stow is a symlink farm manager" -HOMEPAGE="https://www.gnu.org/software/stow/" -SRC_URI="mirror://gnu/stow/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-lang/perl - test? ( - dev-perl/IO-stringy - virtual/perl-Test-Harness - dev-perl/Test-Output - )" -RDEPEND="dev-lang/perl:=" - -src_configure() { - perl_set_version - econf "--with-pmdir=${VENDOR_LIB}" -}