From 9aed7def6f333dcaf2e4a3e4ddb887b9db2dab7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 18 Oct 2019 08:57:06 +0200 Subject: [PATCH] app-admin/systemrescuecd-x86: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/683724 Signed-off-by: Michał Górny --- app-admin/systemrescuecd-x86/Manifest | 2 - app-admin/systemrescuecd-x86/metadata.xml | 19 ----- .../systemrescuecd-x86-5.3.2.ebuild | 63 ----------------- .../systemrescuecd-x86-6.0.3.ebuild | 70 ------------------- profiles/package.mask | 8 --- 5 files changed, 162 deletions(-) delete mode 100644 app-admin/systemrescuecd-x86/Manifest delete mode 100644 app-admin/systemrescuecd-x86/metadata.xml delete mode 100644 app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.2.ebuild delete mode 100644 app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.3.ebuild diff --git a/app-admin/systemrescuecd-x86/Manifest b/app-admin/systemrescuecd-x86/Manifest deleted file mode 100644 index de08d61dd3ab..000000000000 --- a/app-admin/systemrescuecd-x86/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST systemrescuecd-6.0.3.iso 881852416 BLAKE2B ab1064237902542845e11869f7076a829e9593d29b8d106f0309c61a1371173cd5b3ef3fa3b84910cc81bcec485d27c8e297f269820aa96b0043df7c441121a2 SHA512 21b77e38999f56457a4c0a096eb58b2e74a8b376af33290b2e75995762e12a977435e8a9ed2ad9448799c3246d85f3bddfcafea020a1336b14f4f81644e06bb9 -DIST systemrescuecd-x86-5.3.2.iso 585920512 BLAKE2B e68bb4e765359ac0e8124c9cb6090ed2ec9340a09e3ebafbcaa4acc175f8afe3985a57f193cd4be4192dfb23a6042a68328a29bbfb962f73fbe010c32d66e020 SHA512 c9da6a63556836bd38f7072b49a5408f2f9e5fa310dbae3f229c9b7af4fe6e073cdfc95b942bc1a6d9c42d41527fc54e8c6c15379082bc3ee0f025da80b01e5a diff --git a/app-admin/systemrescuecd-x86/metadata.xml b/app-admin/systemrescuecd-x86/metadata.xml deleted file mode 100644 index 823bc77a91fb..000000000000 --- a/app-admin/systemrescuecd-x86/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - mgorny@gentoo.org - Michał Górny - - - - - Pass downloaded images through isohybrid in order to make it - possible to copy them directly to USB media and boot (requires - sys-boot/syslinux at build time). - - - - systemrescuecd - - diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.2.ebuild b/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.2.ebuild deleted file mode 100644 index a54988e7f076..000000000000 --- a/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="The .iso image of SystemRescueCD rescue disk, x86 (+ amd64) variant" -HOMEPAGE="http://www.sysresccd.org/" -# Large ISO mirroring explicitly approved by infra in bug #588766 -SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${P}.iso" - -LICENSE="AGPL-3 Apache-2.0 APSL-2 Artistic Artistic-2 Atmel bh-luxi BitstreamVera boehm-gc BSD BSD-1 BSD-2 BSD-4 BZIP2 CC0-1.0 CC-BY-3.0 CC-BY-SA-3.0 CC-PD CDDL-Schily Clarified-Artistic CPL-1.0 EPL-1.0 FDL-1.1+ FDL-1.2+ FDL-1.3 FDL-1.3+ FLTK freedist FTL GPL-1+ GPL-2 GPL-2+ GPL-2-with-font-exception GPL-3 GPL-3+ HPND icu IJG Info-ZIP inner-net ipw2100-fw ipw2200-fw ISC Kermit LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ libpng linux-firmware lsof man-pages man-pages-posix-2013 MIT MPL-1.1 MPL-2.0 netcat ngrep no-source-code NPL-1.1 OFL-1.1 Old-MIT openafs-krb5-a OPENLDAP openssl PCRE PSF-2 PSF-2.4 public-domain rc rdisc RSA Sleepycat SMAIL SSLeay symlinks tcltk tcp_wrappers_license unRAR UoI-NCSA vim wxWinLL-3 ZLIB ZSH || ( AFL-2.1 GPL-2 ) || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) || ( Ruby BSD-2 ) || ( Ruby GPL-2 ) || ( Ruby MIT ) || ( Ruby-BSD BSD-2 )" -SLOT="${PV}" -KEYWORDS="amd64 x86" -IUSE="+isohybrid" - -DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )" - -S=${WORKDIR} - -RESTRICT="bindist mirror" - -src_install() { - insinto "/usr/share/${PN%-*}" - doins "${DISTDIR}/${P}.iso" - - if use isohybrid; then - set -- isohybrid -u "${ED}usr/share/${PN%-*}/${P}.iso" - echo "${@}" - "${@}" || die "${*} failed" - fi -} - -pkg_postinst() { - local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso - - # no version newer than ours? we're the newest! - if ! has_version ">${CATEGORY}/${PF}"; then - ln -f -s -v "${P}.iso" "${f}" || die - fi -} - -pkg_postrm() { - local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso - - # if there is no version newer than ours installed - if ! has_version ">${CATEGORY}/${PF}"; then - # and we are truly and completely uninstalled... - if [[ ! ${REPLACED_BY_VERSION} ]]; then - # then find an older version to set the symlink to - local newest_version=$(best_version "<${CATEGORY}/${PF}") - - if [[ ${newest_version} ]]; then - # update the symlink - ln -f -s -v "${newest_version%-r*}.iso" "${f}" || die - else - # last version removed? clean up the symlink - rm -v "${f}" || die - # and the parent directory - rmdir "${f%/*}" || die - fi - fi - fi -} diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.3.ebuild b/app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.3.ebuild deleted file mode 100644 index 7cfd100cadf5..000000000000 --- a/app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.3.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P=${P/-x86/} -DESCRIPTION="The .iso image of SystemRescueCD rescue disk, amd64 variant" -HOMEPAGE="http://www.sysresccd.org/" -SRC_URI="https://osdn.net/projects/systemrescuecd/storage/releases/${PV}/${MY_P}.iso" - -LICENSE="Apache-1.0 Apache-2.0 Artistic Artistic-2 BEER-WARE BSD BSD-2 BSD-4 CC0-1.0 CC-BY-SA-3.0 FDL-1.3+ GPL-2 GPL-2+ GPL-3+ icu ISC JasPer2.0 LGPL-2+ LGPL-2.1+ LGPL-3+ linux-firmware MaxMind2 MIT MPL-1.1 MPL-2.0 no-source-code OFL Old-MIT OPENLDAP openssl PSF-2 public-domain Sleepycat unRAR UoI-NCSA vim ZLIB" -SLOT="${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+isohybrid" -RESTRICT="bindist mirror" - -DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )" - -S=${WORKDIR} - -pkg_pretend() { - ewarn "Please note that starting with version 6.0.0, upstream has switched" - ewarn "to Arch Linux as base of their distribution, and running on 32-bit" - ewarn "systems is no longer supported." -} - -src_unpack() { :; } - -src_install() { - insinto "/usr/share/${PN%-*}" - doins "${DISTDIR}/${MY_P}.iso" - - if use isohybrid; then - set -- isohybrid -u "${ED%/}/usr/share/${PN%-*}/${MY_P}.iso" - echo "${@}" - "${@}" || die "${*} failed" - fi -} - -pkg_postinst() { - local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso - - # no version newer than ours? we're the newest! - if ! has_version ">${CATEGORY}/${PF}"; then - ln -f -s -v "${MY_P}.iso" "${f}" || die - fi -} - -pkg_postrm() { - local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso - - # if there is no version newer than ours installed - if ! has_version ">${CATEGORY}/${PF}"; then - # and we are truly and completely uninstalled... - if [[ ! ${REPLACED_BY_VERSION} ]]; then - # then find an older version to set the symlink to - local newest_version=$(best_version "<${CATEGORY}/${PF}") - - if [[ ${newest_version} ]]; then - # update the symlink - ln -f -s -v "${newest_version%-r*}.iso" "${f}" || die - else - # last version removed? clean up the symlink - rm -v "${f}" || die - # and the parent directory - rmdir "${f%/*}" || die - fi - fi - fi -} diff --git a/profiles/package.mask b/profiles/package.mask index f78c8afed392..53490d028623 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -436,14 +436,6 @@ games-action/minetest_game # Removal in 30 days. Bug #680726. sci-chemistry/azara -# Michał Górny (2019-09-18) -# Distributing an entire prebuilt distribution as a package turned out -# to be a bad idea. All current upstream versions contain vulnerable -# packages and lack correct license information. Upstream does not -# provide a publicly accessible bug tracker, and does not reply to mail. -# Removal in 30 days. Bug #683724. -app-admin/systemrescuecd-x86 - # Michał Górny (2019-09-16) # Unmaintained. Fails to build. Last release in 2004. EAPI 0. # Removal in 30 days. Bug #592360. -- 2.26.2