summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-06-25 17:17:12 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-06-25 17:26:04 +0200
commit2ee5a218220cb5bb1eaad1a27354e4d68f387b46 (patch)
tree3f311c0765d9f0d9b5a867d6106ba517a66ec10b /app-emacs
parentapp-emacs/po-mode: drop old 0.20.1 (diff)
downloadgentoo-2ee5a218220cb5bb1eaad1a27354e4d68f387b46.tar.gz
gentoo-2ee5a218220cb5bb1eaad1a27354e4d68f387b46.tar.bz2
gentoo-2ee5a218220cb5bb1eaad1a27354e4d68f387b46.zip
app-emacs/po-mode: drop old 0.21.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/po-mode/Manifest1
-rw-r--r--app-emacs/po-mode/po-mode-0.21.1.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/app-emacs/po-mode/Manifest b/app-emacs/po-mode/Manifest
index 3d5148d0edba..660b26ca3456 100644
--- a/app-emacs/po-mode/Manifest
+++ b/app-emacs/po-mode/Manifest
@@ -1,2 +1 @@
-DIST gettext-0.21.1.tar.xz 10054564 BLAKE2B e994924284b3fd5b3e3bf59d4bf43eb30c9b21cc213dc3b98616b4a9fc321c90911d94d314f323cfffd0d2c3e9371b5b8f7985b9a785adc61617dd042b6f4df5 SHA512 61e93bc9876effd3ca1c4e64ff6ba5bd84b24951ec2cc6f40a0e3248410e60f887552f29ca1f70541fb5524f6a4e8191fed288713c3e280e18922dd5bff1a2c9
DIST gettext-0.22.tar.xz 10008808 BLAKE2B e91c82eb793897bd7ed727503e9d6e72a47027adf51ca76cf5c936437c434e910508814b1d03b12694c5e87156018683cb2c8cc51637b121313ed41155bcd3e5 SHA512 c6368344aa4e0f6fd7c4a93023a5f7b377c7bb97b8ea688fd54f4c385c069d9ff27611d8763b1aed6328b6d3c4db7b34bd89bfbf6525ecaef11eb58434a4d4fa
diff --git a/app-emacs/po-mode/po-mode-0.21.1.ebuild b/app-emacs/po-mode/po-mode-0.21.1.ebuild
deleted file mode 100644
index 2fd5f0a26fab..000000000000
--- a/app-emacs/po-mode/po-mode-0.21.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Major mode for GNU gettext PO files"
-HOMEPAGE="https://www.gnu.org/software/gettext/"
-SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-S="${WORKDIR}/gettext-${PV}/gettext-tools/emacs"
-ELISP_REMOVE="start-po.el"
-SITEFILE="50${PN}-gentoo.el"