diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-15 22:44:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-15 22:44:41 +0200 |
commit | 8ee1f192db2960bd71ca91264f973c66b9c4037e (patch) | |
tree | 2496f75bb5a809d11cfbbfba2a970f94837c496e /app-emacs | |
parent | dev-libs/ace: Remove last-rited pkg (diff) | |
download | gentoo-8ee1f192db2960bd71ca91264f973c66b9c4037e.tar.gz gentoo-8ee1f192db2960bd71ca91264f973c66b9c4037e.tar.bz2 gentoo-8ee1f192db2960bd71ca91264f973c66b9c4037e.zip |
app-emacs/prom-wl: Remove last-rited pkg
Closes: https://bugs.gentoo.org/683248
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/prom-wl/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/prom-wl/files/50prom-wl-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/prom-wl/metadata.xml | 9 | ||||
-rw-r--r-- | app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild | 20 |
4 files changed, 0 insertions, 35 deletions
diff --git a/app-emacs/prom-wl/Manifest b/app-emacs/prom-wl/Manifest deleted file mode 100644 index 18ecd15b3147..000000000000 --- a/app-emacs/prom-wl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST prom-wl-2.7.0.tar.gz 10563 BLAKE2B 63bbd6f708a21b403f30c44493023841242bcc8aed667ddc501933f46abe8e29138502b57d500b4b58056b190d4571d6ef4dda9a9eda7695b7f34c38f8049af2 SHA512 c05d61761b8c050bb6c09f3028f54351d3ffed5a17bb8519be76c8c706df825569cccfc8cd1ff2b656ef885a9606768eeb1b3dc0955ff4316bbe35c5db8ed989 diff --git a/app-emacs/prom-wl/files/50prom-wl-gentoo.el b/app-emacs/prom-wl/files/50prom-wl-gentoo.el deleted file mode 100644 index 8eab391ee220..000000000000 --- a/app-emacs/prom-wl/files/50prom-wl-gentoo.el +++ /dev/null @@ -1,5 +0,0 @@ - -;;; prom-wl site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(autoload 'prom-wl "prom-wl" nil t) diff --git a/app-emacs/prom-wl/metadata.xml b/app-emacs/prom-wl/metadata.xml deleted file mode 100644 index c918cdef9591..000000000000 --- a/app-emacs/prom-wl/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnu-emacs@gentoo.org</email> - <name>Gentoo GNU Emacs project</name> -</maintainer> -<stabilize-allarches/> -</pkgmetadata> diff --git a/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild b/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild deleted file mode 100644 index 2b6067a0c53f..000000000000 --- a/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit elisp - -DESCRIPTION="Procmail reader for Wanderlust" -HOMEPAGE="http://www.h6.dion.ne.jp/~nytheta/software/prom-wl.html" -SRC_URI="http://www.h6.dion.ne.jp/~nytheta/software/pub/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-emacs/wanderlust" - -SITEFILE=50${PN}-gentoo.el -DOCS="prom-wl-usage.jis" |