summaryrefslogtreecommitdiff
path: root/app-emacs/pfuture
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2021-12-02 19:44:07 -0500
committerJohn Turner <jturner.usa+gentoo@gmail.com>2021-12-02 19:44:07 -0500
commit8546e3365180cb1a13f676f9faf3502245c941af (patch)
treebb5a3dac6f41d14360761ee0b66c3c17e2058d81 /app-emacs/pfuture
parent7373c831163179e4d958ea13c926cf51f70526b8 (diff)
downloadebuilds-8546e3365180cb1a13f676f9faf3502245c941af.tar.gz
Removed unused ebuilds for now
Diffstat (limited to 'app-emacs/pfuture')
-rw-r--r--app-emacs/pfuture/Manifest1
-rw-r--r--app-emacs/pfuture/files/50pfuture-gentoo.el2
-rw-r--r--app-emacs/pfuture/metadata.xml22
-rw-r--r--app-emacs/pfuture/pfuture-1.9.ebuild22
4 files changed, 0 insertions, 47 deletions
diff --git a/app-emacs/pfuture/Manifest b/app-emacs/pfuture/Manifest
deleted file mode 100644
index a46a6cf..0000000
--- a/app-emacs/pfuture/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pfuture-1.9.tar.gz 6047 BLAKE2B 011fbe7d519e60a2460d671b4e88c363129a8525c36b4cf91322dda3c2ac5b26000cf3e8b1522af70eb7701e0dd3ec019a1e00314e492763bc162a3eea337374 SHA512 5a3184b68c8ca0b4d1100d655523273eab4136032277ee1c261ad53522606486d8723ccce9afc47a9f40b00db21e6e811adc5260b07a552127399cffb4526d56
diff --git a/app-emacs/pfuture/files/50pfuture-gentoo.el b/app-emacs/pfuture/files/50pfuture-gentoo.el
deleted file mode 100644
index 857e1d6..0000000
--- a/app-emacs/pfuture/files/50pfuture-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "@SITELISP@/pfuture-autoload.el" nil t)
diff --git a/app-emacs/pfuture/metadata.xml b/app-emacs/pfuture/metadata.xml
deleted file mode 100644
index 9876e94..0000000
--- a/app-emacs/pfuture/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>jturner.usa+gentoo@gmail.com</email>
- <name>John Turner</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="github">Alexander-Miller/pfuture</remote-id>
- <doc>https://github.com/Alexander-Miller/pfuture/blob/master/README.org</doc>
- </upstream>
- <longdescription>
- A set of simple functions wrapping Emacs’ existing process
- creation capabilities. It allows to conveniently deal with
- external processes in an asynchronous manner without having
- to worry about stdout buffers and filter and sentinel-functions.
- </longdescription>
-</pkgmetadata>
diff --git a/app-emacs/pfuture/pfuture-1.9.ebuild b/app-emacs/pfuture/pfuture-1.9.ebuild
deleted file mode 100644
index eb99ab3..0000000
--- a/app-emacs/pfuture/pfuture-1.9.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A simpler wrapper around emacs process creation functions"
-HOMEPAGE="https://github.com/Alexander-Miller/pfuture"
-SRC_URI="https://github.com/Alexander-Miller/pfuture/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50pfuture-gentoo.el"
-DOCS=( README.org )
-
-src_compile() {
- elisp-make-autoload-file "${S}/${PN}-autoload.el" "${S}/"
- elisp_src_compile
-}