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 3CF24138334 for ; Sat, 9 Mar 2019 08:54:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2647CE0880; Sat, 9 Mar 2019 08:54:57 +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 F056DE0880 for ; Sat, 9 Mar 2019 08:54:56 +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 47036335CB7 for ; Sat, 9 Mar 2019 08:54:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5110D555 for ; Sat, 9 Mar 2019 08:54:53 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1552120530.67539f8706f43f7b1d4d2a20b793d88c0db309d8.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/acpi/Manifest sys-power/acpi/acpi-1.6.ebuild sys-power/acpi/acpi-1.7.ebuild X-VCS-Directories: sys-power/acpi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 67539f8706f43f7b1d4d2a20b793d88c0db309d8 X-VCS-Branch: master Date: Sat, 9 Mar 2019 08:54:53 +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: 3c67b64c-610a-4549-80ad-762699014b49 X-Archives-Hash: 7582d99595f43585c17347430375a514 commit: 67539f8706f43f7b1d4d2a20b793d88c0db309d8 Author: Pacho Ramos gentoo org> AuthorDate: Sat Mar 9 08:35:30 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Mar 9 08:35:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67539f87 sys-power/acpi: Drop old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> sys-power/acpi/Manifest | 1 - sys-power/acpi/acpi-1.6.ebuild | 15 --------------- sys-power/acpi/acpi-1.7.ebuild | 15 --------------- 3 files changed, 31 deletions(-) diff --git a/sys-power/acpi/Manifest b/sys-power/acpi/Manifest index e7619c15323..db59abcfdb5 100644 --- a/sys-power/acpi/Manifest +++ b/sys-power/acpi/Manifest @@ -1,2 +1 @@ -DIST acpi-1.6.tar.gz 92448 BLAKE2B 04f03ba2bdef7bdee09e2e9b35edd53a413b857d7c0f2593553cb93662424d1164820c3bdf46879b65f611b52b9c232f786c8a2f011899bf838a824d0cd6c545 SHA512 29d9a59beaed119a48cb426807e6fc6c90597ced2b8b9be3356b1d763478174fc5a2824c64c66b742c0bc4ff54a9cc94224225b7978f00496f977422ec5f6ede DIST acpi-1.7.tar.gz 100501 BLAKE2B 0e98ceef0cd51fe5616f8209e4967010fed6e4d198549196b8321dfada499fa3bc220cf0c64b9c9c6dbbcdf80d2fb1428ee3b98f9bd56ef59b508cb8c06039f0 SHA512 e6c96707d651eb20aa4a4c76f78891154d576ccdfaef08b5eff6094b90b62a0e97f6e35a4a996dcc3b5f0b57ee2c60542f41832039c6cbdf853ff3d022c1b609 diff --git a/sys-power/acpi/acpi-1.6.ebuild b/sys-power/acpi/acpi-1.6.ebuild deleted file mode 100644 index c9040617f29..00000000000 --- a/sys-power/acpi/acpi-1.6.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Displays information about ACPI devices" -HOMEPAGE="https://sourceforge.net/projects/acpiclient/" -SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DOCS="AUTHORS ChangeLog README" diff --git a/sys-power/acpi/acpi-1.7.ebuild b/sys-power/acpi/acpi-1.7.ebuild deleted file mode 100644 index 986980eda15..00000000000 --- a/sys-power/acpi/acpi-1.7.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Displays information about ACPI devices" -HOMEPAGE="https://sourceforge.net/projects/acpiclient/" -SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DOCS="AUTHORS ChangeLog README"