diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-09-08 20:00:08 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-09-08 20:00:08 +0200 |
commit | 62d6e0250ebd4c172d872adb8dbc18c1ee4dda8f (patch) | |
tree | c9ee251ad553bb237fc43774d34d33f914bc5f4b /app-emacs | |
parent | app-emacs/nxml-gentoo-schemas: Version bump to 20210907 (diff) | |
download | gentoo-62d6e0250ebd4c172d872adb8dbc18c1ee4dda8f.tar.gz gentoo-62d6e0250ebd4c172d872adb8dbc18c1ee4dda8f.tar.bz2 gentoo-62d6e0250ebd4c172d872adb8dbc18c1ee4dda8f.zip |
app-emacs/nxml-gentoo-schemas: Remove old
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/nxml-gentoo-schemas/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest index 9580fe7b6fdb..493ae228d8e1 100644 --- a/app-emacs/nxml-gentoo-schemas/Manifest +++ b/app-emacs/nxml-gentoo-schemas/Manifest @@ -1,3 +1,2 @@ -DIST nxml-gentoo-schemas-20200303.tar.xz 8452 BLAKE2B bee7e3d58b03e3aaefcd09d93a9b6919ae6b4892ac09e218ac68cbbc048e28def8b49cc4c583ddad04da61d61bb76386f0c0f33e12d2c8a938447e3f590854d5 SHA512 42f8ee48e349423db156d585bdd2c1d333f69693ac541bc44f8c1d0bae412b1793e1d86fc527287225040aa9b4b791ad2922196cf750de6029b4c77eebdc62de DIST nxml-gentoo-schemas-20210314.tar.xz 8512 BLAKE2B 9219644c1a0dbc7afc78c0c4f2623d9d71bbd4f62c387eb025e001e756262107d59f739d695c172ae4ef54049b98f4c3e92bc630be39bcf2f6727d8b0ea27247 SHA512 a092f48f3fe69df0bc51b3e5dd11a6ef09f4074589ffe9872f4936548caf14554fef8cd8ab42626f621c0163a23879698ad12a0818b52cc4b4a4f384a98afd6c DIST nxml-gentoo-schemas-20210907.tar.xz 8940 BLAKE2B e1965847d0723c453a11d2522436eb8bd017eb6147b50fe900105f05b74a47fbd91fe94c3a0af41de313480dd0a5a98d51b8b45be1bd27d160f32be8bbcd75f4 SHA512 4defdc0061940fc7dd285c958ec812a7110bb2d7370bd74ceef396e2873d488c78843395bb0e2c122b6ad959cffe5a555c9f96446aef90fc37b3db135477e8aa diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild deleted file mode 100644 index 949349df0449..000000000000 --- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp - -DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas" -HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/" -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" - -LICENSE="HPND MIT GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86" - -SITEFILE="60${PN}-gentoo.el" - -src_compile() { :; } - -src_install() { - insinto "${SITEETC}/${PN}" - doins schemas.xml *.rnc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" -} |