Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/ilmbase: ChangeLog ilmbase-1.0.1.ebuild
Date: Sat, 27 Oct 2007 18:17:54
Message-Id: E1IlqEH-0000G2-Rs@stork.gentoo.org
1 aballier 07/10/27 18:17:49
2
3 Modified: ChangeLog
4 Added: ilmbase-1.0.1.ebuild
5 Log:
6 version bump, bug #197219
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.8 media-libs/ilmbase/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ilmbase/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ilmbase/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ilmbase/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 24 Oct 2007 11:57:17 -0000 1.7
23 +++ ChangeLog 27 Oct 2007 18:17:49 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/ilmbase
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ChangeLog,v 1.7 2007/10/24 11:57:17 uberlord Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ChangeLog,v 1.8 2007/10/27 18:17:49 aballier Exp $
29 +
30 +*ilmbase-1.0.1 (27 Oct 2007)
31 +
32 + 27 Oct 2007; Alexis Ballier <aballier@g.o> +ilmbase-1.0.1.ebuild:
33 + version bump, bug #197219
34
35 24 Oct 2007; Roy Marples <uberlord@g.o> ilmbase-1.0.0.ebuild:
36 Keyworded ~x86-fbsd, #142921
37
38
39
40 1.1 media-libs/ilmbase/ilmbase-1.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ilmbase/ilmbase-1.0.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ilmbase/ilmbase-1.0.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ilmbase-1.0.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ilmbase-1.0.1.ebuild,v 1.1 2007/10/27 18:17:49 aballier Exp $
50
51 inherit libtool eutils
52
53 DESCRIPTION="OpenEXR ILM Base libraries"
54 HOMEPAGE="http://openexr.com/"
55 SRC_URI="http://download.savannah.nongnu.org/releases/openexr/${P}.tar.gz"
56
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 DEPEND="!<media-libs/openexr-1.5.0"
63 RDEPEND="${DEPEND}"
64
65 src_unpack() {
66 unpack ${A}
67 cd "${S}"
68
69 epatch "${FILESDIR}/${PN}-1.0.0-asneeded.patch"
70
71 # Sane versioning on FreeBSD - please don't remove elibtoolize
72 elibtoolize
73 }
74
75 src_install () {
76 emake DESTDIR="${D}" install || die "install failed"
77 dodoc AUTHORS ChangeLog NEWS README
78 }
79
80
81
82 --
83 gentoo-commits@g.o mailing list