diff options
Diffstat (limited to 'app-xemacs/xemacs-ispell')
-rw-r--r-- | app-xemacs/xemacs-ispell/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild | 17 |
2 files changed, 0 insertions, 19 deletions
diff --git a/app-xemacs/xemacs-ispell/Manifest b/app-xemacs/xemacs-ispell/Manifest index c4d6c005af76..e4530c317e76 100644 --- a/app-xemacs/xemacs-ispell/Manifest +++ b/app-xemacs/xemacs-ispell/Manifest @@ -1,5 +1,3 @@ -DIST ispell-1.32-pkg.tar.gz 83587 BLAKE2B 80c65a5bb22711c6690ddef1213d60b5f6cca8d5fe342267e931294a10a976c9f3a50e6ba2d539720e460a25779363c954aac37b4c413741784251849fce0785 SHA512 02108c33e5611ecd4ce6c574fcb12a93d3c8753079925c624ae3b155a6b13efaef581c468e311e7aa1f85e0a032cebf2a466ce8e5a9647be0b748251c3dfc070 DIST ispell-1.37-pkg.tar.gz 102787 BLAKE2B c77034361f9ac9e69b51e2a17db78e675acfa5f55a25dda453d2612558ca0b4a1c2fb9b57fde17e2550a7ee4f2a8187a8983766f2e0282ce2fb793e13ab619a4 SHA512 6896c5fe7b9a10d3e11103dde8dbe7a23446c969a2af8e99815d34f621227076aa57061ebca589a3cd5decf5bf47a8c34ecafc73fe13f5310874edfbbedb8c8c -EBUILD xemacs-ispell-1.32.ebuild 370 BLAKE2B b6cc4b983cf76f40db0d017e9b464632c37642b5d56b63ec8f5b491a8a19122c941a281da0ca026e7e5d0e49699e14d94d56c5623efaa887d714604d79b77e26 SHA512 e480ee266568ccb7d502b39cf0c0183262572e916ae0e77204039d7f68b1f3ad03c5986261b3261696e2ccd1ad7f7ba0263a34f1f882ce817f33c3adeb0045f3 EBUILD xemacs-ispell-1.37.ebuild 381 BLAKE2B 0f3a875dfa30353c21a45f3659fd76f334889dc2082b12a18e58b002316fce9a0d8a2f1e7743eea237890541f6d2f396012592f759e428bfb0362a764ba541c2 SHA512 d8c25eff845d5c3848ceb5ea2719f3d46d9875184700f985360add15667a8eb30da942e0e166f676ce39a75fdb1d36dfa372e89cd4e9e321670c746d026e0c45 MISC metadata.xml 262 BLAKE2B e476ea04c86ed4c8225e65e2eab757ba330323bb3976769b3a066ca059a90fa597536aa74fe1ad9f924be96f13a5fdafa663a4ed6f802d06e03dfb7567f52fd0 SHA512 4c936b32a6c7160469a80d2c376ebf09ed8c42efe26beccfbfb0320ad285337f3351c1546a02865605f00c0320fe97dcf0ca1a1465d5d51f35e2347092a2679c 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 08af92270605..000000000000 --- a/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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 |