Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, nelchael@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-themes/qtcurve-qt4: metadata.xml ChangeLog qtcurve-qt4-0.55.1.ebuild Manifest
Date: Tue, 04 Dec 2007 00:53:47
Message-Id: 20071204005004.GD29076@supernova
1 On 09:43 Mon 03 Dec , Krzysiek Pawlik (nelchael) wrote:
2 > 1.1 x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.1.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.1.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.1.ebuild?rev=1.1&content-type=text/plain
6
7 > Index: qtcurve-qt4-0.55.1.ebuild
8 > ===================================================================
9 > # Copyright 1999-2007 Gentoo Foundation
10 > # Distributed under the terms of the GNU General Public License v2
11 > # $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.1.ebuild,v 1.1 2007/12/03 09:43:08 nelchael Exp $
12 >
13 > inherit qt4 cmake-utils
14 >
15 > MY_P="${P/qtcurve-qt4/QtCurve-KDE4}"
16 > DESCRIPTION="A set of widget styles for Qt4 based apps, also available for KDE3 and GTK2"
17 > HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
18 > SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
19 >
20 > LICENSE="GPL-2"
21 > SLOT="0"
22 > KEYWORDS="~amd64"
23 >
24 > DEPEND="$(qt4_min_version 4.0)"
25 >
26 > S="${WORKDIR}/${MY_P}"
27 >
28 > src_compile() {
29 > cmake-utils_src_compile || die "cmake failed"
30 > }
31
32 This is redundant.
33
34 > src_install () {
35 > cmake-utils_src_install || die "make install failed"
36 > dodoc ChangeLog README TODO
37 > }
38
39 Thanks,
40 Donnie
41 --
42 gentoo-dev@g.o mailing list

Replies