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 793B9138334 for ; Fri, 6 Sep 2019 10:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E940E0821; Fri, 6 Sep 2019 10:17:46 +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 08CC4E0821 for ; Fri, 6 Sep 2019 10:17:45 +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 8C77D34AD48 for ; Fri, 6 Sep 2019 10:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9F447C6 for ; Fri, 6 Sep 2019 10:17:41 +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: <1567765021.a3d8588ac0902a1b6167cf75fdd116ea9f86051b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/popwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/popwin/Manifest app-emacs/popwin/popwin-0.6.2.ebuild X-VCS-Directories: app-emacs/popwin/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a3d8588ac0902a1b6167cf75fdd116ea9f86051b X-VCS-Branch: master Date: Fri, 6 Sep 2019 10:17:41 +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: 0d998e88-9035-4025-86b5-468cfeb2a794 X-Archives-Hash: debc0c38e48ca946f128a10f2c5b7b5b commit: a3d8588ac0902a1b6167cf75fdd116ea9f86051b Author: Ulrich Müller gentoo org> AuthorDate: Fri Sep 6 10:17:01 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Sep 6 10:17:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d8588a app-emacs/popwin: Remove old. Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/popwin/Manifest | 1 - app-emacs/popwin/popwin-0.6.2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/app-emacs/popwin/Manifest b/app-emacs/popwin/Manifest index 6a861a139cc..52dbafe0436 100644 --- a/app-emacs/popwin/Manifest +++ b/app-emacs/popwin/Manifest @@ -1,2 +1 @@ -DIST popwin-0.6.2.tar.gz 16821 BLAKE2B 6fcf2e711c28db3465fd4e267195f8526eff26aedeb04f07d66f5adac83f2447beef1ee988f692b9062a0e0eabbbe0760d3df6f1f7679fb4ab76317237aa8fdf SHA512 3c086361d6b79d7c68583cdbfb76cfd95b6ed56883382e42a863137d93e2a64fa8dce7b7873a4c46ce04a742942dd5f16367c691be608438079555578709b108 DIST popwin-1.0.0.tar.gz 69319 BLAKE2B 2dea34f002a97ac58848abaecfb9b591ceeb58539f581918101604a485b6d45b9dd078dc89b3020bbe38e99646127a784582c51ffaa3a76de5b6ccaa365b22d6 SHA512 5b3ba489e747ec80d80e516024ca8bdafdb17a56df3f89c20053765d551173f448fbc10db348c6ec0e6efc5557eec672da3477980fb41f1fbbbf220f757f98e6 diff --git a/app-emacs/popwin/popwin-0.6.2.ebuild b/app-emacs/popwin/popwin-0.6.2.ebuild deleted file mode 100644 index f353fe5a47a..00000000000 --- a/app-emacs/popwin/popwin-0.6.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp eutils - -DESCRIPTION="Popup window manager for Emacs" -HOMEPAGE="https://github.com/m2ym/popwin-el/" -SRC_URI="https://github.com/m2ym/${PN}-el/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -SITEFILE="50${PN}-gentoo.el" -DOCS="README.md NEWS.md" - -src_unpack() { - unpack ${A} - mv m2ym-popwin-el-* ${P} || die -}