Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: mythtv-0.22_alpha16870.ebuild
Date: Tue, 01 Apr 2008 13:28:20
Message-Id: E1JggXA-0008Di-V5@stork.gentoo.org
1 cardoe 08/04/01 13:28:16
2
3 Modified: mythtv-0.22_alpha16870.ebuild
4 Log:
5 remove qt3 section
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 media-tv/mythtv/mythtv-0.22_alpha16870.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild?r1=1.1&r2=1.2
14
15 Index: mythtv-0.22_alpha16870.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mythtv-0.22_alpha16870.ebuild 1 Apr 2008 04:02:38 -0000 1.1
22 +++ mythtv-0.22_alpha16870.ebuild 1 Apr 2008 13:28:16 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v 1.1 2008/04/01 04:02:38 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v 1.2 2008/04/01 13:28:16 cardoe Exp $
28
29 EAPI=1
30 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python
31 @@ -61,14 +61,6 @@
32
33 pkg_setup() {
34
35 - if ! built_with_use -a =x11-libs/qt-3* mysql opengl ; then
36 - echo
37 - eerror "MythTV requires Qt to be built with mysql and opengl use flags enabled."
38 - eerror "Please re-emerge =x11-libs/qt-3*, after having the use flags set."
39 - echo
40 - die "Please fix the above issues, before continuing."
41 - fi
42 -
43 if ! built_with_use -a =x11-libs/qt-4* gif jpeg mysql opengl png tiff; then
44 echo
45 eerror "MythTV requires Qt to be built with gif, jpeg, mysql, opengl,"
46
47
48
49 --
50 gentoo-commits@l.g.o mailing list