diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-02 12:30:31 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-02 12:30:31 +0000 |
commit | 17d98ad4fa977c832f10dc8d54a02bd766214e9d (patch) | |
tree | 73407a47e8bc58e349b273c630205a6e9234d4aa /dev-scheme | |
parent | Migrate to distutils-r1. (diff) | |
download | gentoo-2-17d98ad4fa977c832f10dc8d54a02bd766214e9d.tar.gz gentoo-2-17d98ad4fa977c832f10dc8d54a02bd766214e9d.tar.bz2 gentoo-2-17d98ad4fa977c832f10dc8d54a02bd766214e9d.zip |
Cleanup up due #154183
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/tinyscheme/ChangeLog | 8 | ||||
-rw-r--r-- | dev-scheme/tinyscheme/metadata.xml | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-scheme/tinyscheme/ChangeLog b/dev-scheme/tinyscheme/ChangeLog index e4dce2bc6bc5..8cc65df52549 100644 --- a/dev-scheme/tinyscheme/ChangeLog +++ b/dev-scheme/tinyscheme/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-scheme/tinyscheme -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/tinyscheme/ChangeLog,v 1.11 2011/11/30 14:51:15 grobian Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/tinyscheme/ChangeLog,v 1.12 2013/02/02 12:30:31 pacho Exp $ + + 02 Feb 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: + Cleanup up due #154183 30 Nov 2011; Fabian Groffen <grobian@gentoo.org> tinyscheme-1.40.ebuild: Fix build for Darwin, fix for Prefix, marked ~ppc-macos and ~x64-macos, bug @@ -52,4 +55,3 @@ 11 Jan 2007; Marijn Schouten <hkBst@gentoo.org> +tinyscheme-1.37.ebuild: Initial ebuild. Thanks to Jonas Geiregat <yux@sdf-eu.org> - diff --git a/dev-scheme/tinyscheme/metadata.xml b/dev-scheme/tinyscheme/metadata.xml index 8f9e06d3e505..f1180c1adbcd 100644 --- a/dev-scheme/tinyscheme/metadata.xml +++ b/dev-scheme/tinyscheme/metadata.xml @@ -2,10 +2,6 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>scheme</herd> - <maintainer> - <email>hkBst@gentoo.org</email> - <name>Marijn Schouten</name> - </maintainer> <longdescription lang="en"> TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as was possible without getting very large and complicated. It is meant to be used as an embedded scripting interpreter for other programs. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. A lot of functionality in TinyScheme is included conditionally, to allow developers freedom in balancing features and footprint. </longdescription> |