summaryrefslogtreecommitdiff
blob: dfa18fe17c0c73724c8004b62c83b7b53cb584cc (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
# ChangeLog for app-shells/scsh
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/ChangeLog,v 1.22 2006/11/07 07:16:53 opfer Exp $

  07 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
  +files/0.6.7-Makefile.in-doc-dir-gentoo.patch, scsh-0.6.7.ebuild:
  recreated Makefile patch to install into the correct directory for version
  0.6.7

  07 Nov 2006; Joshua Jackson <tsunam@gentoo.org> scsh-0.6.7.ebuild:
  Stable x86; bug #151376

*scsh-0.6.7 (31 Aug 2006)

  31 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org> -scsh-0.6.1-r1.ebuild,
  -scsh-0.6.3.ebuild, -scsh-0.6.4.ebuild, -scsh-0.6.5.ebuild,
  +scsh-0.6.7.ebuild:
  New upstream version; Remove old ebuilds; Hard mask amd64 -- there is no
  64-bit support for now.

  05 Jan 2006; Matthew Kennedy <mkennedy@gentoo.org> scsh-0.6.6.ebuild:
  Synchronize with recent scsh.eclass changes.

  03 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> scsh-0.6.6.ebuild:
  Stable on ppc.

  31 Aug 2005; Christian Birchinger <joker@gentoo.org> scsh-0.6.6.ebuild:
  Added sparc stable keyword

  19 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> scsh-0.6.6.ebuild:
  Readded ~ppc. Don't drop keywords, please.

  11 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> scsh-0.6.6.ebuild:
  Back to ~sparc since the maintainer dropped it

*scsh-0.6.6 (09 Aug 2005)

  09 Aug 2005; Matthew Kennedy <mkennedy@gentoo.org>
  +files/0.6.6-Makefile.in-doc-dir-gentoo.patch, +scsh-0.6.6.ebuild:
  New upstream; First SCSH port to use the SCSH eclass; Resolves Bug #58564;
  Ebuild and eclass (scsh.eclass) contibuted by Johannes Brügmann and Dominik
  Brugger

*scsh-0.6.5 (26 Feb 2004)

  26 Feb 2004; <mkennedy@gentoo.org> metadata.xml, scsh-0.6.5.ebuild:
  New upstream; new metadata.xml; use new DESTDIR support

*scsh-0.6.4 (15 Apr 2003)

  15 Apr 2003; Matthew Kennedy <mkennedy@gentoo.org> scsh-0.6.4.ebuild:
  minor version bump

*scsh-0.6.3 (15 Mar 2003)

  15 Mar 2003; Matthew Kennedy <mkennedy@gentoo.org> scsh-0.6.3.ebuild:
  Minor version bump. Moved from /bin to /usr/bin. Documentation fix.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*scsh-0.6.1-r1 (12 Jul 2002)

  28 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> scsh-0.6.1-r1 :

  Added ppc to KEYWORDS.

  12 Jul 2002; Seemant Kulleen <seemant@gentoo.org> scsh-0.6.1-r1 :

  Man page edited to remove ${D} and repoman fixes. Also, the license is
  just as-is or BSD.

*scsh-0.6.1-r1 ( 6 Mar 2002 )

  6 Mar 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ChangeLog scsh-0.6.1-r1 files/digest-scsh-0.6.1-r1:

  Fixed a bug where scsh.1 was installed in /usr/share/man instead of 
  /usr/share/man/man1.

*scsh-0.6.0 ( 25 Feb 2002 )

  25 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ChangeLog scsh-0.6.0 files/digest-scsh-0.6.0:

  Scsh is a Unix shell embedded in Scheme. It provides full access to POSIX as
  well as extensions common to most Unix implementations. Scsh also features 
  many abstractions to ease system programming: process abstraction, 
  event-based interrupt handling, sophisticated I/O support and enables 
  concurrent system programming.

  Ebuild contributed by Matthew Kennedy <mbkennedy@ieee.org>.