Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/chemical-mime-data: chemical-mime-data-0.1.94.ebuild ChangeLog
Date: Thu, 03 Jan 2008 15:30:00
Message-Id: E1JAS0z-00023x-8o@stork.gentoo.org
1 je_fro 08/01/03 15:29:49
2
3 Modified: chemical-mime-data-0.1.94.ebuild ChangeLog
4 Log:
5 Die if imagemagick isn't emerged with USE=xml. Thanks to My Th on bug #204091.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.2 sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild?r1=1.1&r2=1.2
14
15 Index: chemical-mime-data-0.1.94.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- chemical-mime-data-0.1.94.ebuild 11 Dec 2007 04:36:01 -0000 1.1
22 +++ chemical-mime-data-0.1.94.ebuild 3 Jan 2008 15:29:48 -0000 1.2
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild,v 1.1 2007/12/11 04:36:01 je_fro Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild,v 1.2 2008/01/03 15:29:48 je_fro Exp $
29
30 -inherit fdo-mime
31 +inherit eutils fdo-mime
32
33 DESCRIPTION="A collection of data files to add support for chemical MIME types."
34 HOMEPAGE="http://chemical-mime.sourceforge.net/"
35 @@ -23,6 +23,15 @@
36
37 RDEPEND=""
38
39 +pkg_setup() {
40 +
41 + if ! built_with_use 'media-gfx/imagemagick' xml; then
42 + eerror "media-gfx/imagemagick must be built with the xml USE-flag enabled"
43 + die "emerge media-gfx/imagemagick with the xml USE-flag enabled"
44 + fi
45 +
46 +}
47 +
48 src_compile() {
49
50 econf --disable-update-database --htmldir=/usr/share/doc/${PN}/html
51
52
53
54 1.2 sci-chemistry/chemical-mime-data/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog?r1=1.1&r2=1.2
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- ChangeLog 11 Dec 2007 04:36:01 -0000 1.1
67 +++ ChangeLog 3 Jan 2008 15:29:48 -0000 1.2
68 @@ -1,6 +1,9 @@
69 # ChangeLog for sci-chemistry/chemical-mime-data
70 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog,v 1.1 2007/12/11 04:36:01 je_fro Exp $
72 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemical-mime-data/ChangeLog,v 1.2 2008/01/03 15:29:48 je_fro Exp $
74 +
75 + 03 Jan 2008; <jeff@g.o> chemical-mime-data-0.1.94.ebuild:
76 + Die if imagemagick isn't emerged with USE=xml. Thanks to My Th on bug #204091.
77
78 *chemical-mime-data-0.1.94 (11 Dec 2007)
79
80
81
82
83 --
84 gentoo-commits@g.o mailing list