From 221c43ad9b8b4fbf868f24bf3b48787f610c203f Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 8 Nov 2015 19:28:03 -0800 Subject: Initial commit. This repo contains all of the ChangeLogs copied over from CVS, at the exact time of the Git migration. The purpose of this repo is to populate the rsync-distributed tree with old ChangeLogs that cannot be generated from Git. Signed-off-by: Robin H. Johnson --- app-shells/scsh/ChangeLog | 128 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 app-shells/scsh/ChangeLog (limited to 'app-shells/scsh') diff --git a/app-shells/scsh/ChangeLog b/app-shells/scsh/ChangeLog new file mode 100644 index 00000000..f0439f11 --- /dev/null +++ b/app-shells/scsh/ChangeLog @@ -0,0 +1,128 @@ +# ChangeLog for app-shells/scsh +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/ChangeLog,v 1.32 2012/11/24 14:16:37 ulm Exp $ + + 24 Nov 2012; Ulrich Müller scsh-0.6.7.ebuild, + scsh-0.6.7-r1.ebuild: + Fix LICENSE, 3-clause BSD license according to COPYING in tarball. + + 29 Nov 2010; Marijn Schouten -scsh-0.6.6.ebuild, + metadata.xml: + remove broken version 0.6.6 to fix bug 206019 + +*scsh-0.6.7-r1 (12 Aug 2010) + + 12 Aug 2010; Markos Chandras + +files/0.6.7-Makefile.in-LDFLAGS.patch, +scsh-0.6.7-r1.ebuild, + +files/0.6.7-Missing-includes.patch: + Respect LDFLAGS. Add missing includes. Bug #331813. Thanks to Cyprien + Nicolas for the patch + + 28 Mar 2009; Vadim Kuznetsov vadimk@gentoo.org scsh-0.6.7.ebuild: + Bug 234691. Using multilib_toolchain_setup to enable amd64 + + 03 Aug 2008; Panagiotis Christopoulos + scsh-0.6.6.ebuild, scsh-0.6.7.ebuild: + Add missing IUSE variable in ebuilds and fix typos + + 03 Aug 2008; Ulrich Mueller metadata.xml: + Add USE flag description to metadata wrt GLEP 56. + + 19 Mar 2007; Bryan Østergaard metadata.xml: + Remove mkennedy from metadata.xml due to retirement. + + 21 Feb 2007; Piotr Jaroszyński ChangeLog: + Transition to Manifest2. + + 01 Dec 2006; Tobias Scherbaum scsh-0.6.7.ebuild: + ppc stable, bug #151376 + + 15 Nov 2006; Gustavo Zacarias scsh-0.6.7.ebuild: + Stable on sparc + + 07 Nov 2006; Christian Faulhammer + +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 scsh-0.6.7.ebuild: + Stable x86; bug #151376 + +*scsh-0.6.7 (31 Aug 2006) + + 31 Aug 2006; Matthew Kennedy -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 scsh-0.6.6.ebuild: + Synchronize with recent scsh.eclass changes. + + 03 Sep 2005; Michael Hanselmann scsh-0.6.6.ebuild: + Stable on ppc. + + 31 Aug 2005; Christian Birchinger scsh-0.6.6.ebuild: + Added sparc stable keyword + + 19 Aug 2005; Michael Hanselmann scsh-0.6.6.ebuild: + Readded ~ppc. Don't drop keywords, please. + + 11 Aug 2005; Gustavo Zacarias 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 + +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; 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 scsh-0.6.4.ebuild: + minor version bump + +*scsh-0.6.3 (15 Mar 2003) + + 15 Mar 2003; Matthew Kennedy scsh-0.6.3.ebuild: + Minor version bump. Moved from /bin to /usr/bin. Documentation fix. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*scsh-0.6.1-r1 (12 Jul 2002) + + 28 Jul 2002; Calum Selkirk scsh-0.6.1-r1 : + + Added ppc to KEYWORDS. + + 12 Jul 2002; Seemant Kulleen 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 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 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 . + -- cgit v1.2.3-65-gdbad