summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-09-18 21:49:01 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-09-18 21:52:21 +0200
commit873fd9e63024b2b1b460ef9a3150fe3d5673bc85 (patch)
treeb7d2a9fad589c436f4d7199f1d90500995dd09c4 /app-emacs
parentapp-emacs/org-contrib: drop old 0.4.2 (diff)
downloadgentoo-873fd9e63024b2b1b460ef9a3150fe3d5673bc85.tar.gz
gentoo-873fd9e63024b2b1b460ef9a3150fe3d5673bc85.tar.bz2
gentoo-873fd9e63024b2b1b460ef9a3150fe3d5673bc85.zip
app-emacs/org-contrib: bump to 0.6
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/org-contrib/Manifest1
-rw-r--r--app-emacs/org-contrib/org-contrib-0.6.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/app-emacs/org-contrib/Manifest b/app-emacs/org-contrib/Manifest
index cc03c031be91..26790e027a15 100644
--- a/app-emacs/org-contrib/Manifest
+++ b/app-emacs/org-contrib/Manifest
@@ -1 +1,2 @@
DIST org-contrib-0.5.tar.gz 168071 BLAKE2B 8abc53edfa5ca5aa1c5568deabf6e9d167eae1745f7531b5a308c7b3f25c282a06003f37ef6ab45156abd067b332f1d718268c6854122fbd3c5755da43782455 SHA512 ef7b26a7626768cb0f3b95330c12eef8f8005a5e44a41f3b0426bc98b6d43b91655ec78685d6af71fe9baea305216cb991251b1141928af4dfdcc6e3321ba8f1
+DIST org-contrib-0.6.tar.gz 168041 BLAKE2B 43b0afeda86abaaf63f05f23d7be891728b9d01fa27931e84519f4b13e2d09ee7477be07234f864f5d46495d22bd7b80edeb90093539f91ae954423a1ca5208d SHA512 02502adef4e3c2a315ba433ccf7862736c3a222d6cb2b3e7ccf96237bc64beeeab6e57c614cca062a528bdcec32add3525da9828684c2f310f29b6c37d263c98
diff --git a/app-emacs/org-contrib/org-contrib-0.6.ebuild b/app-emacs/org-contrib/org-contrib-0.6.ebuild
new file mode 100644
index 000000000000..70176f372f7d
--- /dev/null
+++ b/app-emacs/org-contrib/org-contrib-0.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Contributed packages to Org"
+HOMEPAGE="https://orgmode.org/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://git.sr.ht/~bzg/${PN}"
+else
+ SRC_URI="https://git.sr.ht/~bzg/${PN}/archive/release_${PV}.tar.gz
+ -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-release_${PV}/lisp"
+
+ KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/org-mode-9.5
+"
+
+DOCS=( ../README.org )
+SITEFILE="50${PN}-gentoo.el"