summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-11-08 18:25:36 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-11-08 18:25:36 +0000
commitc52259551f6d126070fea9410b8e1e07601d84c3 (patch)
treec2d09058437296c58ca4eae028b5a54c4bd1819c /sys-firmware/seabios
parentVersion bump #510006 by cilly. (diff)
downloadgentoo-2-c52259551f6d126070fea9410b8e1e07601d84c3.tar.gz
gentoo-2-c52259551f6d126070fea9410b8e1e07601d84c3.tar.bz2
gentoo-2-c52259551f6d126070fea9410b8e1e07601d84c3.zip
Remove old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-firmware/seabios')
-rw-r--r--sys-firmware/seabios/ChangeLog8
-rw-r--r--sys-firmware/seabios/seabios-1.6.3.ebuild75
-rw-r--r--sys-firmware/seabios/seabios-1.7.0.ebuild77
-rw-r--r--sys-firmware/seabios/seabios-1.7.1.ebuild83
-rw-r--r--sys-firmware/seabios/seabios-1.7.2.1.ebuild84
-rw-r--r--sys-firmware/seabios/seabios-1.7.2.2.ebuild96
-rw-r--r--sys-firmware/seabios/seabios-1.7.2.ebuild85
-rw-r--r--sys-firmware/seabios/seabios-1.7.3.2.ebuild106
-rw-r--r--sys-firmware/seabios/seabios-1.7.3.ebuild106
-rw-r--r--sys-firmware/seabios/seabios-1.7.4.ebuild106
10 files changed, 7 insertions, 819 deletions
diff --git a/sys-firmware/seabios/ChangeLog b/sys-firmware/seabios/ChangeLog
index 2a0c798c1a82..920efeee4ff4 100644
--- a/sys-firmware/seabios/ChangeLog
+++ b/sys-firmware/seabios/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-firmware/seabios
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.35 2014/09/13 17:07:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.36 2014/11/08 18:25:36 ago Exp $
+
+ 08 Nov 2014; Agostino Sarubbo <ago@gentoo.org> -seabios-1.6.3.ebuild,
+ -seabios-1.7.0.ebuild, -seabios-1.7.1.ebuild, -seabios-1.7.2.1.ebuild,
+ -seabios-1.7.2.2.ebuild, -seabios-1.7.2.ebuild, -seabios-1.7.3.2.ebuild,
+ -seabios-1.7.3.ebuild, -seabios-1.7.4.ebuild:
+ Remove old
13 Sep 2014; Agostino Sarubbo <ago@gentoo.org> seabios-1.7.5.ebuild:
Stable for x86, wrt bug #520688
diff --git a/sys-firmware/seabios/seabios-1.6.3.ebuild b/sys-firmware/seabios/seabios-1.6.3.ebuild
deleted file mode 100644
index 89952ba22903..000000000000
--- a/sys-firmware/seabios/seabios-1.6.3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.6.3.ebuild,v 1.4 2014/04/30 21:15:33 vapier Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-
-#BACKPORTS=1
-
-if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
- EGIT_REPO_URI="git://git.seabios.org/seabios.git"
- GIT_ECLASS="git-2"
-else
- SRC_URI="http://www.linuxtogo.org/~kevin/SeaBIOS/${P}.tar.gz
- ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-bp-${BACKPORTS}.tar.bz2}"
-fi
-
-inherit ${GIT_ECLASS} python
-
-if [[ ${PV} != *9999* ]]; then
- KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
-HOMEPAGE="http://www.seabios.org"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-pkg_pretend() {
- if ! use binary; then
- ewarn "You have decided to compile your own SeaBIOS. This is not"
- ewarn "supported by upstream unless you use their recommended"
- ewarn "toolchain (which you are not)."
- elog
- ewarn "If you are intending to use this build with QEMU, realize"
- ewarn "you will not receive any support if you have compiled your"
- ewarn "own SeaBIOS. Virtual machines subtly fail based on changes"
- ewarn "in SeaBIOS."
- fi
-}
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- if [[ -z "${EGIT_COMMIT}" ]]; then
- sed -e "s/VERSION=.*/VERSION=${PV}/" \
- -i "${S}/Makefile"
- else
- sed -e "s/VERSION=.*/VERSION=${PV}_pre${EGIT_COMMIT}/" \
- -i "${S}/Makefile"
- fi
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- emake out/bios.bin
-# emake out/vgabios.bin
-}
-
-src_install() {
- insinto /usr/share/seabios
- doins out/bios.bin
-# doins out/vgabios.bin
-}
diff --git a/sys-firmware/seabios/seabios-1.7.0.ebuild b/sys-firmware/seabios/seabios-1.7.0.ebuild
deleted file mode 100644
index b2d7529bf43d..000000000000
--- a/sys-firmware/seabios/seabios-1.7.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.0.ebuild,v 1.7 2014/04/30 21:15:33 vapier Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-
-inherit python
-
-#BACKPORTS=1
-
-if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
- EGIT_REPO_URI="git://git.seabios.org/seabios.git"
- inherit git-2
-else
- KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
- SRC_URI="http://www.linuxtogo.org/~kevin/SeaBIOS/${P}.tar.gz
- http://dev.gentoo.org/~cardoe/distfiles/${P}-bins.tar.xz
- ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-bp-${BACKPORTS}.tar.bz2}"
-fi
-
-DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
-HOMEPAGE="http://www.seabios.org"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-pkg_pretend() {
- if ! use binary; then
- ewarn "You have decided to compile your own SeaBIOS. This is not"
- ewarn "supported by upstream unless you use their recommended"
- ewarn "toolchain (which you are not)."
- elog
- ewarn "If you are intending to use this build with QEMU, realize"
- ewarn "you will not receive any support if you have compiled your"
- ewarn "own SeaBIOS. Virtual machines subtly fail based on changes"
- ewarn "in SeaBIOS."
- fi
-}
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- if [[ -z "${EGIT_COMMIT}" ]]; then
- sed -e "s/VERSION=.*/VERSION=${PV}/" \
- -i "${S}/Makefile"
- else
- sed -e "s/VERSION=.*/VERSION=${PV}_pre${EGIT_COMMIT}/" \
- -i "${S}/Makefile"
- fi
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- if use amd64 || use x86 ; then
- LANG=C emake out/bios.bin
- fi
-}
-
-src_install() {
- insinto /usr/share/seabios
- if use amd64 || use x86 ; then
- doins out/bios.bin
- else
- doins bins/bios.bin
- fi
-}
diff --git a/sys-firmware/seabios/seabios-1.7.1.ebuild b/sys-firmware/seabios/seabios-1.7.1.ebuild
deleted file mode 100644
index 8b80a2beb232..000000000000
--- a/sys-firmware/seabios/seabios-1.7.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.1.ebuild,v 1.7 2014/04/30 21:15:33 vapier Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-
-inherit python
-
-#BACKPORTS=1
-
-if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
- EGIT_REPO_URI="git://git.seabios.org/seabios.git"
- inherit git-2
-else
- KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
- SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
- http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz
- ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-bp-${BACKPORTS}.tar.bz2}"
-fi
-
-DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
-HOMEPAGE="http://www.seabios.org"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-IUSE="+binary"
-
-REQUIRED_USE="ppc? ( binary )
- ppc64? ( binary )"
-
-DEPEND="!binary? (
- >=sys-power/iasl-20060912
- <sys-power/iasl-20130117
- )"
-RDEPEND=""
-
-pkg_pretend() {
- if ! use binary; then
- ewarn "You have decided to compile your own SeaBIOS. This is not"
- ewarn "supported by upstream unless you use their recommended"
- ewarn "toolchain (which you are not)."
- elog
- ewarn "If you are intending to use this build with QEMU, realize"
- ewarn "you will not receive any support if you have compiled your"
- ewarn "own SeaBIOS. Virtual machines subtly fail based on changes"
- ewarn "in SeaBIOS."
- fi
-}
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- if [[ -z "${EGIT_COMMIT}" ]]; then
- sed -e "s/VERSION=.*/VERSION=${PV}/" \
- -i "${S}/Makefile"
- else
- sed -e "s/VERSION=.*/VERSION=${PV}_pre${EGIT_COMMIT}/" \
- -i "${S}/Makefile"
- fi
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- if ! use binary ; then
- LANG=C emake out/bios.bin
- fi
-}
-
-src_install() {
- insinto /usr/share/seabios
- if ! use binary ; then
- doins out/bios.bin
- else
- newins ../bios.bin-${PV} bios.bin
- fi
-}
diff --git a/sys-firmware/seabios/seabios-1.7.2.1.ebuild b/sys-firmware/seabios/seabios-1.7.2.1.ebuild
deleted file mode 100644
index 94e026b2a17c..000000000000
--- a/sys-firmware/seabios/seabios-1.7.2.1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.1.ebuild,v 1.4 2014/04/30 21:15:33 vapier Exp $
-
-EAPI=5
-
-PYTHON_DEPEND="2"
-
-inherit eutils python
-
-#BACKPORTS=1
-
-if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
- EGIT_REPO_URI="git://git.seabios.org/seabios.git"
- inherit git-2
-else
- KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
- SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
- http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz
- http://dev.gentoo.org/~cardoe/distfiles/${P}.tar.gz
- http://dev.gentoo.org/~cardoe/distfiles/bios.bin-${PV}.gz
- ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-bp-${BACKPORTS}.tar.bz2}"
-fi
-
-DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
-HOMEPAGE="http://www.seabios.org"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-IUSE="+binary"
-
-REQUIRED_USE="ppc? ( binary )
- ppc64? ( binary )"
-
-DEPEND="!binary? ( >=sys-power/iasl-20060912 )"
-RDEPEND=""
-
-pkg_pretend() {
- if ! use binary; then
- ewarn "You have decided to compile your own SeaBIOS. This is not"
- ewarn "supported by upstream unless you use their recommended"
- ewarn "toolchain (which you are not)."
- elog
- ewarn "If you are intending to use this build with QEMU, realize"
- ewarn "you will not receive any support if you have compiled your"
- ewarn "own SeaBIOS. Virtual machines subtly fail based on changes"
- ewarn "in SeaBIOS."
- fi
-}
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- if [[ -z "${EGIT_COMMIT}" ]]; then
- sed -e "s/VERSION=.*/VERSION=${PV}/" \
- -i "${S}/Makefile"
- else
- sed -e "s/VERSION=.*/VERSION=${PV}_pre${EGIT_COMMIT}/" \
- -i "${S}/Makefile"
- fi
-
- epatch_user
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- if ! use binary ; then
- LANG=C emake out/bios.bin
- fi
-}
-
-src_install() {
- insinto /usr/share/seabios
- if ! use binary ; then
- doins out/bios.bin
- else
- newins ../bios.bin-${PV} bios.bin
- fi
-}
diff --git a/sys-firmware/seabios/seabios-1.7.2.2.ebuild b/sys-firmware/seabios/seabios-1.7.2.2.ebuild
deleted file mode 100644
index 7d85007f7666..000000000000
--- a/sys-firmware/seabios/seabios-1.7.2.2.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.2.ebuild,v 1.5 2014/04/30 21:15:33 vapier Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit eutils python-any-r1
-
-#BACKPORTS=1
-
-# SeaBIOS maintainers don't release stable tarballs or stable binaries
-# to generate the stable tarball the following is necessary:
-# git clone git://git.seabios.org/seabios.git && cd seabios
-# git archive --output seabios-${PV}.tar.gz --prefix seabios-${PV}/ rel-${PV}
-
-if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
- EGIT_REPO_URI="git://git.seabios.org/seabios.git"
- inherit git-2
-else
- KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
- SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
- http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz
- http://dev.gentoo.org/~cardoe/distfiles/${P}.tar.gz
- http://dev.gentoo.org/~cardoe/distfiles/bios.bin-${PV}.gz
- ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}"
-fi
-
-DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
-HOMEPAGE="http://www.seabios.org"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-IUSE="+binary"
-
-REQUIRED_USE="ppc? ( binary )
- ppc64? ( binary )"
-
-DEPEND="
- !binary? (
- >=sys-power/iasl-20060912
- ${PYTHON_DEPS}
- )
-"
-RDEPEND=""
-
-pkg_pretend() {
- if ! use binary; then
- ewarn "You have decided to compile your own SeaBIOS. This is not"
- ewarn "supported by upstream unless you use their recommended"
- ewarn "toolchain (which you are not)."
- elog
- ewarn "If you are intending to use this build with QEMU, realize"
- ewarn "you will not receive any support if you have compiled your"
- ewarn "own SeaBIOS. Virtual machines subtly fail based on changes"
- ewarn "in SeaBIOS."
- fi
-}
-
-pkg_setup() {
- if ! use binary; then
- python-any-r1_pkg_setup
- fi
-}
-
-src_prepare() {
- if [[ -z "${EGIT_COMMIT}" ]]; then
- sed -e "s/VERSION=.*/VERSION=${PV}/" \
- -i "${S}/Makefile"
- else
- sed -e "s/VERSION=.*/VERSION=${PV}_pre${EGIT_COMMIT}/" \
- -i "${S}/Makefile"
- fi
-
- epatch_user
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- if ! use binary ; then
- LANG=C emake out/bios.bin
- fi
-}
-
-src_install() {
- insinto /usr/share/seabios
- if ! use binary ; then
- doins out/bios.bin
- else
- newins ../bios.bin-${PV} bios.bin
- fi
-}
diff --git a/sys-firmware/seabios/seabios-1.7.2.ebuild b/sys-firmware/seabios/seabios-1.7.2.ebuild
deleted file mode 100644
index 39bafc59e95a..000000000000
--- a/sys-firmware/seabios/seabios-1.7.2.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.ebuild,v 1.7 2014/04/30 21:15:33 vapier Exp $
-
-EAPI=5
-
-PYTHON_DEPEND="2"
-
-inherit eutils python
-
-#BACKPORTS=1
-
-if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
- EGIT_REPO_URI="git://git.seabios.org/seabios.git"
- inherit git-2
-else
- KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
- SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
- http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz
- ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-bp-${BACKPORTS}.tar.bz2}"
-fi
-
-DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
-HOMEPAGE="http://www.seabios.org"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-IUSE="+binary"
-
-REQUIRED_USE="ppc? ( binary )
- ppc64? ( binary )"
-
-DEPEND="!binary? (
- >=sys-power/iasl-20060912
- <sys-power/iasl-20130117
- )"
-RDEPEND=""
-
-pkg_pretend() {
- if ! use binary; then
- ewarn "You have decided to compile your own SeaBIOS. This is not"
- ewarn "supported by upstream unless you use their recommended"
- ewarn "toolchain (which you are not)."
- elog
- ewarn "If you are intending to use this build with QEMU, realize"
- ewarn "you will not receive any support if you have compiled your"
- ewarn "own SeaBIOS. Virtual machines subtly fail based on changes"
- ewarn "in SeaBIOS."
- fi
-}
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- if [[ -z "${EGIT_COMMIT}" ]]; then
- sed -e "s/VERSION=.*/VERSION=${PV}/" \
- -i "${S}/Makefile"
- else
- sed -e "s/VERSION=.*/VERSION=${PV}_pre${EGIT_COMMIT}/" \
- -i "${S}/Makefile"
- fi
-
- epatch_user
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- if ! use binary ; then
- LANG=C emake out/bios.bin
- fi
-}
-
-src_install() {
- insinto /usr/share/seabios
- if ! use binary ; then
- doins out/bios.bin
- else
- newins ../bios.bin-${PV} bios.bin
- fi
-}
diff --git a/sys-firmware/seabios/seabios-1.7.3.2.ebuild b/sys-firmware/seabios/seabios-1.7.3.2.ebuild
deleted file mode 100644
index b2ef2e14a670..000000000000
--- a/sys-firmware/seabios/seabios-1.7.3.2.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.2.ebuild,v 1.3 2014/04/30 21:17:26 vapier Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit eutils toolchain-funcs python-any-r1
-
-#BACKPORTS=1
-
-# SeaBIOS maintainers sometimes don't release stable tarballs or stable
-# binaries to generate the stable tarball the following is necessary:
-# git clone git://git.seabios.org/seabios.git && cd seabios
-# git archive --output seabios-${PV}.tar.gz --prefix seabios-${PV}/ rel-${PV}
-
-if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
- EGIT_REPO_URI="git://git.seabios.org/seabios.git"
- inherit git-2
-else
- KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
- SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
- http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz
- http://dev.gentoo.org/~cardoe/distfiles/${P}.tar.gz
- http://dev.gentoo.org/~cardoe/distfiles/bios.bin-${PV}.gz
- ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}"
-fi
-
-DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
-HOMEPAGE="http://www.seabios.org"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-IUSE="+binary"
-
-REQUIRED_USE="ppc? ( binary )
- ppc64? ( binary )"
-
-DEPEND="
- !binary? (
- >=sys-power/iasl-20060912
- ${PYTHON_DEPS}
- )"
-RDEPEND=""
-
-pkg_pretend() {
- if ! use binary; then
- ewarn "You have decided to compile your own SeaBIOS. This is not"
- ewarn "supported by upstream unless you use their recommended"
- ewarn "toolchain (which you are not)."
- elog
- ewarn "If you are intending to use this build with QEMU, realize"
- ewarn "you will not receive any support if you have compiled your"
- ewarn "own SeaBIOS. Virtual machines subtly fail based on changes"
- ewarn "in SeaBIOS."
- fi
-
- local myld=$(tc-getLD)
-
- ${myld} -v | grep -q "GNU gold" && \
- ewarn "gold linker unable to handle 16-bit code using ld.bfd. bug #438058"
-}
-
-pkg_setup() {
- use binary || python-any-r1_pkg_setup
-}
-
-src_prepare() {
- if [[ -z "${EGIT_COMMIT}" ]]; then
- sed -e "s/VERSION=.*/VERSION=${PV}/" \
- -i "${S}/Makefile"
- else
- sed -e "s/VERSION=.*/VERSION=${PV}_pre${EGIT_COMMIT}/" \
- -i "${S}/Makefile"
- fi
-
- epatch_user
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- if ! use binary ; then
- LANG=C emake \
- CC=$(tc-getCC) \
- LD="$(tc-getLD).bfd" \
- AR=$(tc-getAR) \
- OBJCOPY=$(tc-getOBJCOPY) \
- RANLIB=$(tc-getRANLIB) \
- OBJDUMP=$(tc-getPROG OBJDUMP objdump) \
- HOST_CC=$(tc-getBUILD_CC) \
- out/bios.bin
- fi
-}
-
-src_install() {
- insinto /usr/share/seabios
- if ! use binary ; then
- doins out/bios.bin
- else
- newins ../bios.bin-${PV} bios.bin
- fi
-}
diff --git a/sys-firmware/seabios/seabios-1.7.3.ebuild b/sys-firmware/seabios/seabios-1.7.3.ebuild
deleted file mode 100644
index c7e179158905..000000000000
--- a/sys-firmware/seabios/seabios-1.7.3.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.ebuild,v 1.6 2014/04/30 21:17:26 vapier Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit eutils toolchain-funcs python-any-r1
-
-#BACKPORTS=1
-
-# SeaBIOS maintainers don't release stable tarballs or stable binaries
-# to generate the stable tarball the following is necessary:
-# git clone git://git.seabios.org/seabios.git && cd seabios
-# git archive --output seabios-${PV}.tar.gz --prefix seabios-${PV}/ rel-${PV}
-
-if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
- EGIT_REPO_URI="git://git.seabios.org/seabios.git"
- inherit git-2
-else
- KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
- SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
- http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz
- http://dev.gentoo.org/~cardoe/distfiles/${P}.tar.gz
- http://dev.gentoo.org/~cardoe/distfiles/bios.bin-${PV}.gz
- ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}"
-fi
-
-DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
-HOMEPAGE="http://www.seabios.org"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-IUSE="+binary"
-
-REQUIRED_USE="ppc? ( binary )
- ppc64? ( binary )"
-
-DEPEND="
- !binary? (
- >=sys-power/iasl-20060912
- ${PYTHON_DEPS}
- )"
-RDEPEND=""
-
-pkg_pretend() {
- if ! use binary; then
- ewarn "You have decided to compile your own SeaBIOS. This is not"
- ewarn "supported by upstream unless you use their recommended"
- ewarn "toolchain (which you are not)."
- elog
- ewarn "If you are intending to use this build with QEMU, realize"
- ewarn "you will not receive any support if you have compiled your"
- ewarn "own SeaBIOS. Virtual machines subtly fail based on changes"
- ewarn "in SeaBIOS."
- fi
-
- local myld=$(tc-getLD)
-
- ${myld} -v | grep -q "GNU gold" && \
- ewarn "gold linker unable to handle 16-bit code using ld.bfd. bug #438058"
-}
-
-pkg_setup() {
- use binary || python-any-r1_pkg_setup
-}
-
-src_prepare() {
- if [[ -z "${EGIT_COMMIT}" ]]; then
- sed -e "s/VERSION=.*/VERSION=${PV}/" \
- -i "${S}/Makefile"
- else
- sed -e "s/VERSION=.*/VERSION=${PV}_pre${EGIT_COMMIT}/" \
- -i "${S}/Makefile"
- fi
-
- epatch_user
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- if ! use binary ; then
- LANG=C emake \
- CC=$(tc-getCC) \
- LD="$(tc-getLD).bfd" \
- AR=$(tc-getAR) \
- OBJCOPY=$(tc-getOBJCOPY) \
- RANLIB=$(tc-getRANLIB) \
- OBJDUMP=$(tc-getPROG OBJDUMP objdump) \
- HOST_CC=$(tc-getBUILD_CC) \
- out/bios.bin
- fi
-}
-
-src_install() {
- insinto /usr/share/seabios
- if ! use binary ; then
- doins out/bios.bin
- else
- newins ../bios.bin-${PV} bios.bin
- fi
-}
diff --git a/sys-firmware/seabios/seabios-1.7.4.ebuild b/sys-firmware/seabios/seabios-1.7.4.ebuild
deleted file mode 100644
index 4153b2512ca1..000000000000
--- a/sys-firmware/seabios/seabios-1.7.4.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.4.ebuild,v 1.3 2014/06/04 16:04:55 ago Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit eutils toolchain-funcs python-any-r1
-
-#BACKPORTS=1
-
-# SeaBIOS maintainers sometimes don't release stable tarballs or stable
-# binaries to generate the stable tarball the following is necessary:
-# git clone git://git.seabios.org/seabios.git && cd seabios
-# git archive --output seabios-${PV}.tar.gz --prefix seabios-${PV}/ rel-${PV}
-
-if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then
- EGIT_REPO_URI="git://git.seabios.org/seabios.git"
- inherit git-2
-else
- KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
- SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz
- http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz
- http://dev.gentoo.org/~cardoe/distfiles/${P}.tar.gz
- http://dev.gentoo.org/~cardoe/distfiles/bios.bin-${PV}.gz
- ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}"
-fi
-
-DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
-HOMEPAGE="http://www.seabios.org"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-IUSE="+binary"
-
-REQUIRED_USE="ppc? ( binary )
- ppc64? ( binary )"
-
-DEPEND="
- !binary? (
- >=sys-power/iasl-20060912
- ${PYTHON_DEPS}
- )"
-RDEPEND=""
-
-pkg_pretend() {
- if ! use binary; then
- ewarn "You have decided to compile your own SeaBIOS. This is not"
- ewarn "supported by upstream unless you use their recommended"
- ewarn "toolchain (which you are not)."
- elog
- ewarn "If you are intending to use this build with QEMU, realize"
- ewarn "you will not receive any support if you have compiled your"
- ewarn "own SeaBIOS. Virtual machines subtly fail based on changes"
- ewarn "in SeaBIOS."
- fi
-
- local myld=$(tc-getLD)
-
- ${myld} -v | grep -q "GNU gold" && \
- ewarn "gold linker unable to handle 16-bit code using ld.bfd. bug #438058"
-}
-
-pkg_setup() {
- use binary || python-any-r1_pkg_setup
-}
-
-src_prepare() {
- if [[ -z "${EGIT_COMMIT}" ]]; then
- sed -e "s/VERSION=.*/VERSION=${PV}/" \
- -i "${S}/Makefile"
- else
- sed -e "s/VERSION=.*/VERSION=${PV}_pre${EGIT_COMMIT}/" \
- -i "${S}/Makefile"
- fi
-
- epatch_user
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- if ! use binary ; then
- LANG=C emake \
- CC=$(tc-getCC) \
- LD="$(tc-getLD).bfd" \
- AR=$(tc-getAR) \
- OBJCOPY=$(tc-getOBJCOPY) \
- RANLIB=$(tc-getRANLIB) \
- OBJDUMP=$(tc-getPROG OBJDUMP objdump) \
- HOST_CC=$(tc-getBUILD_CC) \
- out/bios.bin
- fi
-}
-
-src_install() {
- insinto /usr/share/seabios
- if ! use binary ; then
- doins out/bios.bin
- else
- newins ../bios.bin-${PV} bios.bin
- fi
-}