summaryrefslogtreecommitdiff
blob: f71f0f4db0ae1a60f5aa6131705fc58d760c829a (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
# ChangeLog for dev-lang/dmd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

*dmd-2.062 (22 Feb 2013)

  22 Feb 2013; Marco Leise (mleise) <marco.leise@gmx.de> -dmd-2.059.ebuild,
  -files/2.059-issue-7911.patch,
  -files/2.059-outOfMemoryError-undeprecation.patch,
  -files/2.059-std-path-sep-deprecation.patch, -files/dmd-2.059-makefile.patch,
  +dmd-2.062.ebuild, +files/dmd-2.062-makefile.patch,
  -files/2.059-issue-7907.patch, -files/2.059-issue-7922.patch:
  Bump to 2.062. Keeping some older versions in case of regressions.

*dmd-2.061 (23 Jan 2013)

  23 Jan 2013; Marco Leise (mleise) <marco.leise@gmx.de> -dmd-2.058.ebuild,
  -files/dmd-2.058-makefile.patch, +dmd-2.061.ebuild,
  +files/dmd-2.061-makefile.patch:
  Version bump to 2.061. Keeping two previous versions in case of regressions.

*dmd-2.060 (12 Jan 2013)

  12 Jan 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> dmd-2.060.ebuild:
  USE mirror:// instead of direct URL

*dmd-2.060 (02 Aug 2012)

  02 Aug 2012; Marco Leise (mleise) <marco.leise@gmx.de> -dmd-2.057.ebuild,
  -files/dmd-2.057-makefile.patch, +dmd-2.060.ebuild,
  +files/dmd-2.060-makefile.patch:
  Version bump; kept 2 older versions in case of regressions; URL changes
  (homepage and download)

*dmd-2.059 (21 Apr 2012)

  21 Apr 2012; Marco Leise (mleise) <marco.leise@gmx.de> -dmd-2.056.ebuild,
  -files/dmd-2.056-makefile.patch, +dmd-2.059.ebuild,
  +files/dmd-2.059-makefile.patch, +files/2.059-issue-7907.patch,
  +files/2.059-issue-7911.patch,
  +files/2.059-outOfMemoryError-undeprecation.patch,
  +files/2.059-issue-7922.patch, +files/2.059-std-path-sep-deprecation.patch,
  -Manifest.edited:
  version bump to dmd-2.059; keeping last 3 versions, until dmd2 is stable
  enough

  16 Feb 2012; Marco Leise (mleise) <marco.leise@gmx.de>
  files/dmd-2.058-makefile.patch:
  cleaned up patch file

*dmd-2.058 (16 Feb 2012)

  16 Feb 2012; Marco Leise (mleise) <marco.leise@gmx.de> -dmd-2.055-r1.ebuild,
  -files/dmd-2.055-makefile.patch, +dmd-2.058.ebuild,
  +files/dmd-2.058-makefile.patch, +Manifest.edited, metadata.xml:
  version bump; changed to new upstream way of compiling 32-bit and 64-bit in
  one source tree; optionally installs pre-compiled, bundled tools

*dmd-1.066 (23 Dec 2011)

  23 Dec 2011; hasufell <julian.ospald@googlemail.com> +dmd-1.066.ebuild,
  +files/dmd-1.066-makefile.patch, +files/slot-compat.patch,
  +files/stackelf.patch, metadata.xml:
  New Ebuild for bug 395415

  19 Dec 2011; Marco Leise <marco.leise@gmx.de> -dmd-2.054-r1.ebuild,
  -files/dmd-2.054-makefile.patch, -files/dmd-2.054-no-execstack.patch,
  +dmd-2.057.ebuild, +files/dmd-2.057-makefile.patch, files/dmd.bashcomp:
  version bump to 2.057

  30 Oct 2011; Marco Leise <marco.leise@gmx.de> -dmd-2.054.ebuild,
  +dmd-2.054-r1.ebuild, -dmd-2.055.ebuild, +dmd-2.055-r1.ebuild,
  +dmd-2.056.ebuild, +files/dmd-2.056-makefile.patch, files/dmd.bashcomp:
  Version bump for DMD and use of bashcompletion-r1

  14 Sep 2011; Marco Leise (mleise) <marco.leise@gmx.de>
  files/dmd-2.054-makefile.patch, +dmd-2.055.ebuild,
  +files/dmd-2.055-makefile.patch:
  Version bump and removal of no-execstack patch.

  06 Sep 2011; Marco Leise (mleise) <marco.leise@gmx.de> +dmd-2.054.ebuild,
  +files/dmd-2.054-makefile.patch, +files/dmd-2.054-no-execstack.patch,
  +files/dmd.bashcomp, +metadata.xml:
  New Ebuild for bug 376519, builds dmd from source, 64-bit support. Thanks to
  kahrl for the patch regarding the QA notices about executable stacks!
  Reviewed by: binki, mgorny, Tommy