diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-04-30 21:15:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-04-30 21:15:33 +0000 |
commit | 3fa6886be97af3e6b7fb7262194499345bbabdb7 (patch) | |
tree | e56e4c74f70aa5b5d22e49345f8c9962c1fb6307 /sys-firmware | |
parent | Add epatch_user support #487100 by Hristo Venev. (diff) | |
download | gentoo-2-3fa6886be97af3e6b7fb7262194499345bbabdb7.tar.gz gentoo-2-3fa6886be97af3e6b7fb7262194499345bbabdb7.tar.bz2 gentoo-2-3fa6886be97af3e6b7fb7262194499345bbabdb7.zip |
Drop empty KEYWORDS/SRC_URI settings in git code path as it is unneeded and ekeyword dislikes it.
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/seabios/ChangeLog | 9 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.6.3.ebuild | 5 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.0.ebuild | 6 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.1.ebuild | 6 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.2.1.ebuild | 6 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.2.2.ebuild | 6 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.2.ebuild | 6 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.3.2.ebuild | 4 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.3.ebuild | 6 |
9 files changed, 23 insertions, 31 deletions
diff --git a/sys-firmware/seabios/ChangeLog b/sys-firmware/seabios/ChangeLog index e2071da110d9..6f2a7b94880a 100644 --- a/sys-firmware/seabios/ChangeLog +++ b/sys-firmware/seabios/ChangeLog @@ -1,6 +1,13 @@ # 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.27 2014/01/19 23:01:55 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.28 2014/04/30 21:15:33 vapier Exp $ + + 30 Apr 2014; Mike Frysinger <vapier@gentoo.org> seabios-1.6.3.ebuild, + seabios-1.7.0.ebuild, seabios-1.7.1.ebuild, seabios-1.7.2.ebuild, + seabios-1.7.2.1.ebuild, seabios-1.7.2.2.ebuild, seabios-1.7.3.ebuild, + seabios-1.7.3.2.ebuild: + Drop empty KEYWORDS/SRC_URI settings in git code path as it is unneeded and + ekeyword dislikes it. *seabios-1.7.3.2 (19 Jan 2014) diff --git a/sys-firmware/seabios/seabios-1.6.3.ebuild b/sys-firmware/seabios/seabios-1.6.3.ebuild index 8e84afad7ee3..89952ba22903 100644 --- a/sys-firmware/seabios/seabios-1.6.3.ebuild +++ b/sys-firmware/seabios/seabios-1.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.3 2013/03/12 14:50:52 cardoe Exp $ +# $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 @@ -11,7 +11,6 @@ PYTHON_DEPEND="2" if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" GIT_ECLASS="git-2" - SRC_URI="" else SRC_URI="http://www.linuxtogo.org/~kevin/SeaBIOS/${P}.tar.gz ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-bp-${BACKPORTS}.tar.bz2}" diff --git a/sys-firmware/seabios/seabios-1.7.0.ebuild b/sys-firmware/seabios/seabios-1.7.0.ebuild index 84f0da1c27ad..b2d7529bf43d 100644 --- a/sys-firmware/seabios/seabios-1.7.0.ebuild +++ b/sys-firmware/seabios/seabios-1.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.6 2013/03/12 14:50:52 cardoe Exp $ +# $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 @@ -13,8 +13,6 @@ inherit python if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" inherit git-2 - KEYWORDS="" - SRC_URI="" else KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://www.linuxtogo.org/~kevin/SeaBIOS/${P}.tar.gz diff --git a/sys-firmware/seabios/seabios-1.7.1.ebuild b/sys-firmware/seabios/seabios-1.7.1.ebuild index d974df21032c..8b80a2beb232 100644 --- a/sys-firmware/seabios/seabios-1.7.1.ebuild +++ b/sys-firmware/seabios/seabios-1.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.6 2013/03/17 03:14:42 cardoe Exp $ +# $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 @@ -13,8 +13,6 @@ inherit python if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" inherit git-2 - KEYWORDS="" - SRC_URI="" else KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz diff --git a/sys-firmware/seabios/seabios-1.7.2.1.ebuild b/sys-firmware/seabios/seabios-1.7.2.1.ebuild index d1c343a31cfa..94e026b2a17c 100644 --- a/sys-firmware/seabios/seabios-1.7.2.1.ebuild +++ b/sys-firmware/seabios/seabios-1.7.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.3 2013/06/04 12:32:59 ago Exp $ +# $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 @@ -13,8 +13,6 @@ inherit eutils python if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" inherit git-2 - KEYWORDS="" - SRC_URI="" else KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz diff --git a/sys-firmware/seabios/seabios-1.7.2.2.ebuild b/sys-firmware/seabios/seabios-1.7.2.2.ebuild index ece12884bb93..7d85007f7666 100644 --- a/sys-firmware/seabios/seabios-1.7.2.2.ebuild +++ b/sys-firmware/seabios/seabios-1.7.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.4 2013/09/14 10:04:38 ago Exp $ +# $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 @@ -18,8 +18,6 @@ inherit eutils python-any-r1 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" inherit git-2 - KEYWORDS="" - SRC_URI="" else KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz diff --git a/sys-firmware/seabios/seabios-1.7.2.ebuild b/sys-firmware/seabios/seabios-1.7.2.ebuild index 5534d5f46be7..39bafc59e95a 100644 --- a/sys-firmware/seabios/seabios-1.7.2.ebuild +++ b/sys-firmware/seabios/seabios-1.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.6 2013/05/07 19:33:10 ago Exp $ +# $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 @@ -13,8 +13,6 @@ inherit eutils python if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" inherit git-2 - KEYWORDS="" - SRC_URI="" else KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz diff --git a/sys-firmware/seabios/seabios-1.7.3.2.ebuild b/sys-firmware/seabios/seabios-1.7.3.2.ebuild index 39779e91188a..443dfeb4b882 100644 --- a/sys-firmware/seabios/seabios-1.7.3.2.ebuild +++ b/sys-firmware/seabios/seabios-1.7.3.2.ebuild @@ -1,6 +1,6 @@ # 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.1 2014/01/19 23:01:55 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.2.ebuild,v 1.2 2014/04/30 21:15:33 vapier Exp $ EAPI=5 @@ -18,8 +18,6 @@ inherit eutils toolchain-funcs python-any-r1 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" inherit git-2 - KEYWORDS="" - SRC_URI="" else KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz diff --git a/sys-firmware/seabios/seabios-1.7.3.ebuild b/sys-firmware/seabios/seabios-1.7.3.ebuild index be26ccac1e48..7d1f1a038211 100644 --- a/sys-firmware/seabios/seabios-1.7.3.ebuild +++ b/sys-firmware/seabios/seabios-1.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.4 2013/12/31 15:48:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.ebuild,v 1.5 2014/04/30 21:15:33 vapier Exp $ EAPI=5 @@ -18,8 +18,6 @@ inherit eutils toolchain-funcs python-any-r1 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" inherit git-2 - KEYWORDS="" - SRC_URI="" else KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz |