diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-03 00:26:10 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-03 00:41:01 +0200 |
commit | 4757ba7ffff4936c778e076ef9ce308ca2504ddb (patch) | |
tree | 5ad14a3aa7b21c57ae769817cf8e41543b5c4a16 /app-emacs/nxml-svg-schemas | |
parent | app-emacs/boxquote: Remove old. (diff) | |
download | gentoo-4757ba7ffff4936c778e076ef9ce308ca2504ddb.tar.gz gentoo-4757ba7ffff4936c778e076ef9ce308ca2504ddb.tar.bz2 gentoo-4757ba7ffff4936c778e076ef9ce308ca2504ddb.zip |
app-emacs/nxml-svg-schemas: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/nxml-svg-schemas')
-rw-r--r-- | app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild b/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild deleted file mode 100644 index 5180d7bed52f..000000000000 --- a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -DESCRIPTION="Extension for nxml-mode with SVG 1.1 schemas" -HOMEPAGE="http://www.w3.org/TR/SVG11/" -# original SRC_URI is http://www.w3.org/Graphics/SVG/1.1/rng/rng.zip -# but since it's unversioned, I versioned it and got it locally. -SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/w3c-svg-rng-${PV}.zip" - -LICENSE="HPND" -# In a future we might have 1.2 schemas too, but for now we can only -# install this one anyway because the schemas.xml syntax is not -# sophisticated enough. -SLOT="1.1" -KEYWORDS="amd64 ~x86" - -# Yes this requires Java, but I'd rather not repackage this, if you -# know something better in C, I'll be glad to use that. -DEPEND=" - app-arch/unzip - app-text/trang" -RDEPEND="" - -S="${WORKDIR}" -SITEFILE="60${PN}-gentoo.el" - -src_prepare() { - # we don't need the doctype for our work - sed -i -e '/DOCTYPE grammar/d' *.rng || die "sed failed" -} - -src_compile() { - emake -f "${FILESDIR}/Makefile-trang" -} - -src_install() { - insinto "${SITEETC}/${PN}" - doins "${FILESDIR}/schemas.xml" *.rnc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" -} |