From 4b7400863b4cfc6a285d31f2ad31d08947b17035 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Thu, 5 May 2022 09:09:51 +0200 Subject: app-emacs/org-static-blog: bump to 1.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/org-static-blog/Manifest | 1 + .../org-static-blog/org-static-blog-1.6.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 app-emacs/org-static-blog/org-static-blog-1.6.0.ebuild 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" -- cgit v1.2.3-65-gdbad