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 D299D138359 for ; Wed, 11 Nov 2020 07:36:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A452FE0BD9; Wed, 11 Nov 2020 07:36:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8ED36E0BD9 for ; Wed, 11 Nov 2020 07:36:09 +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 3B805335D9D for ; Wed, 11 Nov 2020 07:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFBFA448 for ; Wed, 11 Nov 2020 07:36:06 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1605080152.1137bf50a094dc2b6b997ff1f0fca28a3dd1d6b0.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/librtas/librtas-2.0.2.ebuild X-VCS-Directories: sys-libs/librtas/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1137bf50a094dc2b6b997ff1f0fca28a3dd1d6b0 X-VCS-Branch: master Date: Wed, 11 Nov 2020 07:36:06 +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: 6f399d74-8ab2-4879-b7dc-9b27629822cb X-Archives-Hash: 1141c4cd20f73944b2ed19e136787bbd commit: 1137bf50a094dc2b6b997ff1f0fca28a3dd1d6b0 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Nov 11 07:35:40 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Nov 11 07:35:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1137bf50 sys-libs/librtas: drop old Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> sys-libs/librtas/librtas-2.0.2.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/sys-libs/librtas/librtas-2.0.2.ebuild b/sys-libs/librtas/librtas-2.0.2.ebuild deleted file mode 100644 index ab22e30e38a..00000000000 --- a/sys-libs/librtas/librtas-2.0.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools eutils - -DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)" -HOMEPAGE="https://github.com/ibm-power-utilities/librtas" -SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="ppc ppc64" -IUSE="" - -DOCS="README" - -src_prepare() { - eapply_user - - eautoreconf -}