summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-05-05 09:09:51 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-05-05 09:10:06 +0200
commit4b7400863b4cfc6a285d31f2ad31d08947b17035 (patch)
treef3f426b6a9d4932ad432e88e7bd2d5b5cf98486a
parentdev-python/pybind11: Remove old (diff)
downloadgentoo-4b7400863b4cfc6a285d31f2ad31d08947b17035.tar.gz
gentoo-4b7400863b4cfc6a285d31f2ad31d08947b17035.tar.bz2
gentoo-4b7400863b4cfc6a285d31f2ad31d08947b17035.zip
app-emacs/org-static-blog: bump to 1.6.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--app-emacs/org-static-blog/Manifest1
-rw-r--r--app-emacs/org-static-blog/org-static-blog-1.6.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/org-static-blog/Manifest b/app-emacs/org-static-blog/Manifest
index c19e55c8faa7..3eb94d090e06 100644
--- a/app-emacs/org-static-blog/Manifest
+++ b/app-emacs/org-static-blog/Manifest
@@ -1 +1,2 @@
DIST org-static-blog-1.5.0.tar.gz 13504 BLAKE2B a6eaa2e92d715513d69d230863a744c46c4b621dca98b2164eef0ae6d63f0e34b942a0bff99ae197e84fbbb315a1f07f829e958674104aaf651d815c43d1e58c SHA512 6b7d7922b5a4eec4724fa0b3ac94c9f8de7d3a984ced85e938f3e96faf0387d37881abcc0cc159b21d2cfc3e3e62f113f51d5967fca6b07c60ade1d3fe290b6f
+DIST org-static-blog-1.6.0.tar.gz 15519 BLAKE2B 1ce2c33beb54be5ca9d0a82d5eaa53785f2feb3bfc7df7f236d6ed2a2a5cc2735f879aefe2f52038dd8f19d24f60704b0dda92e883d6911e130b65fb99786353 SHA512 1c7bb70faff38526e6d9072b8733c16fb3458a150ffee03e921fbed6fb23007eb23c25cb6379c473a4292c866883780c844e5f7e24f4cdf2e26563877d495f3a
diff --git a/app-emacs/org-static-blog/org-static-blog-1.6.0.ebuild b/app-emacs/org-static-blog/org-static-blog-1.6.0.ebuild
new file mode 100644
index 000000000000..92a9f3c0a808
--- /dev/null
+++ b/app-emacs/org-static-blog/org-static-blog-1.6.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.3
+
+inherit elisp
+
+DESCRIPTION="Static site generator using Emacs's org-mode"
+HOMEPAGE="https://github.com/bastibe/org-static-blog/"
+SRC_URI="https://github.com/bastibe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"