commit: 1523f609971fdc0b070ca906decc178267aaf85a Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Apr 25 23:17:41 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Apr 26 01:31:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1523f609
app-emacs/pfuture: new package; add version 1.10.3 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/pfuture/Manifest | 1 + app-emacs/pfuture/files/50pfuture-gentoo.el | 1 + app-emacs/pfuture/metadata.xml | 13 +++++++++++++ app-emacs/pfuture/pfuture-1.10.3.ebuild | 20 ++++++++++++++++++++ 4 files changed, 35 insertions(+) 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>[email protected]</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"
