blob: b6394f1d91c4f64e773e639593a6b920c956b6d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
# ChangeLog for dev-ruby/method_source
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.21 2013/11/17 09:55:35 graaff Exp $
*method_source-0.8.2-r2 (17 Nov 2013)
17 Nov 2013; Hans de Graaff <graaff@gentoo.org>
+method_source-0.8.2-r2.ebuild:
Don't use the provided gemspec file since its version number is incorrect.
03 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -method_source-0.8.2.ebuild:
Cleanup old.
*method_source-0.8.2-r1 (09 Oct 2013)
09 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +method_source-0.8.2-r1.ebuild:
Add ruby20 target. Original commit by Peter Wilmott in ruby-overlay.
04 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -method_source-0.8.1.ebuild,
-method_source-0.8.ebuild:
Cleanup old.
*method_source-0.8.2 (28 Jul 2013)
28 Jul 2013; Manuel Rüger <mrueg@gentoo.org> +method_source-0.8.2.ebuild:
Version bump
*method_source-0.8.1 (24 Dec 2012)
24 Dec 2012; Hans de Graaff <graaff@gentoo.org> +method_source-0.8.1.ebuild:
Version bump.
14 Nov 2012; Hans de Graaff <graaff@gentoo.org> -method_source-0.6.7.ebuild:
Remove this version again since the compatibility issues where elsewhere.
14 Nov 2012; Hans de Graaff <graaff@gentoo.org> +method_source-0.6.7.ebuild:
Add back 0.6.7 in a separate slot to satisfy dev-ruby/pry dependency.
26 Aug 2012; Hans de Graaff <graaff@gentoo.org>
-method_source-0.7.1-r1.ebuild:
Cleanup.
14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Update metadata.xml so that it's the same as most other packages.
*method_source-0.8 (06 Jul 2012)
06 Jul 2012; Hans de Graaff <graaff@gentoo.org> +method_source-0.8.ebuild:
Version bump.
06 Jul 2012; Hans de Graaff <graaff@gentoo.org> -method_source-0.6.7.ebuild,
-method_source-0.7.0.ebuild:
Remove old versions.
*method_source-0.7.1-r1 (30 Apr 2012)
30 Apr 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+method_source-0.7.1-r1.ebuild, -method_source-0.7.1.ebuild:
Fix gemspec to report the correct version.
29 Apr 2012; Thomas Kahle <tomka@gentoo.org> method_source-0.7.1.ebuild:
marked ~x86 per bug 391073
*method_source-0.7.1 (09 Apr 2012)
09 Apr 2012; Hans de Graaff <graaff@gentoo.org> +method_source-0.7.1.ebuild:
Version bump.
11 Mar 2012; Brent Baude <ranger@gentoo.org> method_source-0.7.0.ebuild:
Marking method_source-0.7.0 ~ppc64 for bug 388357
*method_source-0.7.0 (15 Jan 2012)
15 Jan 2012; Hans de Graaff <graaff@gentoo.org> +method_source-0.7.0.ebuild:
Version bump. No longer depends on ruby_parser.
28 Dec 2011; Hans de Graaff <graaff@gentoo.org> -method_source-0.6.5.ebuild,
-method_source-0.6.6.ebuild:
Remove old versions.
*method_source-0.6.7 (18 Dec 2011)
18 Dec 2011; Hans de Graaff <graaff@gentoo.org> +method_source-0.6.7.ebuild:
Version bump.
*method_source-0.6.6 (16 Oct 2011)
16 Oct 2011; Hans de Graaff <graaff@gentoo.org> +method_source-0.6.6.ebuild:
Version bump.
*method_source-0.6.5 (10 Sep 2011)
10 Sep 2011; Hans de Graaff <graaff@gentoo.org> +method_source-0.6.5.ebuild,
+metadata.xml:
Initial import. Dependency for forthcoming dev-ruby/pry.
|