diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-06-08 17:03:51 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-06-08 17:15:30 +1200 |
commit | 4170c0dd1df9a4fedb0dad49d1a6b435be1f3a4a (patch) | |
tree | 1afb0180d2e87603c713217f87e5bb8782ab9a17 /dev-perl/Emacs-PDE | |
parent | net-mail/vpopmail: cleanup some outstanding bugs (diff) | |
download | gentoo-4170c0dd1df9a4fedb0dad49d1a6b435be1f3a4a.tar.gz gentoo-4170c0dd1df9a4fedb0dad49d1a6b435be1f3a4a.tar.bz2 gentoo-4170c0dd1df9a4fedb0dad49d1a6b435be1f3a4a.zip |
dev-perl/Emacs-PDE: Cleanup old 0.2.16-r1
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Emacs-PDE')
-rw-r--r-- | dev-perl/Emacs-PDE/Emacs-PDE-0.2.16-r1.ebuild | 20 |
1 files changed, 0 insertions, 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 967883846fe2..000000000000 --- 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" |