From 62257d977753f2dffb66a9ff96aa0d03f1794bb3 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 26 Dec 2023 10:55:47 +0100 Subject: app-emacs/org-roam: install gentoo sitefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/34489 Signed-off-by: Maciej Barć --- app-emacs/org-roam/org-roam-2.2.2-r1.ebuild | 39 +++++++++++++++++++++++++++++ app-emacs/org-roam/org-roam-2.2.2.ebuild | 37 --------------------------- app-emacs/org-roam/org-roam-9999.ebuild | 2 ++ 3 files changed, 41 insertions(+), 37 deletions(-) create mode 100644 app-emacs/org-roam/org-roam-2.2.2-r1.ebuild delete mode 100644 app-emacs/org-roam/org-roam-2.2.2.ebuild (limited to 'app-emacs/org-roam') diff --git a/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild b/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild new file mode 100644 index 000000000000..df6ff714ea46 --- /dev/null +++ b/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=26.1 +inherit elisp + +DESCRIPTION="Rudimentary Roam replica with Org-mode" +HOMEPAGE="https://github.com/org-roam/org-roam" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" +else + SRC_URI=" + https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + " + + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + app-emacs/dash + app-emacs/magit + app-emacs/emacsql[sqlite] +" +BDEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo.el" + +src_install() { + elisp-make-autoload-file + elisp_src_install +} diff --git a/app-emacs/org-roam/org-roam-2.2.2.ebuild b/app-emacs/org-roam/org-roam-2.2.2.ebuild deleted file mode 100644 index 961a5abd416c..000000000000 --- a/app-emacs/org-roam/org-roam-2.2.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=26.1 -inherit elisp - -DESCRIPTION="Rudimentary Roam replica with Org-mode" -HOMEPAGE="https://github.com/org-roam/org-roam" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" -else - SRC_URI=" - https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - " - - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - app-emacs/dash - app-emacs/magit - app-emacs/emacsql[sqlite] -" -BDEPEND="${RDEPEND}" - -src_install() { - elisp-make-autoload-file - elisp_src_install -} diff --git a/app-emacs/org-roam/org-roam-9999.ebuild b/app-emacs/org-roam/org-roam-9999.ebuild index 961a5abd416c..df6ff714ea46 100644 --- a/app-emacs/org-roam/org-roam-9999.ebuild +++ b/app-emacs/org-roam/org-roam-9999.ebuild @@ -31,6 +31,8 @@ RDEPEND=" " BDEPEND="${RDEPEND}" +SITEFILE="50${PN}-gentoo.el" + src_install() { elisp-make-autoload-file elisp_src_install -- cgit v1.2.3-65-gdbad