summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-29 11:15:53 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-29 12:16:39 +0200
commited074278feb044eda417d418f3b964e8ad5906f8 (patch)
treec36ec2840e7b3c823819e991991777c0b15dc804
parentnet-wireless/multimode: Fix DoublePrefixInPath (diff)
downloadgentoo-ed074278.tar.gz
gentoo-ed074278.tar.bz2
gentoo-ed074278.zip
app-emacs/nxml-docbook5-schemas: Use upstream version for the ebuild.
Update HOMEPAGE and SRC_URI. Bump EAPI to 7. Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/nxml-docbook5-schemas/Manifest2
-rw-r--r--app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-5.0.ebuild (renamed from app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild)11
2 files changed, 7 insertions, 6 deletions
diff --git a/app-emacs/nxml-docbook5-schemas/Manifest b/app-emacs/nxml-docbook5-schemas/Manifest
index f4c322379bb2..c8eb049bed19 100644
--- a/app-emacs/nxml-docbook5-schemas/Manifest
+++ b/app-emacs/nxml-docbook5-schemas/Manifest
@@ -1 +1 @@
-DIST docbookxi.rnc 292523 BLAKE2B 13ae2f3756485845e2fc6dca87bce5eb12c419c84b6edaab5051b075700387c32904f54286756c5fed2480c17af00e385845105a94b13ced9fe13ba959e22224 SHA512 13309beb2dbf76168889a962782d3dd1849fb254ebf1941ffd4fcfc272353ba0ddece509a9b74250462b3e1eff12f31fc408aa790e0efea01d527482b3fa3a48
+DIST docbookxi-5.0.rnc 292523 BLAKE2B 13ae2f3756485845e2fc6dca87bce5eb12c419c84b6edaab5051b075700387c32904f54286756c5fed2480c17af00e385845105a94b13ced9fe13ba959e22224 SHA512 13309beb2dbf76168889a962782d3dd1849fb254ebf1941ffd4fcfc272353ba0ddece509a9b74250462b3e1eff12f31fc408aa790e0efea01d527482b3fa3a48
diff --git a/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild b/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-5.0.ebuild
index c136f7675203..946c21d0a832 100644
--- a/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild
+++ b/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-5.0.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit elisp
DESCRIPTION="Add support for DocBook 5 schemas to NXML"
-HOMEPAGE="http://www.docbook.org/schemas/5x.html"
-SRC_URI="http://www.docbook.org/xml/5.0/rng/docbookxi.rnc"
+HOMEPAGE="https://docbook.org/schemas/5x.html"
+SRC_URI="https://docbook.org/xml/${PV}/rng/docbookxi.rnc -> docbookxi-${PV}.rnc"
LICENSE="HPND"
SLOT="0"
@@ -22,6 +22,7 @@ src_compile() { :; }
src_install() {
insinto ${SITEETC}/${PN}
- doins "${FILESDIR}"/schemas.xml "${DISTDIR}"/docbookxi.rnc
+ doins "${FILESDIR}"/schemas.xml
+ newins "${DISTDIR}"/docbookxi-${PV}.rnc docbookxi.rnc
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
}