summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-01 13:53:53 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-01 14:02:01 +0200
commit5bbc94a101b8e608a29bc0680fdbfd095e8bc383 (patch)
treeff452308cb1c2a3fafe350099c567b8365c37c08 /dev-lang/nasm
parentdev-python/pysnmp: Fix utf-8 japaneses text (diff)
downloadgentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.gz
gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.bz2
gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.zip
Add missing remote-id type=sourceforge
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-lang/nasm')
-rw-r--r--dev-lang/nasm/metadata.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/dev-lang/nasm/metadata.xml b/dev-lang/nasm/metadata.xml
index a648b4a6e51f..ebc02cb6bf0a 100644
--- a/dev-lang/nasm/metadata.xml
+++ b/dev-lang/nasm/metadata.xml
@@ -1,16 +1,19 @@
-<?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>
-<maintainer>
- <email>mr_bones_@gentoo.org</email>
- <name>Michael Sterrett</name>
-</maintainer>
-<longdescription>
+ <maintainer>
+ <email>mr_bones_@gentoo.org</email>
+ <name>Michael Sterrett</name>
+ </maintainer>
+ <longdescription>
The Netwide Assembler, NASM, is an 80x86 assembler designed for portability
and modularity. It supports a range of object file formats, including Linux
and NetBSD/FreeBSD a.out, ELF, COFF, Microsoft 16-bit OBJ and Win32. It
will also output plain binary files. Its syntax is designed to be simple
and easy to understand, similar to Intel's but less complex. It supports
Pentium, P6, MMX, 3DNow!, SSE and SSE2 opcodes, and has macro capability.
-</longdescription>
+ </longdescription>
+ <upstream>
+ <remote-id type="sourceforge">nasm</remote-id>
+ </upstream>
</pkgmetadata>