Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, aballier@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-libs/libquicktime: ChangeLog libquicktime-1.0.1.ebuild
Date: Sun, 14 Oct 2007 09:00:47
Message-Id: 20071014084442.GX23990@supernova
1 On 23:37 Sat 13 Oct , Alexis Ballier (aballier) wrote:
2 > 1.1 media-libs/libquicktime/libquicktime-1.0.1.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/libquicktime-1.0.1.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/libquicktime-1.0.1.ebuild?rev=1.1&content-type=text/plain
6
7 > pkg_setup() {
8 > if has_version '=x11-base/xorg-x11-6*' && ! built_with_use x11-base/xorg-x11 xv; then
9 > die "You need xv support to compile ${PN}."
10 > fi
11 > }
12
13 This can definitely drop, XOrg 6.x has been gone for ages.
14
15 > if $(has_version =media-libs/libquicktime-0.9.4); then
16
17 You don't need to use command substitution for this, just run it.
18
19 > elog "It seems this directory belongs to libquicktime-0.9.4."
20 > elog "We'll delete that directory now."
21 > rm -rvf /usr/include/quicktime
22
23 ROOT?
24
25 Thanks,
26 Donnie
27 --
28 gentoo-dev@g.o mailing list

Replies