summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-04-26 01:17:41 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-04-26 03:31:40 +0200
commit1523f609971fdc0b070ca906decc178267aaf85a (patch)
tree781e630ef822066a675a59114840d20b582139a7 /app-emacs/pfuture
parentapp-emacs/hydra: new package; add version 0.15.0 (diff)
downloadgentoo-1523f609971fdc0b070ca906decc178267aaf85a.tar.gz
gentoo-1523f609971fdc0b070ca906decc178267aaf85a.tar.bz2
gentoo-1523f609971fdc0b070ca906decc178267aaf85a.zip
app-emacs/pfuture: new package; add version 1.10.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/pfuture')
-rw-r--r--app-emacs/pfuture/Manifest1
-rw-r--r--app-emacs/pfuture/files/50pfuture-gentoo.el1
-rw-r--r--app-emacs/pfuture/metadata.xml13
-rw-r--r--app-emacs/pfuture/pfuture-1.10.3.ebuild20
4 files changed, 35 insertions, 0 deletions
diff --git a/app-emacs/pfuture/Manifest b/app-emacs/pfuture/Manifest
new file mode 100644
index 000000000000..d02447d045a1
--- /dev/null
+++ b/app-emacs/pfuture/Manifest
@@ -0,0 +1 @@
+DIST pfuture-1.10.3.tar.gz 6187 BLAKE2B e00c7226239c08802d548f03d08aea628ea28dbab9bb22209979d9d7bdee7927485a929979534ae68d9ad28bfc1318e26c6c2e8fedcb4303a802d3bc6b6adc1f SHA512 1dbb0e4f168c36617f8c6890894bb618c4e13b667fae32a00ddfc01b7ccdb5c1742e7f93ddcc2e61e24fd69236debb32107c7a34efe9c19d66796c044d9ea1d5
diff --git a/app-emacs/pfuture/files/50pfuture-gentoo.el b/app-emacs/pfuture/files/50pfuture-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/pfuture/files/50pfuture-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/pfuture/metadata.xml b/app-emacs/pfuture/metadata.xml
new file mode 100644
index 000000000000..5757b6106d73
--- /dev/null
+++ b/app-emacs/pfuture/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/Alexander-Miller/pfuture/issues/</bugs-to>
+ <remote-id type="github">Alexander-Miller/pfuture</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-emacs/pfuture/pfuture-1.10.3.ebuild b/app-emacs/pfuture/pfuture-1.10.3.ebuild
new file mode 100644
index 000000000000..6c894e8c2968
--- /dev/null
+++ b/app-emacs/pfuture/pfuture-1.10.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25.2
+
+inherit elisp
+
+DESCRIPTION="Simple wrapper around asynchronous processes"
+HOMEPAGE="https://github.com/Alexander-Miller/pfuture/"
+SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"