commit:     55d3efc5a491601620c1646d3400fe5182e1b0c8
Author:     William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Thu Apr 29 11:59:12 2021 +0000
Commit:     William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
CommitDate: Thu Apr 29 11:59:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55d3efc5

dev-lang/fbc-bootstrap: Drop old version

Closes: https://bugs.gentoo.org/781005
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>

 dev-lang/fbc-bootstrap/Manifest                    |  1 -
 dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.2.ebuild | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-lang/fbc-bootstrap/Manifest b/dev-lang/fbc-bootstrap/Manifest
index 0546ca882..934b90671 100644
--- a/dev-lang/fbc-bootstrap/Manifest
+++ b/dev-lang/fbc-bootstrap/Manifest
@@ -1,2 +1 @@
-DIST FreeBASIC-1.07.2-source-bootstrap.tar.xz 10700992 BLAKE2B 
e7016e5f58ae79086c0445bf6a09f33d4335af771422778be407e3351d583522e16f137763e471ba88e47b4318ab5bd2aec882ef5e5ff85cc334b0eccf27fdc5
 SHA512 
f381d14343496f68d3401ad1a66ff4fb1314270eddebb72ed2bc5624b856c4b29e7e14062f531a5158d892bb73d9aa80ff54fe7c260b4b8967b1330d26b2ecfc
 DIST FreeBASIC-1.07.3-source-bootstrap.tar.xz 10702984 BLAKE2B 
dbf68351c54d9a1ec6f5952e7867bc370fdc36db406c9a76d18f9e85757c26f3c954d91ce56593af9ceacf1e24e8038ba7cfeaa66a988923fd5d57d5f160584d
 SHA512 
59a06e633b2bf5054d2b5f7a9da7e539a51657a20d50ac2e055255dab30acc87e03596a53613e1d7f1ac74798d4919b5d7aa32b20a229c7725ebc1e53460b70e

diff --git a/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.2.ebuild 
b/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.2.ebuild
deleted file mode 100644
index 747c02a56..000000000
--- a/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Bootstrap package for dev-lang/fbc"
-HOMEPAGE="https://www.freebasic.net";
-SRC_URI="https://github.com/freebasic/fbc/releases/download/${PV}/FreeBASIC-${PV}-source-bootstrap.tar.xz";
-
-LICENSE="FDL-1.2 GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=( "${FILESDIR}"/fbc-1.07.0-Pass-ltinfo-to-linker.patch )
-
-S="${WORKDIR}/FreeBASIC-${PV}-source-bootstrap"
-
-src_compile() {
-       emake bootstrap-minimal
-}
-
-src_install() {
-       newbin bin/fbc fbc-bootstrap
-       emake DESTDIR="${D}" prefix="/usr/share/freebasic-bootstrap" 
TARGET=${CHOST} install-includes
-       emake DESTDIR="${D}" prefix="/usr/share/freebasic-bootstrap" 
TARGET=${CHOST} install-rtlib
-}

Reply via email to