commit: a6eec851e02ab0e630d6f4085719bbcf5e0dc21e Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Apr 25 23:34:50 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Apr 26 01:31:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6eec851
app-emacs/cfrs: new package; add version 1.6.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/cfrs/Manifest | 1 + app-emacs/cfrs/cfrs-1.6.0.ebuild | 27 +++++++++++++++++++++++++++ app-emacs/cfrs/files/50cfrs-gentoo.el | 1 + app-emacs/cfrs/metadata.xml | 13 +++++++++++++ 4 files changed, 42 insertions(+) diff --git a/app-emacs/cfrs/Manifest b/app-emacs/cfrs/Manifest new file mode 100644 index 000000000000..150bfdcc6f4d --- /dev/null +++ b/app-emacs/cfrs/Manifest @@ -0,0 +1 @@ +DIST cfrs-1.6.0.tar.gz 27891 BLAKE2B 7eeaab09b5376382c07d55492126dba4b45124e626ad4671c0ed3d45c65761a5a044dd63452a7d6de6d00336814a7ee59242b4c3f691294a610b028073fb730d SHA512 a56d9329768b4f06ad55f9d351b98bc22a899b5e9e8c261f296f035b6b8d389f7271705a0e268ce4500dcf3d814a7f8eb881e30d8e3c2aa29376f2de872ed725 diff --git a/app-emacs/cfrs/cfrs-1.6.0.ebuild b/app-emacs/cfrs/cfrs-1.6.0.ebuild new file mode 100644 index 000000000000..b95d7c81e888 --- /dev/null +++ b/app-emacs/cfrs/cfrs-1.6.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=26.1 + +inherit elisp + +DESCRIPTION="Child Frame Read String, alternative to read-string" +HOMEPAGE="https://github.com/Alexander-Miller/cfrs/" +SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="GPL-3+" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND=" + app-emacs/dash + app-emacs/posframe + app-emacs/s +" +BDEPEND="${RDEPEND}" + +DOCS=( README.org cfrs.png ) +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/cfrs/files/50cfrs-gentoo.el b/app-emacs/cfrs/files/50cfrs-gentoo.el new file mode 100644 index 000000000000..431f7e90ae73 --- /dev/null +++ b/app-emacs/cfrs/files/50cfrs-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/cfrs/metadata.xml b/app-emacs/cfrs/metadata.xml new file mode 100644 index 000000000000..a8b09c169723 --- /dev/null +++ b/app-emacs/cfrs/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/cfrs/issues/</bugs-to> + <remote-id type="github">Alexander-Miller/cfrs</remote-id> + </upstream> +</pkgmetadata>
