diff options
author | 2021-10-03 09:27:47 +0200 | |
---|---|---|
committer | 2021-10-03 09:28:04 +0200 | |
commit | 716a60ed06764e1b606eed5e31db0033e3d386fb (patch) | |
tree | 09997e473a37afb9e09ee23df7f543e079663fd2 /app-xemacs/texinfo | |
parent | dev-ml/opam-installer: forward stable keywords (modulo x86) (diff) | |
download | gentoo-716a60ed06764e1b606eed5e31db0033e3d386fb.tar.gz gentoo-716a60ed06764e1b606eed5e31db0033e3d386fb.tar.bz2 gentoo-716a60ed06764e1b606eed5e31db0033e3d386fb.zip |
app-xemacs/texinfo: drop 1.30
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/texinfo')
-rw-r--r-- | app-xemacs/texinfo/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/texinfo/texinfo-1.30.ebuild | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/app-xemacs/texinfo/Manifest b/app-xemacs/texinfo/Manifest index 58a869b90ec7..718e13588af6 100644 --- a/app-xemacs/texinfo/Manifest +++ b/app-xemacs/texinfo/Manifest @@ -1,2 +1 @@ -DIST texinfo-1.30-pkg.tar.gz 145763 BLAKE2B f4bdd2381fb2efa5e6d318431e8a8a56911b2f84b161f96610e2e43a8e49c9ba15c63915f3219b4b47901834c3cf51aaa4fbc1b51ce18ae0d574bf99baafcae6 SHA512 dadcbb0a2dbbdc311d19a4e796ac574f18234938ddeb16da1ac8b9e150459536bac46b00b1609b8cd837ef980cc5b13f77b8321edfb347614340d1db0f3f78c0 DIST texinfo-1.32-pkg.tar.gz 145642 BLAKE2B 75372484fccb2f8de979a29c506e1e4479ce5371bc4a8c3c06de6b407c1bab132cb156281e458966e673d505ba2f7547e767aadc124df14299fedf1f7145970f SHA512 026d5749acfb4f34bbc6bdb8471419fc48ae537051808d73bc04d6a11cae404b5e877305b5b02e1eabb79292f1cb73795c7521e384350948937d9cc7033bda66 diff --git a/app-xemacs/texinfo/texinfo-1.30.ebuild b/app-xemacs/texinfo/texinfo-1.30.ebuild deleted file mode 100644 index f71f6324df43..000000000000 --- a/app-xemacs/texinfo/texinfo-1.30.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="XEmacs TeXinfo support" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/text-modes -app-xemacs/xemacs-base -" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" - -inherit xemacs-packages |