diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-xemacs/xemacs-ispell | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-xemacs/xemacs-ispell')
-rw-r--r-- | app-xemacs/xemacs-ispell/Manifest | 3 | ||||
-rw-r--r-- | app-xemacs/xemacs-ispell/metadata.xml | 8 | ||||
-rw-r--r-- | app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild | 17 |
3 files changed, 0 insertions, 28 deletions
diff --git a/app-xemacs/xemacs-ispell/Manifest b/app-xemacs/xemacs-ispell/Manifest deleted file mode 100644 index 96fe079bd1fd..000000000000 --- a/app-xemacs/xemacs-ispell/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ispell-1.32-pkg.tar.gz 83587 BLAKE2B 80c65a5bb22711c6690ddef1213d60b5f6cca8d5fe342267e931294a10a976c9f3a50e6ba2d539720e460a25779363c954aac37b4c413741784251849fce0785 SHA512 02108c33e5611ecd4ce6c574fcb12a93d3c8753079925c624ae3b155a6b13efaef581c468e311e7aa1f85e0a032cebf2a466ce8e5a9647be0b748251c3dfc070 -EBUILD xemacs-ispell-1.32.ebuild 371 BLAKE2B 8952fd46aed549fb8a0f852a76fcdadf0feeb9994dc4b16e710e9b1b6356df503c7b38ddcd905602810dc5846bf398b4d804ed58dbb59951d6747269da676021 SHA512 bcdad13ea3de590438808801a454c7c948e2fe489e50431f9510682dfbae3638879951a5500ee5a58c6fbe6e84437a7c99149691f41f2d87bf82c68422ffc6d0 -MISC metadata.xml 261 BLAKE2B 2bc0ee46f3970104b4897908fe0ed8532badcb765971ce704f7d2b06e3556a066f0ca41c2a60e7612352167338ff88e579c89be7ff229de9d8722aef3ca9ca05 SHA512 02e04fab2304da6c05c55b2aeb44563d99a7a6db37ada15993575509ed47fc7f4eb97b6a03fd30535aeb5e30f57ee908917b9c25841fd3619914360b0629f20a diff --git a/app-xemacs/xemacs-ispell/metadata.xml b/app-xemacs/xemacs-ispell/metadata.xml deleted file mode 100644 index c7dd5514fddf..000000000000 --- a/app-xemacs/xemacs-ispell/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>xemacs@gentoo.org</email> - <name>Gentoo XEmacs project</name> - </maintainer> -</pkgmetadata> diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild b/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild deleted file mode 100644 index 8c3a5ddecadd..000000000000 --- a/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Spell-checking with GNU ispell" -XEMACS_PKG_CAT="standard" - -MY_PN=${PN/xemacs-/} - -SRC_URI="http://ftp.xemacs.org/packages/${MY_PN}-${PV}-pkg.tar.gz" - -RDEPEND="" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" - -inherit xemacs-packages |