diff options
author | Matthias Maier <tamiko@gentoo.org> | 2015-04-05 15:10:46 +0000 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2015-04-05 15:10:46 +0000 |
commit | 23d0a45dc19c2d656443a7c4a09a32fcc227476a (patch) | |
tree | 14587ac87a1ffb17851b3aa9103b2ca38d646a26 /app-emulation | |
parent | remove version 0.11.0 (diff) | |
download | gentoo-2-23d0a45dc19c2d656443a7c4a09a32fcc227476a.tar.gz gentoo-2-23d0a45dc19c2d656443a7c4a09a32fcc227476a.tar.bz2 gentoo-2-23d0a45dc19c2d656443a7c4a09a32fcc227476a.zip |
Ebuild maintenance: Remove backports SRC_URI to my devspace where not needed
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-2.1.3.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-2.2.0.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index e3ce04ca1448..47747b594024 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.319 2015/04/04 19:59:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.320 2015/04/05 15:10:46 tamiko Exp $ + + 05 Apr 2015; Matthias Maier <tamiko@gentoo.org> qemu-2.1.3.ebuild, + qemu-2.2.0.ebuild: + Ebuild maintenance: Remove backports SRC_URI to my devspace where not needed 04 Apr 2015; Mike Frysinger <vapier@gentoo.org> metadata.xml, qemu-9999.ebuild: diff --git a/app-emulation/qemu/qemu-2.1.3.ebuild b/app-emulation/qemu/qemu-2.1.3.ebuild index 592c262c3d8d..5901eed7d705 100644 --- a/app-emulation/qemu/qemu-2.1.3.ebuild +++ b/app-emulation/qemu/qemu-2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.3.ebuild,v 1.1 2015/01/27 10:13:17 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.3.ebuild,v 1.2 2015/04/05 15:10:46 tamiko Exp $ EAPI=5 @@ -20,8 +20,7 @@ if [[ ${PV} = *9999* ]]; then else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2 ${BACKPORTS:+ - http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz - http://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz}" + http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" fi diff --git a/app-emulation/qemu/qemu-2.2.0.ebuild b/app-emulation/qemu/qemu-2.2.0.ebuild index db2881455cd8..9109f09d4fa5 100644 --- a/app-emulation/qemu/qemu-2.2.0.ebuild +++ b/app-emulation/qemu/qemu-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.2.0.ebuild,v 1.4 2015/03/25 14:04:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.2.0.ebuild,v 1.5 2015/04/05 15:10:46 tamiko Exp $ EAPI=5 @@ -20,8 +20,7 @@ if [[ ${PV} = *9999* ]]; then else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2 ${BACKPORTS:+ - http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz - http://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz}" + http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}" KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" fi |