summaryrefslogtreecommitdiff
path: root/app-emacs/cmake-font-lock
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-11 21:35:53 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-11 21:35:53 +0100
commit26ed1f5a5b7138ff40e6ac14e66f198c40831424 (patch)
tree41b0c986a258b43e68bb831a7c2a384d882e0d59 /app-emacs/cmake-font-lock
parent75949673f38270397841d9c2322dbb774ac41554 (diff)
gentoo auto-resync : 11:08:2023 - 21:35:53
Diffstat (limited to 'app-emacs/cmake-font-lock')
-rw-r--r--app-emacs/cmake-font-lock/Manifest2
-rw-r--r--app-emacs/cmake-font-lock/cmake-font-lock-0.1.12.ebuild31
2 files changed, 0 insertions, 33 deletions
diff --git a/app-emacs/cmake-font-lock/Manifest b/app-emacs/cmake-font-lock/Manifest
index a0d4f5d8d899..980803d7521a 100644
--- a/app-emacs/cmake-font-lock/Manifest
+++ b/app-emacs/cmake-font-lock/Manifest
@@ -1,6 +1,4 @@
AUX 50cmake-font-lock-gentoo.el 90 BLAKE2B bc36c8a6e0cb106aba4e04d460cd9f369c6efcabcf124000683c1ed4b8dbf353603ba880b9640e58c729e982002a2a6265093337dbacaa8371e73e87334fddbf SHA512 be55435fe782ed521e6a3ab62aca248babf871b7a1417225a02d2af2dd6661d5c5346d0291071d17bd0f75e06f7135efbc84f8cf9b29bc830ad61a0493373edd
-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
-EBUILD cmake-font-lock-0.1.12.ebuild 766 BLAKE2B 4239704f4fa794b8d6213dad7f94eae5610beacb781f9c4e19722cdec896bbffbf51480c5438eb57c2fc23bfdb86fbc97c47e078269b30e957d9b8e759a042dc SHA512 5f858d731e985c3ff43bf25dc77b4fea9e0c2dd87767701f0834d726235e9fa86dfdf80cdc72b5b5e2d7840eb5791b0bc9ffe0de4e41b42a85d3e85eac3b55d0
EBUILD cmake-font-lock-0.1.13.ebuild 566 BLAKE2B 2ab842759bdd47166a0ecb9f85b98403a28abce7406a18f7099a5fccca9d0a7569acde114ed39f9e1b616a767ade48886dbb076791f7ab33a1eba57e34e92891 SHA512 ae0840c26ab86345d53e8f14c92e1d9cc7f91a7873420cf399f6529bc21ba5c77a82117be389fb7e678bdfd96270d05d4db1b7dde6e90673ede651416c42eebf
MISC metadata.xml 373 BLAKE2B 0a89821742aa5830e38a83df07fe1957cbed3aee76de8aa6123327ba9f74af0923ecee7fc0af5987eace2917bee7f2c662c2b1740bec1943deb5b8512be0ed1c SHA512 5faf9e71eb403d44bc2c39bdffe4fd0eaca13aabf6c470d5804e96d8eab7655b917b2524ff1512d26f3bdf9177da8465dfacf29150e7ae63583a2fc5ed91f0e2
diff --git a/app-emacs/cmake-font-lock/cmake-font-lock-0.1.12.ebuild b/app-emacs/cmake-font-lock/cmake-font-lock-0.1.12.ebuild
deleted file mode 100644
index 091bbf2cc75f..000000000000
--- a/app-emacs/cmake-font-lock/cmake-font-lock-0.1.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=26
-
-# The upstream does not create git tags for releases.
-# This commit hash corresponds to a bump to 0.1.12 and was published to
-# MELPA.
-MY_HASH=0d6111b36a66013aa9b452e664c93308df3b07e1
-
-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/${MY_HASH}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${MY_HASH}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="dev-util/cmake[emacs]"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- elisp_src_compile
- elisp-make-autoload-file
-}