summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-11 18:11:47 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-11 18:41:35 +0200
commit5dfb1c51b4d598afa2199ff94bb1b3797b016589 (patch)
tree90f0544de6fd7401b544b1022755886900b217d5 /app-emacs/cmake-font-lock
parentapp-emacs/clojure-mode: drop old 5.16.0 (diff)
downloadgentoo-5dfb1c51b4d598afa2199ff94bb1b3797b016589.tar.gz
gentoo-5dfb1c51b4d598afa2199ff94bb1b3797b016589.tar.bz2
gentoo-5dfb1c51b4d598afa2199ff94bb1b3797b016589.zip
app-emacs/cmake-font-lock: drop old 0.1.12
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/cmake-font-lock')
-rw-r--r--app-emacs/cmake-font-lock/Manifest1
-rw-r--r--app-emacs/cmake-font-lock/cmake-font-lock-0.1.12.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/app-emacs/cmake-font-lock/Manifest b/app-emacs/cmake-font-lock/Manifest
index 0150c5f7efd3..596c3a4f8e71 100644
--- a/app-emacs/cmake-font-lock/Manifest
+++ b/app-emacs/cmake-font-lock/Manifest
@@ -1,2 +1 @@
-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.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
-}