summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-29 14:15:30 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-29 14:32:22 +0200
commit64acb3b06cbe2a1e01426ad8fb50d7e20f285692 (patch)
tree91ecc287663a7be77a1b098f7bf4890a8601b07e /app-emacs
parentpackage.mask: Last rite sci-electronics/gplcver (diff)
downloadgentoo-64acb3b06cbe2a1e01426ad8fb50d7e20f285692.tar.gz
gentoo-64acb3b06cbe2a1e01426ad8fb50d7e20f285692.tar.bz2
gentoo-64acb3b06cbe2a1e01426ad8fb50d7e20f285692.zip
app-emacs/calfw: Bump to version 1.6.
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/calfw/Manifest1
-rw-r--r--app-emacs/calfw/calfw-1.6.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/app-emacs/calfw/Manifest b/app-emacs/calfw/Manifest
index 06d8134af32c..5c799299e0db 100644
--- a/app-emacs/calfw/Manifest
+++ b/app-emacs/calfw/Manifest
@@ -1 +1,2 @@
DIST calfw-1.3.tar.gz 67187 BLAKE2B 7a8f34c5d6ad2ac245837b89c6854ca0c3c8f94733752a8c0d86e460eb2424e4017bd01b877d2b4d6b8fe05f6ffac8dae2d838d6cdf68fad489264fe861317df SHA512 76fc957dac22b2e4e41fa3d5ef3eb9e603369044d5aa90fa2e32ca0abbaa897d4537358f7849d0491c366b6a76c1b463e57e7a9483fca7c67555a8f6157f46bc
+DIST calfw-1.6.tar.gz 74776 BLAKE2B 26aee13fa7533c17eac9c32e8355c6e2fd760e8f87166d7a28ae90040a156ad8e8d8205387b37e5069705fa42095f318a40032ba5ce161f3d84f4823ee6619be SHA512 0c51c1747cfdda003a3b2244224e1bc2afe7b3dbdbb47804734504013ad94f7c5aaa30a2370ae9383f3836f266d47f695ca3d90419d899c8a639d474fab14180
diff --git a/app-emacs/calfw/calfw-1.6.ebuild b/app-emacs/calfw/calfw-1.6.ebuild
new file mode 100644
index 000000000000..da8343f73582
--- /dev/null
+++ b/app-emacs/calfw/calfw-1.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="A calendar framework for Emacs"
+HOMEPAGE="https://github.com/kiwanami/emacs-calfw"
+SRC_URI="https://github.com/kiwanami/emacs-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="howm"
+
+RDEPEND="howm? ( app-emacs/howm )"
+BDEPEND="${RDEPEND}"
+
+S="${WORKDIR}/emacs-${PN}-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="readme.md"
+
+src_prepare() {
+ elisp_src_prepare
+ use howm || rm calfw-howm.el || die
+}