summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-09 17:40:14 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-09 17:40:14 +0000
commitbcb43d46bd221e16d501a28528371080ac53b3de (patch)
treeee96b70ca943bdbbd3e55af7308413c1c99f1e4b /dev-scheme
parentUpdating remote-id in metadata.xml (diff)
downloadgentoo-2-bcb43d46bd221e16d501a28528371080ac53b3de.tar.gz
gentoo-2-bcb43d46bd221e16d501a28528371080ac53b3de.tar.bz2
gentoo-2-bcb43d46bd221e16d501a28528371080ac53b3de.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/schemik/ChangeLog8
-rw-r--r--dev-scheme/schemik/metadata.xml8
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-scheme/schemik/ChangeLog b/dev-scheme/schemik/ChangeLog
index 8075b214362e..886344f475c0 100644
--- a/dev-scheme/schemik/ChangeLog
+++ b/dev-scheme/schemik/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-scheme/schemik
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/schemik/ChangeLog,v 1.3 2011/11/24 12:49:00 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/schemik/ChangeLog,v 1.4 2015/06/09 17:40:14 jlec Exp $
+
+ 09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Updating remote-id in metadata.xml
24 Nov 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #290906
@@ -14,4 +17,3 @@
05 Jul 2010; Tomas Touceda <chiiph@gentoo.org> +schemik-1.2.40.0.ebuild,
+metadata.xml:
Schemik initial commit. Thanks to Petr Pisar for the ebuild
-
diff --git a/dev-scheme/schemik/metadata.xml b/dev-scheme/schemik/metadata.xml
index 14be7583aef3..a87597a84f29 100644
--- a/dev-scheme/schemik/metadata.xml
+++ b/dev-scheme/schemik/metadata.xml
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>scheme</herd>
-<longdescription lang="en">
+ <herd>scheme</herd>
+ <longdescription lang="en">
Schemik is a high-level lexically-scoped implicitly-parallel dialect of
Scheme and Common LISP, this means the parallel execution of programs is
done independently of the programmer and each program written in Schemik
always produces the same results no matter which parts of the program are
executed simultaneously.
</longdescription>
+ <upstream>
+ <remote-id type="sourceforge">schemik</remote-id>
+ </upstream>
</pkgmetadata>
-