summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-09 17:42:45 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-09 17:42:45 +0000
commit5bc5530754fa60720e2f2c6431d01a6d6288b9d9 (patch)
treec5ac4ee13e6943525673ec9ecc14e34bc119de52 /dev-scheme
parentUpdating remote-id in metadata.xml (diff)
downloadgentoo-2-5bc5530754fa60720e2f2c6431d01a6d6288b9d9.tar.gz
gentoo-2-5bc5530754fa60720e2f2c6431d01a6d6288b9d9.tar.bz2
gentoo-2-5bc5530754fa60720e2f2c6431d01a6d6288b9d9.zip
Updating remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-scheme')
-rw-r--r--dev-scheme/tinyscheme/ChangeLog7
-rw-r--r--dev-scheme/tinyscheme/metadata.xml3
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-scheme/tinyscheme/ChangeLog b/dev-scheme/tinyscheme/ChangeLog
index 1133da59682c..53e798ba3225 100644
--- a/dev-scheme/tinyscheme/ChangeLog
+++ b/dev-scheme/tinyscheme/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-scheme/tinyscheme
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/tinyscheme/ChangeLog,v 1.17 2014/03/24 15:02:25 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/tinyscheme/ChangeLog,v 1.18 2015/06/09 17:42:45 jlec Exp $
+
+ 09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Updating remote-id in metadata.xml
24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> tinyscheme-1.41.ebuild:
Stable for ppc, wrt bug #323263
diff --git a/dev-scheme/tinyscheme/metadata.xml b/dev-scheme/tinyscheme/metadata.xml
index b6923767f6fa..b60f12cff3b7 100644
--- a/dev-scheme/tinyscheme/metadata.xml
+++ b/dev-scheme/tinyscheme/metadata.xml
@@ -5,4 +5,7 @@
<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>
+ <upstream>
+ <remote-id type="sourceforge">tinyscheme</remote-id>
+ </upstream>
</pkgmetadata>