diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-26 16:53:10 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-26 16:53:10 +0200 |
commit | 037108b1e4d42f097ad8e5121e38f439e22743df (patch) | |
tree | f77ee367f61535f5a69ef90554496ff6d231a0a4 /app-emacs/nxml-libvirt-schemas | |
parent | app-emacs/ocaml-mode: Remove old. (diff) | |
download | gentoo-037108b1e4d42f097ad8e5121e38f439e22743df.tar.gz gentoo-037108b1e4d42f097ad8e5121e38f439e22743df.tar.bz2 gentoo-037108b1e4d42f097ad8e5121e38f439e22743df.zip |
app-emacs/nxml-libvirt-schemas: Remove old.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/nxml-libvirt-schemas')
-rw-r--r-- | app-emacs/nxml-libvirt-schemas/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/app-emacs/nxml-libvirt-schemas/Manifest b/app-emacs/nxml-libvirt-schemas/Manifest index 0cbd469ab8bd..ee692887a736 100644 --- a/app-emacs/nxml-libvirt-schemas/Manifest +++ b/app-emacs/nxml-libvirt-schemas/Manifest @@ -1,2 +1 @@ -DIST libvirt-0.9.7.tar.gz 17853636 BLAKE2B d149fe4f095c76d003bdca1a307e588a9bd1b011b34119e90b8875837ced533caa2f05f2b9e7709d13f5af0a078fdc4779b7fc8a247f7ca04ad490b18fe728c5 SHA512 ac082f3872b37fc7aad891ba3f2a9614bdc85123b3d626fc7a2e43327a7ec346a0ec154c25161592a4337e3f694d9b27d031544190dec7d6086343f15fe9ba2d DIST libvirt-1.2.1.tar.gz 27228694 BLAKE2B 5552508f87bddbd8d2dd65a37298f7f7e7238a7ac5aeef878bd8b3c6d5ecab8f2cf6fb94c8d520312b6c6399f1e663f8d68febf2badd544020635df841f5488f SHA512 6184840623156ca01ee7f59078ebf031bc84c25b37bb110372c7bcf230a79b74e267475f989fb73db5e3c096dcc74f03cb30adfc5de022f756ed2cd6ab05bfd0 diff --git a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild b/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild deleted file mode 100644 index 9a8a326fa0db..000000000000 --- a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -#BACKPORTS= - -inherit elisp eutils - -MY_P="libvirt-${PV/_rc/-rc}" - -DESCRIPTION="Extension for nxml-mode with libvirt schemas" -HOMEPAGE="http://www.libvirt.org/" -SRC_URI="http://libvirt.org/sources/${MY_P}.tar.gz - ${BACKPORTS:+mirror://gentoo/${MY_P}-backports-${BACKPORTS}.tar.bz2}" - -# This is the license of the package, but the schema files are -# provided without license, maybe it's bad. -LICENSE="LGPL-2.1+" -SLOT="0" -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-text/trang" -RDEPEND="" - -SITEFILE="60${PN}-gentoo.el" -S="${WORKDIR}/${MY_P%-rc*}" - -src_prepare() { - if [[ -d "${WORKDIR}/patches" ]]; then - EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" \ - EPATCH_SOURCE="${WORKDIR}/patches" \ - epatch - fi -} - -src_compile() { - emake -C docs/schemas -f "${FILESDIR}/Makefile-trang" -} - -src_test() { - # No we don't need tests here... trang will take care of checking - # the well-formedness of the schema files for us - : -} - -src_install() { - insinto ${SITEETC}/${PN} - doins "${FILESDIR}/schemas.xml" docs/schemas/*.rnc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" -} |