commit: 4170c0dd1df9a4fedb0dad49d1a6b435be1f3a4a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 8 05:03:51 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> 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"