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
96
97
98
99
|
# ChangeLog for dev-lang/regina-rexx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/ChangeLog,v 1.25 2012/04/25 16:23:40 jlec Exp $
25 Apr 2012; Justin Lecher <jlec@gentoo.org> regina-rexx-3.3.ebuild,
regina-rexx-3.4.ebuild:
Drop unnessecary die
23 Jul 2009; Víctor Ostorga <vostorga@gentoo.org> regina-rexx-3.3.ebuild,
regina-rexx-3.4.ebuild:
Respecting CC variable, closes bug #243884
24 Jun 2008; Jeremy Olexa <darkside@gentoo.org> -regina-rexx-3.0.1.ebuild:
Remove old version, newer version marked stable on all existing ARCHs
*regina-rexx-3.4 (24 Jun 2008)
24 Jun 2008; Jeremy Olexa <darkside@gentoo.org> +regina-rexx-3.4.ebuild:
Version bump, bug #214524. Removed un-needed eautoreconf line because it
wasn't needed. Dropped stable kws to ~ARCH.
18 Jun 2008; Jeremy Olexa <darkside@gentoo.org> regina-rexx-3.0.1.ebuild,
regina-rexx-3.3.ebuild:
Minor QA & eautoconf -> eautoreconf. bug #226551
21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.
02 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
regina-rexx-3.3.ebuild:
fix shebang line in example scripts, x86 stable, bug 200973
13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
regina-rexx-3.3.ebuild:
ppc. stable
02 Aug 2007; Ferris McCormick <fmccor@gentoo.org> regina-rexx-3.3.ebuild:
Stable for sparc.
28 Apr 2007; Sven Wegener <swegener@gentoo.org> regina-rexx-3.0.1.ebuild:
Fix *initd, *confd and *envd calls (#17388, #174266)
06 Feb 2007; Marius Mauch <genone@gentoo.org> regina-rexx-3.0.1.ebuild,
regina-rexx-3.3.ebuild:
Replacing einfo with elog
18 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org>
regina-rexx-3.3.ebuild:
Fix autotools usage; thanks to Ali Polatel for the fixed ebuild; bug 158392
10 Jul 2005; Sven Wegener <swegener@gentoo.org> regina-rexx-3.0.1.ebuild,
regina-rexx-3.3.ebuild:
QA: Removed 'emake || make || die' and variants. Either a package is
parallel build safe or it is not. There's nothing like trying and falling
back.
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
regina-rexx-3.0.1.ebuild:
Stable on ppc.
29 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> regina-rexx-3.3.ebuild:
added ~amd64 to KEYWORDS, fixes #73948
16 Oct 2004; Guy Martin <gmsoft@gentoo.org> regina-rexx-3.3.ebuild:
Stable on hppa.
*regina-rexx-3.3 (17 May 2004)
17 May 2004; David Holm <dholm@gentoo.org> +metadata.xml,
+regina-rexx-3.3.ebuild:
Version bumped, and added to ~ppc.
26 Apr 2004; Aron Griffis <agriffis@gentoo.org> regina-rexx-3.0.1.ebuild:
Add die following econf for bug 48950
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*regina-rexx-3.0.1 (19 Jul 2002)
07 Nov 2002; Seemant Kulleen <seemant@gentoo.org> regina-rexx-3.0.1.ebuild :
Added app-arch/unzip to DEPEND to close bug #10382 by:
gaffesevens@cswebmail.com (Geoff Stevens). Also changed syntax to use
econf and einstall.
19 Jul 2002; George Shapovalov <george@gentoo.org> regina-rexx-3.0.1.ebuild, files/rxstack, files/digest-regina-rexx-3.0.1 :
Initial release
Regina is a Rexx interpreter that has been ported to most Unix platforms (Linux,
FreeBSD, Solaris, AIX, HP-UX, etc.) and also to OS/2, eCS, DOS,
Win9x/Me/NT/2k/XP, Amiga, QNX, BeOS, MacOS X, EPOC32, AtheOS, OpenVMS and
OpenEdition. Rexx is a programming language that was designed to be easy to use
for inexperienced programmers yet powerful enough for experienced users. It is
also a language ideally suited as a macro language for other applications.
ebuild submitted by Maik Schreiber <bZ@iq-computing.de>
|