diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-02 20:01:26 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-02 22:58:31 -0400 |
commit | e2f4b4cd3efc693f95fcc98233f9e89583f3ad19 (patch) | |
tree | 62c20bab836e00bb45d6504d97e85969b77fc1af /sys-apps/rescan-scsi-bus | |
parent | sys-apps/ucspi-tcp: drop old EAPI (diff) | |
download | gentoo-e2f4b4cd3efc693f95fcc98233f9e89583f3ad19.tar.gz gentoo-e2f4b4cd3efc693f95fcc98233f9e89583f3ad19.tar.bz2 gentoo-e2f4b4cd3efc693f95fcc98233f9e89583f3ad19.zip |
sys-apps/rescan-scsi-bus: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-apps/rescan-scsi-bus')
-rw-r--r-- | sys-apps/rescan-scsi-bus/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.29.ebuild | 42 | ||||
-rw-r--r-- | sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.56.ebuild | 42 | ||||
-rw-r--r-- | sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57.ebuild | 34 |
4 files changed, 0 insertions, 120 deletions
diff --git a/sys-apps/rescan-scsi-bus/Manifest b/sys-apps/rescan-scsi-bus/Manifest index a32c5c5a07d3..47585052a071 100644 --- a/sys-apps/rescan-scsi-bus/Manifest +++ b/sys-apps/rescan-scsi-bus/Manifest @@ -1,3 +1 @@ -DIST rescan-scsi-bus.sh-1.29 15654 BLAKE2B 4009d515d200c2c26baece3ba94f84167cfbc2cd9d2c91a1d928bc119a5a98b63397dae90489180453d7c810700b495b230a23c6791485132e3aa34620afd786 SHA512 dc6bfc5b8c4948c193bcf2522e6f4dedaacf9a9283eaedc9c3bcef0cf3db57a3ed8f3a95b8501853a75e1c83ad28850b291a76217b4c57690e663f3dc63587d7 -DIST rescan-scsi-bus.sh-1.56 22469 BLAKE2B 132ce0990f742ad3f25bf7c30cb9ce1b8392ad67bc31d4040701969a8712b751108ca74f6d24e3e0307d421ec87906c9920c456d609421b384beb961ef04cb73 SHA512 bdd27471568b1ce8b4d9ccc6783f294d141d56c5d5fa5ad46a7ffe983efd46877e25ff67b7869edb4e22ad182d47140c2167a58b80a141f4b3dde9c7e10ae57b DIST rescan-scsi-bus.sh-1.57 22575 BLAKE2B 71737a9b2df22d8aecc756bb690cc401343c7951f0e809804eee43e01566e9f5377d5fd2c1d3628602ed64536402a71770dfe8e6514ab2d36851c7f0827f0c7c SHA512 93a061af852e5f9dd3d64ad62692809a11d8ffaac68f5ce08ba1a4fd9201fc66a0a5482d3e6da6e5c36fb00805fa4f7483fc2c85c5aaf6bfc190690ccf7bc733 diff --git a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.29.ebuild b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.29.ebuild deleted file mode 100644 index 09bd538c9064..000000000000 --- a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.29.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -DESCRIPTION="Script to rescan the SCSI bus without rebooting" -HOMEPAGE="http://www.garloff.de/kurt/linux/" -SCRIPT_NAME="${PN}.sh" -SRC_NAME="${SCRIPT_NAME}-${PV}" -SRC_URI="http://www.garloff.de/kurt/linux/${SRC_NAME}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="" - -DEPEND="" -RDEPEND=">=sys-apps/sg3_utils-1.24 - virtual/modutils - app-shells/bash" - -S="${WORKDIR}" - -src_unpack() { - einfo "Unpacking into ${WORKDIR}/" - cp -f "${DISTDIR}"/${SRC_NAME} "${WORKDIR}"/${SCRIPT_NAME} - #epatch "${FILESDIR}"/${P}-support-sysfs-only-systems.patch -} - -src_compile() { - einfo "Nothing to compile" -} - -src_install() { - into /usr - dosbin ${SCRIPT_NAME} - # Some scripts look for this without the trailing .sh - # Some look for it with the trailing .sh, so have a symlink - dosym ${SCRIPT_NAME} /usr/sbin/${PN} -} diff --git a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.56.ebuild b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.56.ebuild deleted file mode 100644 index 937d29e78f49..000000000000 --- a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.56.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -DESCRIPTION="Script to rescan the SCSI bus without rebooting" -HOMEPAGE="http://www.garloff.de/kurt/linux/" -SCRIPT_NAME="${PN}.sh" -SRC_NAME="${SCRIPT_NAME}-${PV}" -SRC_URI="http://www.garloff.de/kurt/linux/${SRC_NAME}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND=">=sys-apps/sg3_utils-1.24 - virtual/modutils - app-shells/bash" - -S="${WORKDIR}" - -src_unpack() { - einfo "Unpacking into ${WORKDIR}/" - cp -f "${DISTDIR}"/${SRC_NAME} "${WORKDIR}"/${SCRIPT_NAME} - #epatch "${FILESDIR}"/${P}-support-sysfs-only-systems.patch -} - -src_compile() { - einfo "Nothing to compile" -} - -src_install() { - into /usr - dosbin ${SCRIPT_NAME} - # Some scripts look for this without the trailing .sh - # Some look for it with the trailing .sh, so have a symlink - dosym ${SCRIPT_NAME} /usr/sbin/${PN} -} diff --git a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57.ebuild b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57.ebuild deleted file mode 100644 index 03a8e326cc23..000000000000 --- a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Script to rescan the SCSI bus without rebooting" -HOMEPAGE="http://www.garloff.de/kurt/linux/" -SCRIPT_NAME="${PN}.sh" -SRC_NAME="${SCRIPT_NAME}-${PV}" -SRC_URI="http://www.garloff.de/kurt/linux/${SRC_NAME}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -RDEPEND=">=sys-apps/sg3_utils-1.24 - virtual/modutils - app-shells/bash" - -S=${WORKDIR} - -src_unpack() { - cp -f "${DISTDIR}"/${SRC_NAME} "${WORKDIR}"/${SCRIPT_NAME} -} - -src_install() { - into /usr - dosbin ${SCRIPT_NAME} - # Some scripts look for this without the trailing .sh - # Some look for it with the trailing .sh, so have a symlink - dosym ${SCRIPT_NAME} /usr/sbin/${PN} -} |