diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-07 13:07:12 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-07 13:07:12 +0100 |
commit | 96f8613232c947dcd991c48622e7e545bbcfddd4 (patch) | |
tree | b85fe1f312ab8692816528e4e096a25a70abb9d3 /dev-lisp | |
parent | Merge remote-tracking branch 'remotes/sbraz/nzbget' (diff) | |
download | gentoo-96f8613232c947dcd991c48622e7e545bbcfddd4.tar.gz gentoo-96f8613232c947dcd991c48622e7e545bbcfddd4.tar.bz2 gentoo-96f8613232c947dcd991c48622e7e545bbcfddd4.zip |
Update remote-ids in metadata.xml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-ppcre-unicode/metadata.xml | 7 | ||||
-rw-r--r-- | dev-lisp/cl-ppcre/metadata.xml | 12 | ||||
-rw-r--r-- | dev-lisp/cl-unicode/metadata.xml | 5 | ||||
-rw-r--r-- | dev-lisp/flexi-streams/metadata.xml | 5 |
4 files changed, 20 insertions, 9 deletions
diff --git a/dev-lisp/cl-ppcre-unicode/metadata.xml b/dev-lisp/cl-ppcre-unicode/metadata.xml index a1563ab58b8b..b2ce1c4d5197 100644 --- a/dev-lisp/cl-ppcre-unicode/metadata.xml +++ b/dev-lisp/cl-ppcre-unicode/metadata.xml @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>common-lisp</herd> + <herd>common-lisp</herd> <longdescription> CL-PPCRE is a portable regular expression library for Common Lisp which has the following features: @@ -13,4 +13,7 @@ * includes convenience features * well-documented. </longdescription> + <upstream> + <remote-id type="github">edicl/cl-ppcre</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-lisp/cl-ppcre/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml index fdb08d91fa3a..d7a0a16fdb9e 100644 --- a/dev-lisp/cl-ppcre/metadata.xml +++ b/dev-lisp/cl-ppcre/metadata.xml @@ -1,8 +1,8 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>common-lisp</herd> -<longdescription> + <herd>common-lisp</herd> + <longdescription> CL-PPCRE is a portable regular expression library for Common Lisp which has the following features: @@ -12,6 +12,8 @@ which has the following features: * thread-safe * includes convenience features * well-documented. - -</longdescription> + </longdescription> + <upstream> + <remote-id type="github">edicl/cl-ppcre</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-lisp/cl-unicode/metadata.xml b/dev-lisp/cl-unicode/metadata.xml index 433fe2c0fcdf..4b20b690e604 100644 --- a/dev-lisp/cl-unicode/metadata.xml +++ b/dev-lisp/cl-unicode/metadata.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>common-lisp</herd> @@ -11,4 +11,7 @@ with one that is Unicode-aware and is used to enhance CL-PPCRE with Unicode properties. </longdescription> + <upstream> + <remote-id type="github">edicl/cl-unicode</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-lisp/flexi-streams/metadata.xml b/dev-lisp/flexi-streams/metadata.xml index 417d4b8ab72a..6523f99a4b20 100644 --- a/dev-lisp/flexi-streams/metadata.xml +++ b/dev-lisp/flexi-streams/metadata.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>common-lisp</herd> @@ -9,4 +9,7 @@ encodings which can be changed on the fly. It also supplies in-memory binary streams which are similar to string streams. </longdescription> + <upstream> + <remote-id type="github">edicl/flexi-streams</remote-id> + </upstream> </pkgmetadata> |