aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-02-28 20:43:47 +0000
committerJustin Lecher <jlec@gentoo.org>2017-02-28 20:55:03 +0000
commitb4a51babf52423fdbde71be920497a04772e1f01 (patch)
treec43a18313bf5830abaf3e34bf8598dbae19fe1ea
parentsci-astronomy/starlink-bin: QA fixes (diff)
downloadsci-b4a51babf52423fdbde71be920497a04772e1f01.tar.gz
sci-b4a51babf52423fdbde71be920497a04772e1f01.tar.bz2
sci-b4a51babf52423fdbde71be920497a04772e1f01.zip
dev-libs/mxml: QA fixes
Bump to EAPI=6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--dev-libs/mxml/metadata.xml22
-rw-r--r--dev-libs/mxml/mxml-2.9.ebuild4
2 files changed, 13 insertions, 13 deletions
diff --git a/dev-libs/mxml/metadata.xml b/dev-libs/mxml/metadata.xml
index e769ed6a9..497c900f1 100644
--- a/dev-libs/mxml/metadata.xml
+++ b/dev-libs/mxml/metadata.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>cjk34@cam.ac.uk</email>
- <name>Chris Kerr</name>
- <description>I don't develop this software, I'm just a Gentoo user who
+ <maintainer type="person">
+ <email>cjk34@cam.ac.uk</email>
+ <name>Chris Kerr</name>
+ <description>I don't develop this software, I'm just a Gentoo user who
wanted to install it</description>
-</maintainer>
-<maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
-</maintainer>
-<longdescription>Mini-XML is a lightweight, ultra-portable XML library
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription>Mini-XML is a lightweight, ultra-portable XML library
that requires only an ANSI C compiler and a 'make' program.</longdescription>
-<use/>
+ <use/>
</pkgmetadata>
diff --git a/dev-libs/mxml/mxml-2.9.ebuild b/dev-libs/mxml/mxml-2.9.ebuild
index b687090e8..e777a215f 100644
--- a/dev-libs/mxml/mxml-2.9.ebuild
+++ b/dev-libs/mxml/mxml-2.9.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-DESCRIPTION="Mini-XML: A lightweight ANSI C XML library"
+DESCRIPTION="A lightweight ANSI C XML library"
HOMEPAGE="http://www.msweet.org/projects.php?Z3"
SRC_URI="http://www.msweet.org/files/project3/${P}.tar.gz"