Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/color-tools: color-tools-1.3.0.ebuild ChangeLog
Date: Sat, 22 May 2010 15:08:01
Message-Id: 20100522150758.EA2692CB57@corvid.gentoo.org
1 flameeyes 10/05/22 15:07:58
2
3 Modified: color-tools-1.3.0.ebuild ChangeLog
4 Log:
5 Various cleanups.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 dev-ruby/color-tools/color-tools-1.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color-tools/color-tools-1.3.0.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color-tools/color-tools-1.3.0.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color-tools/color-tools-1.3.0.ebuild?r1=1.10&r2=1.11
14
15 Index: color-tools-1.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/color-tools-1.3.0.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- color-tools-1.3.0.ebuild 20 Dec 2009 12:03:35 -0000 1.10
22 +++ color-tools-1.3.0.ebuild 22 May 2010 15:07:58 -0000 1.11
23 @@ -1,12 +1,11 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/color-tools-1.3.0.ebuild,v 1.10 2009/12/20 12:03:35 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/color-tools-1.3.0.ebuild,v 1.11 2010/05/22 15:07:58 flameeyes Exp $
29
30 inherit ruby gems
31
32 DESCRIPTION="Ruby library to provide RGB and CMYK colour support."
33 HOMEPAGE="http://ruby-pdf.rubyforge.org/color-tools/"
34 -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
35 LICENSE="MIT"
36 SLOT="0"
37 KEYWORDS="amd64 ia64 ppc64 x86"
38
39
40
41 1.13 dev-ruby/color-tools/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color-tools/ChangeLog?rev=1.13&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color-tools/ChangeLog?rev=1.13&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color-tools/ChangeLog?r1=1.12&r2=1.13
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/ChangeLog,v
50 retrieving revision 1.12
51 retrieving revision 1.13
52 diff -u -r1.12 -r1.13
53 --- ChangeLog 20 Dec 2009 12:03:35 -0000 1.12
54 +++ ChangeLog 22 May 2010 15:07:58 -0000 1.13
55 @@ -1,6 +1,10 @@
56 # ChangeLog for dev-ruby/color-tools
57 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/ChangeLog,v 1.12 2009/12/20 12:03:35 graaff Exp $
59 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/ChangeLog,v 1.13 2010/05/22 15:07:58 flameeyes Exp $
61 +
62 + 22 May 2010; Diego E. Pettenò <flameeyes@g.o>
63 + color-tools-1.3.0.ebuild:
64 + Various cleanups.
65
66 20 Dec 2009; Hans de Graaff <graaff@g.o> color-tools-1.3.0.ebuild:
67 Remove obsolete virtual/ruby dependency.