commit:     02aa74d298487e10ba51c5e0d2352c5729ebc545
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 14:44:38 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 15:33:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02aa74d2

app-emacs/cmake-font-lock: bump to 0.1.13

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/cmake-font-lock/Manifest                 |  1 +
 .../cmake-font-lock/cmake-font-lock-0.1.13.ebuild  | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-emacs/cmake-font-lock/Manifest 
b/app-emacs/cmake-font-lock/Manifest
index 85cbf633d185..0150c5f7efd3 100644
--- a/app-emacs/cmake-font-lock/Manifest
+++ b/app-emacs/cmake-font-lock/Manifest
@@ -1 +1,2 @@
 DIST cmake-font-lock-0.1.12.tar.gz 225598 BLAKE2B 
f3bf11a804d58a92cc09c7e657a66a4f8b56c072b6cfa23184124e931e7a1f238818ac238c6f5d7fd368879bef155c12623837a2b40eb87ae28e7ad5c7bf8d44
 SHA512 
8ad4d03bfabb0aa9077fc5e8b1444b862934c0df49e4edd673e9f3c1fff702245e796f02e26850ac26fc5ae9134a0522a2648d1d8b5c844316905a3bdcfa2fa7
+DIST cmake-font-lock-0.1.13.tar.gz 226073 BLAKE2B 
3abb88fb770b7913e649ea84147f02c201e4fb5e8a7633184b31236789a6e525beb3142e3cef643daa6ec94bd247ad5dccb37d8af239cb1cd56b30065173ba94
 SHA512 
8d0eef222b38e5fb8e345431276c12de179f313a2a94acfb58aa4ca5ada356f332a8ce4d6436140b98422dc4375c271de626ffaf5fde1f41f30532c4e52350c9

diff --git a/app-emacs/cmake-font-lock/cmake-font-lock-0.1.13.ebuild 
b/app-emacs/cmake-font-lock/cmake-font-lock-0.1.13.ebuild
new file mode 100644
index 000000000000..10fedf0c7d69
--- /dev/null
+++ b/app-emacs/cmake-font-lock/cmake-font-lock-0.1.13.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26
+
+inherit elisp
+
+DESCRIPTION="Advanced, type aware, highlight support for CMake"
+HOMEPAGE="https://github.com/Lindydancer/cmake-font-lock";
+SRC_URI="https://github.com/Lindydancer/${PN}/archive/${PV}.tar.gz
+       -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-util/cmake[emacs]"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+       elisp_src_compile
+       elisp-make-autoload-file
+}

Reply via email to