From 6903156fc4f310de699eb5f360282d2d167be303 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 13 Feb 2022 23:39:08 +0100 Subject: app-emacs/org-contrib: Version bump to 0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller --- app-emacs/org-contrib/Manifest | 1 + app-emacs/org-contrib/org-contrib-0.3.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 app-emacs/org-contrib/org-contrib-0.3.ebuild (limited to 'app-emacs/org-contrib') diff --git a/app-emacs/org-contrib/Manifest b/app-emacs/org-contrib/Manifest index b27759027fc0..301731376e02 100644 --- a/app-emacs/org-contrib/Manifest +++ b/app-emacs/org-contrib/Manifest @@ -1 +1,2 @@ DIST org-contrib-0.2.tar.gz 231795 BLAKE2B e8ec122bc87a50ae9b718ab984418a73c6e6734920a208815cac11ecbc2a3897409f3f4d3c0bbbc04f2f4a1a5e657ef35b71e0342156e1b82e2057a6deffdcb8 SHA512 26ce845a9f845ceee2326bd006ff18ef35ba5b1af438d9d02e7f249bf45df293128b24f9f9ff15d7c87271618d1e4ee95d689a96e2104b6dee09ef7b78a6d581 +DIST org-contrib-0.3.tar.gz 231094 BLAKE2B e27a6fecdafea3fbe1f50bf525845c48ce88b2bd6cac100c56a2a3113dab1063417c8a507e228a7eb11c7c0a083db0198fff7c713c0ddb6eac74ef9ab9fa485d SHA512 bdab6eea64157480914acb53904b0089c31b354adbc2c5f051deb5bbab9a28fe39026be0b51bb5233da066bf155b98966944b1209d05976729301e96a8e91fa4 diff --git a/app-emacs/org-contrib/org-contrib-0.3.ebuild b/app-emacs/org-contrib/org-contrib-0.3.ebuild new file mode 100644 index 000000000000..e0570dbb3965 --- /dev/null +++ b/app-emacs/org-contrib/org-contrib-0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="Contributed packages to Org" +HOMEPAGE="https://www.orgmode.org/" +SRC_URI="https://git.sr.ht/~bzg/${PN}/archive/release_${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-release_${PV}/lisp" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=app-emacs/org-mode-9.5" + +DOCS="../README.org" +SITEFILE="50${PN}-gentoo.el" -- cgit v1.2.3-65-gdbad