Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/gruff: ChangeLog gruff-0.3.4.ebuild
Date: Mon, 06 Oct 2008 16:08:35
Message-Id: E1KmsdM-00061p-Kf@stork.gentoo.org
1 graaff 08/10/06 16:08:32
2
3 Modified: ChangeLog
4 Added: gruff-0.3.4.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.19 dev-ruby/gruff/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gruff/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gruff/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gruff/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 17 Mar 2008 07:13:48 -0000 1.18
23 +++ ChangeLog 6 Oct 2008 16:08:32 -0000 1.19
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/gruff
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v 1.18 2008/03/17 07:13:48 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v 1.19 2008/10/06 16:08:32 graaff Exp $
29 +
30 +*gruff-0.3.4 (06 Oct 2008)
31 +
32 + 06 Oct 2008; Hans de Graaff <graaff@g.o> +gruff-0.3.4.ebuild:
33 + Version bump with minor bugfixes
34
35 *gruff-0.3.1 (17 Mar 2008)
36
37
38
39
40 1.1 dev-ruby/gruff/gruff-0.3.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gruff/gruff-0.3.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gruff/gruff-0.3.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gruff-0.3.4.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/gruff-0.3.4.ebuild,v 1.1 2008/10/06 16:08:32 graaff Exp $
50
51 inherit gems
52
53 DESCRIPTION="A ruby library for creating pretty graphs and charts"
54 HOMEPAGE="http://rubyforge.org/projects/gruff/"
55
56 LICENSE="MIT"
57 SLOT="0"
58 KEYWORDS="~ia64 ~x86 ~amd64"
59 IUSE=""
60
61 DEPEND=">=dev-lang/ruby-1.8.2
62 >=dev-ruby/hoe-1.7.0
63 dev-ruby/rmagick"
64
65 pkg_setup() {
66 if ! built_with_use media-gfx/imagemagick truetype ; then
67 eerror "media-gfx/imagemagick must be built with the truetype USE flag"
68 eerror "in order for gruff to create graphics with text."
69 eerror "Please re-emerge imagemagick with the truetype USE flag enabled."
70 die "imagemagick does not have the truetype USE flag enabled"
71 fi
72 }