Skip to content

Commit

Permalink
app-emacs/org-contrib: New package, split off from org-mode
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Oct 6, 2021
1 parent 5db1a4a commit c5a42a6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-emacs/org-contrib/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST org-contrib-0.2.tar.gz 231795 BLAKE2B e8ec122bc87a50ae9b718ab984418a73c6e6734920a208815cac11ecbc2a3897409f3f4d3c0bbbc04f2f4a1a5e657ef35b71e0342156e1b82e2057a6deffdcb8 SHA512 26ce845a9f845ceee2326bd006ff18ef35ba5b1af438d9d02e7f249bf45df293128b24f9f9ff15d7c87271618d1e4ee95d689a96e2104b6dee09ef7b78a6d581
1 change: 1 addition & 0 deletions app-emacs/org-contrib/files/50org-contrib-gentoo.el
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(add-to-list 'load-path "@SITELISP@")
9 changes: 9 additions & 0 deletions app-emacs/org-contrib/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?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>
<stabilize-allarches/>
</pkgmetadata>
21 changes: 21 additions & 0 deletions app-emacs/org-contrib/org-contrib-0.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2021 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"

0 comments on commit c5a42a6

Please sign in to comment.