diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-11-18 12:47:00 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-11-18 12:55:25 +0100 |
commit | 2679a45b6ac7105b90015a70e776405d8b295212 (patch) | |
tree | cbb5f1453cf953ebf759a5ac55aaa1c9d162427d /app-emacs/po-mode | |
parent | app-emacs/howm: Remove old. (diff) | |
download | gentoo-2679a45b6ac7105b90015a70e776405d8b295212.tar.gz gentoo-2679a45b6ac7105b90015a70e776405d8b295212.tar.bz2 gentoo-2679a45b6ac7105b90015a70e776405d8b295212.zip |
app-emacs/po-mode: Remove old.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/po-mode')
-rw-r--r-- | app-emacs/po-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/po-mode/po-mode-0.19.8.1.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/app-emacs/po-mode/Manifest b/app-emacs/po-mode/Manifest index 649c288c7aa7..570020ffd17c 100644 --- a/app-emacs/po-mode/Manifest +++ b/app-emacs/po-mode/Manifest @@ -1,2 +1 @@ -DIST gettext-0.19.8.1.tar.gz 19704011 BLAKE2B 17dc7aad338a26d71b818fea51e46a47dccf14744ee575ce86b591becaea402e36d64dc018e1a84113c356122ffef367cf2fa424e51ebc9720350040b4960091 SHA512 073042fa2dc48804c58e76f036130a669e19612c25427b0ab14d0b366b549a63751bf3af03bfd0745d7c4f72497a4b2aab26a3cc6de83189ce111679073878e1 DIST gettext-0.20.1.tar.gz 23267473 BLAKE2B 34e776b985c7db105f8029e0f3400aa645ff6843cd35f778d48450368a31218ddcf590fbc7fd2d10f716b63094d6a15bf40b358e8a6f498d450d2420e7e7a5f2 SHA512 af6d74986da285df0bdd59524bdf01bb12db448e5ea659dda3b60b660c4a9063c80e8c74cc8751334e065e98348ee0db0079e43c67d485a15e86ae236115fe06 diff --git a/app-emacs/po-mode/po-mode-0.19.8.1.ebuild b/app-emacs/po-mode/po-mode-0.19.8.1.ebuild deleted file mode 100644 index 9959a044d2be..000000000000 --- a/app-emacs/po-mode/po-mode-0.19.8.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos" - -S="${WORKDIR}/gettext-${PV}/gettext-tools/misc" -ELISP_REMOVE="start-po.el" -SITEFILE="50${PN}-gentoo.el" |