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 88C51138334 for ; Fri, 8 Jun 2018 05:16:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C0A3E0B37; Fri, 8 Jun 2018 05:16:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 58CCCE0B37 for ; Fri, 8 Jun 2018 05:16:44 +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 DDD21335CC5 for ; Fri, 8 Jun 2018 05:16:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E47142AF for ; Fri, 8 Jun 2018 05:16:40 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1528434930.4170c0dd1df9a4fedb0dad49d1a6b435be1f3a4a.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Emacs-PDE/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Emacs-PDE/Emacs-PDE-0.2.16-r1.ebuild X-VCS-Directories: dev-perl/Emacs-PDE/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4170c0dd1df9a4fedb0dad49d1a6b435be1f3a4a X-VCS-Branch: master Date: Fri, 8 Jun 2018 05:16:40 +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-Archives-Salt: 4d8820e1-8d89-4ed8-86db-4a28d07910ba X-Archives-Hash: ca779cc162f743cd598ec9708c2a3068 commit: 4170c0dd1df9a4fedb0dad49d1a6b435be1f3a4a Author: Kent Fredric gentoo org> AuthorDate: Fri Jun 8 05:03:51 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Jun 8 05:15:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4170c0dd dev-perl/Emacs-PDE: Cleanup old 0.2.16-r1 Package-Manager: Portage-2.3.29, Repoman-2.3.9 dev-perl/Emacs-PDE/Emacs-PDE-0.2.16-r1.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-perl/Emacs-PDE/Emacs-PDE-0.2.16-r1.ebuild b/dev-perl/Emacs-PDE/Emacs-PDE-0.2.16-r1.ebuild deleted file mode 100644 index 967883846fe..00000000000 --- a/dev-perl/Emacs-PDE/Emacs-PDE-0.2.16-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR="YEWENBIN" - -inherit perl-module elisp-common - -DESCRIPTION="Perl Develop Environment in Emacs" - -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND="virtual/emacs" -DEPEND="dev-perl/Module-Build - ${RDEPEND}" -myconf="--elispdir=${D}${SITELISP}/pde"