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/png: png-1.2.0.ebuild ChangeLog
Date: Sat, 27 Jun 2009 11:05:44
Message-Id: E1MKVj4-0000JJ-Hu@stork.gentoo.org
1 graaff 09/06/27 11:05:42
2
3 Modified: ChangeLog
4 Added: png-1.2.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/png/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 20 Mar 2009 12:13:28 -0000 1.2
23 +++ ChangeLog 27 Jun 2009 11:05:42 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/png
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.2 2009/03/20 12:13:28 jmbsvicetto Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.3 2009/06/27 11:05:42 graaff Exp $
29 +
30 +*png-1.2.0 (27 Jun 2009)
31 +
32 + 27 Jun 2009; Hans de Graaff <graaff@g.o> +png-1.2.0.ebuild:
33 + Version bump with many enhancements.
34
35 20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
36 metadata.xml:
37
38
39
40 1.1 dev-ruby/png/png-1.2.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: png-1.2.0.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild,v 1.1 2009/06/27 11:05:42 graaff Exp $
50
51 inherit ruby gems
52
53 USE_RUBY="ruby18"
54
55 DESCRIPTION="An almost pure-Ruby Portable Network Graphics (PNG) library."
56 HOMEPAGE="http://rubyforge.org/projects/seattlerb/"
57 SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
58
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND=">=dev-ruby/rubygems-1.3.0"
65 RDEPEND="${DEPEND}"