From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5237138334 for ; Mon, 18 Nov 2019 11:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30B8DE086F; Mon, 18 Nov 2019 11:56:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F25E3E086F for ; Mon, 18 Nov 2019 11:56:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2182E34CF6A for ; Mon, 18 Nov 2019 11:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B5478B9 for ; Mon, 18 Nov 2019 11:56:52 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1574078125.2679a45b6ac7105b90015a70e776405d8b295212.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/po-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/po-mode/Manifest app-emacs/po-mode/po-mode-0.19.8.1.ebuild X-VCS-Directories: app-emacs/po-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2679a45b6ac7105b90015a70e776405d8b295212 X-VCS-Branch: master Date: Mon, 18 Nov 2019 11:56:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f4fc0ce-6fc9-44c0-a659-f6aff14d3a1b X-Archives-Hash: b4aefd58ad05f91d32ad0acf75bd1057 commit: 2679a45b6ac7105b90015a70e776405d8b295212 Author: Ulrich Müller gentoo org> AuthorDate: Mon Nov 18 11:47:00 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 18 11:55:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2679a45b app-emacs/po-mode: Remove old. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/po-mode/Manifest | 1 - app-emacs/po-mode/po-mode-0.19.8.1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/app-emacs/po-mode/Manifest b/app-emacs/po-mode/Manifest index 649c288c7aa..570020ffd17 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 9959a044d2b..00000000000 --- 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"