From ce14c2ee09d35a904eb8264cb328f4ae1d47f65b Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 2 Jun 2018 19:49:14 -0400 Subject: sys-boot/grub-static: drop old EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- sys-boot/grub-static/Manifest | 3 - sys-boot/grub-static/grub-static-0.96-r1.ebuild | 19 ---- sys-boot/grub-static/grub-static-0.97-r6.ebuild | 137 ------------------------ sys-boot/grub-static/grub-static-0.97.ebuild | 77 ------------- 4 files changed, 236 deletions(-) delete mode 100644 sys-boot/grub-static/grub-static-0.96-r1.ebuild delete mode 100644 sys-boot/grub-static/grub-static-0.97-r6.ebuild delete mode 100644 sys-boot/grub-static/grub-static-0.97.ebuild (limited to 'sys-boot') diff --git a/sys-boot/grub-static/Manifest b/sys-boot/grub-static/Manifest index 0fe175257d00..0a661f9a9fcf 100644 --- a/sys-boot/grub-static/Manifest +++ b/sys-boot/grub-static/Manifest @@ -1,6 +1,3 @@ -DIST grub-static-0.96.tar.bz2 859179 BLAKE2B e41c1e0b8abc7d7f7ca1d1b08811e7987b6bd9c14366522d4ca5ee8944dcf6c6c285f1d544002e4f6af20156d18b20134c2fde8cf8c69611b3f38b356b13e818 SHA512 a623e230c3b2dd632daf65d897261a8b28a609b1adcfba67661cb42f43fe4f06bb4746f5095b41b689c2725f9d3379d03d02bca21b4acbf5faa3dccbad160a27 DIST grub-static-0.97-r10.tar.bz2 888963 BLAKE2B 1891685b312c129efb47fd78ffd2a433655225b8dcb8a60592faabbc5300ce6d56efea70272cf9a1e8cfaa70224d1a3a313d1c2e2296bfd43593a4a12aec541e SHA512 2a18405c9f7b0712dac2246213f723c1a2be6734bff133b7906e7c18e4370faf924f35d3b834d74761cf50b3ab59e969fbff010e13292618187c65a72aa45a87 DIST grub-static-0.97-r12.tar.bz2 1171586 BLAKE2B 066cde81f4b1849467d83ec982745dc8449e38895edc0eee979d6ea782a802c2a2c6b2a4f03eb976c03ce3f6e3213d3605e9bb6c99f8479e59fafb1716cbd0c9 SHA512 0a4c0b3b556db366df70c7c51a1a26f614f949be4002d7f9a053b7261b80c2c49410e8fd04c7e3717ea560e7cbc6a692d859d07bdfe2099a78a33bce78ac5395 -DIST grub-static-0.97-r6.tar.bz2 1005650 BLAKE2B 8f2a6fd51295cd4361d935a29f3164720d9516823b038e897d47f5429b08e119c9d269ed6728f5aceb3b2fe27320958a598d1c409d5e77bdd02848ce101a2e79 SHA512 a6edc311bcfccdb937c10ca1b4d33ecff52f3ee03ad827ecc849f6bb7d88204bcd29e8b7691bc1c0fd6386ed074ab8817667c0cf25cbb64bdd900fb01338727c DIST grub-static-0.97-r9.tar.bz2 937621 BLAKE2B a61fa8b41de4208cf30222fa742bb84a5f60bb924f5cf57f12ae9a382b1bf9e7feff740029ca3a08939d070275b4bb5389981c9a26f6decd18d4c7120f8d0f52 SHA512 a8b1f7cd416f2c41c88ba5c34889e7afe9615bf985e69b2d1d3ec2a20b7ceb13e53e8b3df91a5077bfa1a217f3274362033d72f9bafe3ad22be378f26728035c -DIST grub-static-0.97.tar.bz2 954051 BLAKE2B 36e99e707a14ac73875222d4934e1f29084658f5b1937c39f8295ca3418e80cb69d8dec3d7a0fbce8426c12d0d4c7881dd7dad3e006189051aa2169686d97d64 SHA512 e60b1384e60bc1261482f3bc41b98c1595d4377da68b251d93894ae7a1b3b2ca77219ca9b7685d1cc8db950e35afb1b403cb3e9b7df15e0ab96d452341547668 diff --git a/sys-boot/grub-static/grub-static-0.96-r1.ebuild b/sys-boot/grub-static/grub-static-0.96-r1.ebuild deleted file mode 100644 index f06b0d48685a..000000000000 --- a/sys-boot/grub-static/grub-static-0.96-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Static GNU GRUB boot loader" - -HOMEPAGE="https://www.gnu.org/software/grub/" -SRC_URI="mirror://gentoo/grub-static-${PV}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* amd64 ~x86" -IUSE="" -DEPEND="!${dir}/grub.conf - [[ -e "${s}.gz" ]] && zcat "${s}.gz" >${dir}/grub.conf - [[ -e "${s}.bz2" ]] && bzcat "${s}.bz2" >${dir}/grub.conf - fi - - # Per bug 218599, we support grub.conf.install for users that want to run a - # specific set of Grub setup commands rather than the default ones. - grub_config=${dir}/grub.conf.install - [[ -e ${grub_config} ]] || grub_config=${dir}/grub.conf - if [[ -e ${grub_config} ]] ; then - egrep \ - -v '^[[:space:]]*(#|$|default|fallback|initrd|password|splashimage|timeout|title)' \ - "${grub_config}" | \ - /sbin/grub --batch \ - --device-map="${dir}"/device.map \ - > /dev/null - fi - - # the grub default commands silently piss themselves if - # the default file does not exist ahead of time - if [[ ! -e ${dir}/default ]] ; then - grub-set-default --root-directory="${boot_dir}" default - fi - einfo "Grub has been installed to ${boot_dir} successfully." -} - -pkg_postinst() { - if [[ -n ${DONT_MOUNT_BOOT} ]]; then - elog "WARNING: you have DONT_MOUNT_BOOT in effect, so you must apply" - elog "the following instructions for your /boot!" - elog "Neglecting to do so may cause your system to fail to boot!" - elog - else - setup_boot_dir "${ROOT}"/boot - # Trailing output because if this is run from pkg_postinst, it gets mixed into - # the other output. - einfo "" - fi - elog "To interactively install grub files to another device such as a USB" - elog "stick, just run the following and specify the directory as prompted:" - elog " emerge --config =${PF}" - elog "Alternately, you can export GRUB_ALT_INSTALLDIR=/path/to/use to tell" - elog "grub where to install in a non-interactive way." - -} - -pkg_config() { - local dir - if [ ! -d "${GRUB_ALT_INSTALLDIR}" ]; then - einfo "Enter the directory where you want to setup grub:" - read dir - else - dir="${GRUB_ALT_INSTALLDIR}" - fi - setup_boot_dir "${dir}" -} diff --git a/sys-boot/grub-static/grub-static-0.97.ebuild b/sys-boot/grub-static/grub-static-0.97.ebuild deleted file mode 100644 index f25a8ea41bf3..000000000000 --- a/sys-boot/grub-static/grub-static-0.97.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit mount-boot - -DESCRIPTION="Static GNU GRUB boot loader" - -HOMEPAGE="https://www.gnu.org/software/grub/" -SRC_URI="mirror://gentoo/grub-static-${PV}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* amd64 ~x86" -IUSE="" -DEPEND="! /dev/null - fi -} - -pkg_postinst() { - [[ "${ROOT}" != "/" ]] && return 0 - [[ -n ${DONT_MOUNT_BOOT} ]] && return 0 - setup_boot_dir /boot - einfo "To install grub files to another device (like a usb stick), just run:" - einfo " emerge --config =${PF}" -} - -pkg_config() { - local dir - einfo "Enter the directory where you want to setup grub:" - read dir - setup_boot_dir "${dir}" -} -- cgit v1.2.3-65-gdbad