Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/mythtv-themes: mythtv-themes-0.21_p16505.ebuild
Date: Tue, 01 Apr 2008 18:29:02
Message-Id: E1JglEB-0005mY-Ih@stork.gentoo.org
1 cardoe 08/04/01 18:28:59
2
3 Modified: mythtv-themes-0.21_p16505.ebuild
4 Log:
5 clean up qt3 depend
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild?r1=1.2&r2=1.3
14
15 Index: mythtv-themes-0.21_p16505.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mythtv-themes-0.21_p16505.ebuild 1 Apr 2008 16:23:10 -0000 1.2
22 +++ mythtv-themes-0.21_p16505.ebuild 1 Apr 2008 18:28:59 -0000 1.3
23 @@ -1,7 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild,v 1.2 2008/04/01 16:23:10 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild,v 1.3 2008/04/01 18:28:59 cardoe Exp $
28
29 +EAPI=1
30 inherit qt3 mythtv
31
32 DESCRIPTION="A collection of themes for the MythTV project."
33 @@ -9,7 +10,7 @@
34 KEYWORDS="~amd64 ~ppc ~x86"
35 IUSE=""
36
37 -DEPEND="$(qt_min_version 3.3)
38 +DEPEND=">=x11-libs/qt-3.3:3
39 =media-tv/mythtv-${MY_PV}*"
40
41 src_compile() {
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list