diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-05-31 23:35:44 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-05-31 23:35:44 +0000 |
commit | 44541866795d06b6976dc143246ae1fdfd0c5971 (patch) | |
tree | c7ff1ffc926ade27e3c88c9d7902af9c9dfa1926 /app-emulation | |
parent | Fix bug #418455 sci-mathematics/cvs3 license issues (diff) | |
download | gentoo-2-44541866795d06b6976dc143246ae1fdfd0c5971.tar.gz gentoo-2-44541866795d06b6976dc143246ae1fdfd0c5971.tar.bz2 gentoo-2-44541866795d06b6976dc143246ae1fdfd0c5971.zip |
tweak git-2 inherit so repoman can parse it, and inherit user for enewgroup
(Portage version: 2.2.0_alpha108_p9/cvs/Linux i686)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-kvm/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-0.15.1-r1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-1.0.1-r1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-1.0.1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-9999.ebuild | 6 |
6 files changed, 21 insertions, 16 deletions
diff --git a/app-emulation/qemu-kvm/ChangeLog b/app-emulation/qemu-kvm/ChangeLog index 1202c15fb40b..ca898f2dbebc 100644 --- a/app-emulation/qemu-kvm/ChangeLog +++ b/app-emulation/qemu-kvm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/qemu-kvm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.120 2012/05/29 20:10:01 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.121 2012/05/31 23:35:44 zmedico Exp $ + + 31 May 2012; Zac Medico <zmedico@gentoo.org> qemu-kvm-0.15.1-r1.ebuild, + qemu-kvm-1.0-r3.ebuild, qemu-kvm-1.0.1-r1.ebuild, qemu-kvm-1.0.1.ebuild, + qemu-kvm-9999.ebuild: + tweak git-2 inherit so repoman can parse it, and inherit user for enewgroup *qemu-kvm-1.0.1-r1 (29 May 2012) diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.15.1-r1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.15.1-r1.ebuild index a88f4c1ee4c6..7c9f15d9f066 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-0.15.1-r1.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-0.15.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.15.1-r1.ebuild,v 1.8 2012/05/03 18:49:07 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.15.1-r1.ebuild,v 1.9 2012/05/31 23:35:44 zmedico Exp $ #BACKPORTS=1 @@ -8,10 +8,10 @@ EAPI="3" if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git" - GIT_ECLASS="git-2" + inherit git-2 fi -inherit eutils flag-o-matic ${GIT_ECLASS} linux-info toolchain-funcs multilib python +inherit eutils flag-o-matic linux-info toolchain-funcs multilib python user if [[ ${PV} = *9999* ]]; then SRC_URI="" diff --git a/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild b/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild index 64a6be6d9cc8..8b5f0a9115b8 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild,v 1.15 2012/05/09 14:39:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild,v 1.16 2012/05/31 23:35:44 zmedico Exp $ #BACKPORTS=1 @@ -8,10 +8,10 @@ EAPI="4" if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git" - GIT_ECLASS="git-2" + inherit git-2 fi -inherit eutils flag-o-matic ${GIT_ECLASS} linux-info toolchain-funcs multilib python +inherit eutils flag-o-matic linux-info toolchain-funcs multilib python user if [[ ${PV} = *9999* ]]; then SRC_URI="" diff --git a/app-emulation/qemu-kvm/qemu-kvm-1.0.1-r1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-1.0.1-r1.ebuild index 126592069569..c3d111db6bed 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-1.0.1-r1.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0.1-r1.ebuild,v 1.1 2012/05/29 20:10:01 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0.1-r1.ebuild,v 1.2 2012/05/31 23:35:44 zmedico Exp $ #BACKPORTS=1 @@ -8,10 +8,10 @@ EAPI="4" if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git" - GIT_ECLASS="git-2" + inherit git-2 fi -inherit eutils flag-o-matic ${GIT_ECLASS} linux-info toolchain-funcs multilib python +inherit eutils flag-o-matic linux-info toolchain-funcs multilib python user if [[ ${PV} = *9999* ]]; then SRC_URI="" diff --git a/app-emulation/qemu-kvm/qemu-kvm-1.0.1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-1.0.1.ebuild index a5babdb0a244..13201afccf0a 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-1.0.1.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0.1.ebuild,v 1.5 2012/05/09 14:39:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0.1.ebuild,v 1.6 2012/05/31 23:35:44 zmedico Exp $ #BACKPORTS=1 @@ -8,10 +8,10 @@ EAPI="4" if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git" - GIT_ECLASS="git-2" + inherit git-2 fi -inherit eutils flag-o-matic ${GIT_ECLASS} linux-info toolchain-funcs multilib python +inherit eutils flag-o-matic linux-info toolchain-funcs multilib python user if [[ ${PV} = *9999* ]]; then SRC_URI="" diff --git a/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild b/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild index 76435e16870c..a9b7aeb9ebde 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild,v 1.38 2012/05/25 14:07:38 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild,v 1.39 2012/05/31 23:35:44 zmedico Exp $ #BACKPORTS=1 @@ -8,10 +8,10 @@ EAPI="3" if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git" - GIT_ECLASS="git-2" + inherit git-2 fi -inherit eutils flag-o-matic ${GIT_ECLASS} linux-info toolchain-funcs multilib python +inherit eutils flag-o-matic linux-info toolchain-funcs multilib python user if [[ ${PV} = *9999* ]]; then SRC_URI="" |