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 467CD138334 for ; Thu, 17 Oct 2019 13:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 671C7E0900; Thu, 17 Oct 2019 13:19:27 +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 500C3E08FF for ; Thu, 17 Oct 2019 13:19:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4CD4434BF51 for ; Thu, 17 Oct 2019 13:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90BF388E for ; Thu, 17 Oct 2019 13:19:21 +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: <1571318332.6fbb8b917ffa6d604842beb0229263a5397af4e2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/s/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/s/Manifest app-emacs/s/s-1.11.0.ebuild X-VCS-Directories: app-emacs/s/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6fbb8b917ffa6d604842beb0229263a5397af4e2 X-VCS-Branch: master Date: Thu, 17 Oct 2019 13:19:21 +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: bff8bc33-2d55-4e5a-a568-33b02b65c3ed X-Archives-Hash: b5e93208ea860d5f4f11ba32c59ea36e commit: 6fbb8b917ffa6d604842beb0229263a5397af4e2 Author: Ulrich Müller gentoo org> AuthorDate: Thu Oct 17 11:57:59 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Oct 17 13:18:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbb8b91 app-emacs/s: Remove old. Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/s/Manifest | 1 - app-emacs/s/s-1.11.0.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/app-emacs/s/Manifest b/app-emacs/s/Manifest index a50b2b4074f..12ab2a8aeb7 100644 --- a/app-emacs/s/Manifest +++ b/app-emacs/s/Manifest @@ -1,2 +1 @@ -DIST s-1.11.0.tar.gz 46771 BLAKE2B 5cc93e4f52ea4fbb4d4b9b418a632e8bbc789f0f36b9486a4a1b36725e255f4a78d1924a420fd04af5c2bc50a652adfc83db3285569367749fe3712f2f0b560b SHA512 364fa7ea875e9be6db464a826c1259889b67d87817b41cff40ab7da80e0bfc3e27dcadadfd005a64a895ee92644c2dea82789bdf1b1fe538501c40f748455608 DIST s-1.12.0.tar.gz 59193 BLAKE2B 89e4c453b6590116a4cc08fc1be73519e6c95586c1e80b37f37d7273232aa707cd030cf74106fdd7eb7f05fe8ebd04253592076573472c3927cc1428b4c029f8 SHA512 036369011295dfde7567ae8bd479be9635de479e8821c3fe117a6c3827bc83492bb91e6ac64d4b20b061da95690f5585ed58f116a2b8c877dceee22153c8c990 diff --git a/app-emacs/s/s-1.11.0.ebuild b/app-emacs/s/s-1.11.0.ebuild deleted file mode 100644 index 4cc1a26c6e4..00000000000 --- a/app-emacs/s/s-1.11.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit elisp - -DESCRIPTION="The long lost Emacs string manipulation library" -HOMEPAGE="https://github.com/magnars/s.el" -SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -S="${WORKDIR}/s.el-${PV}" -SITEFILE="50${PN}-gentoo.el" -DOCS="README.md"