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 2C217138335 for ; Tue, 15 Oct 2019 07:35:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15397E08A6; Tue, 15 Oct 2019 07:35:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EE545E08A6 for ; Tue, 15 Oct 2019 07:35:33 +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 1F0E834BD6E for ; Tue, 15 Oct 2019 07:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5467288D for ; Tue, 15 Oct 2019 07:35:29 +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: <1571123805.908e452e46da71269b82ad9c7cd60448b4d391cb.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/folding/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/folding/Manifest app-emacs/folding/folding-2012.0226.1623.ebuild X-VCS-Directories: app-emacs/folding/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 908e452e46da71269b82ad9c7cd60448b4d391cb X-VCS-Branch: master Date: Tue, 15 Oct 2019 07:35:29 +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: c6b2c235-28aa-43b3-b168-4fb946238628 X-Archives-Hash: 8e6912417ced8a7d3a5bcf2f2373af8e commit: 908e452e46da71269b82ad9c7cd60448b4d391cb Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 15 07:16:45 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 15 07:16:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908e452e app-emacs/folding: Remove old. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/folding/Manifest | 1 - app-emacs/folding/folding-2012.0226.1623.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/app-emacs/folding/Manifest b/app-emacs/folding/Manifest index 9d0fac2254f..57c58370124 100644 --- a/app-emacs/folding/Manifest +++ b/app-emacs/folding/Manifest @@ -1,2 +1 @@ -DIST folding-2012.0226.1623.el.bz2 49503 BLAKE2B 6e364c9c93c92d4e9c322b5cc75b2525d95d63fe5a5b5916e054063fb2452f8ade4cce7e805243cb95a078157f33feff1bc9890b3a7d0de66813c63c74be0dbf SHA512 efb645e46e55174f2b538b6812f36d08f576f765ffffdf25af756c852e7bfd6455cb3bc3a540089a60600251b2c144384b7f58b412840a95ce614efd9d5b50c9 DIST folding-2013.0613.1821.el.xz 52164 BLAKE2B cb9dc74ab409ddeff8434191f53dadac5c53a15fdf4b8edb041daa156221e7271bd30bf66e60049ebd4ed761f16b1adfa113e05967cc70729f6b5c3f1dc71306 SHA512 9eb7cf4e1b01d7f37969bab0a66ad564da3742981ec0623b3100b0aef1bb997a80c91b88286ac673775edd197110496e1849210cc40fe310d8a478471cc1ec53 diff --git a/app-emacs/folding/folding-2012.0226.1623.ebuild b/app-emacs/folding/folding-2012.0226.1623.ebuild deleted file mode 100644 index 207beefa597..00000000000 --- a/app-emacs/folding/folding-2012.0226.1623.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp - -DESCRIPTION="A folding-editor-like Emacs minor mode" -HOMEPAGE="https://www.emacswiki.org/emacs/FoldingMode" -# taken from http://git.savannah.gnu.org/cgit/emacs-tiny-tools.git -SRC_URI="mirror://gentoo/${P}.el.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 x86" - -SITEFILE="50${PN}-gentoo.el"