diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-03-09 09:35:30 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-03-09 09:35:30 +0100 |
commit | 67539f8706f43f7b1d4d2a20b793d88c0db309d8 (patch) | |
tree | c9be25ac582d22697abf819fd95086f6b7f6e352 /sys-power | |
parent | virtual/python-backports_abc: mark s390 stable (diff) | |
download | gentoo-67539f8706f43f7b1d4d2a20b793d88c0db309d8.tar.gz gentoo-67539f8706f43f7b1d4d2a20b793d88c0db309d8.tar.bz2 gentoo-67539f8706f43f7b1d4d2a20b793d88c0db309d8.zip |
sys-power/acpi: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpi/Manifest | 1 | ||||
-rw-r--r-- | sys-power/acpi/acpi-1.6.ebuild | 15 | ||||
-rw-r--r-- | sys-power/acpi/acpi-1.7.ebuild | 15 |
3 files changed, 0 insertions, 31 deletions
diff --git a/sys-power/acpi/Manifest b/sys-power/acpi/Manifest index e7619c15323c..db59abcfdb59 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 c9040617f29a..000000000000 --- 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 986980eda154..000000000000 --- 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" |