Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-1.2.0.ebuild
Date: Sun, 28 Oct 2012 20:16:04
Message-Id: 20121028201551.8F24D21600@flycatcher.gentoo.org
1 cardoe 12/10/28 20:15:51
2
3 Modified: qemu-1.2.0.ebuild
4 Log:
5 Ensure qemu-1.2.0 is blocked despite people's insistence
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 app-emulation/qemu/qemu-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.2.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.2.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.2.0.ebuild?r1=1.4&r2=1.5
15
16 Index: qemu-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- qemu-1.2.0.ebuild 28 Oct 2012 18:59:12 -0000 1.4
23 +++ qemu-1.2.0.ebuild 28 Oct 2012 20:15:51 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.0.ebuild,v 1.4 2012/10/28 18:59:12 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.0.ebuild,v 1.5 2012/10/28 20:15:51 cardoe Exp $
29
30 EAPI="4"
31
32 @@ -182,6 +182,11 @@
33 ewarn "on the mailing list about USE=static's place in Gentoo. As a"
34 ewarn "result what worked today may not work tomorrow."
35 fi
36 +
37 + if [[ "${I_WAS_TOLD_NOT_TO_USE_THIS_BUT_DID_ANYWAY}" != "derp" ]]; then
38 + eerror "This ebuild is masked and unkeyworded. WHY are you using it!?"
39 + die "This ebuild is masked and unkeyworded. WHY are you using it!?"
40 + fi
41 }
42
43 pkg_setup() {