summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-04-28 18:49:13 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-04-28 18:52:47 +0200
commite169f581790fe0322118772b498ca33bdd47a14f (patch)
treee324669f08afcd439624255281c9b2d5ad2b53d0 /app-emacs
parentapp-emacs/company-ebuild: drop old 0.1.2 (diff)
downloadgentoo-e169f581790fe0322118772b498ca33bdd47a14f.tar.gz
gentoo-e169f581790fe0322118772b498ca33bdd47a14f.tar.bz2
gentoo-e169f581790fe0322118772b498ca33bdd47a14f.zip
app-emacs/use-package: drop old 2.4.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/use-package/Manifest1
-rw-r--r--app-emacs/use-package/use-package-2.4.4.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/app-emacs/use-package/Manifest b/app-emacs/use-package/Manifest
index 7132670b0d9a..3dc457a8998e 100644
--- a/app-emacs/use-package/Manifest
+++ b/app-emacs/use-package/Manifest
@@ -1,2 +1 @@
-DIST use-package-2.4.4.tar.gz 80065 BLAKE2B ee38736f011f1ea7522d24451bfa9dee4a17690cf7f3a885936a75bff1bb26950207b3111632826df54481b081ab1a109800f8857fceace622821dfef1324133 SHA512 09bca5a9a48fdbdf204a4b92f1f301a6bc63f57192868671d833d829f0eba0a4b95e706584158407bc8c9ee4549e699f6b43a333a4de15c6b0aabc74db2acc0e
DIST use-package-2.4.5.tar.xz 61288 BLAKE2B e494791eb2ddee436d6ea1488e632fcad71ba1ace7b2a430c706d5db3e4aad1e25e306e6214e04bafdec79f02c8ae29092207696fffa9d9b2450eb931c6986ed SHA512 01321a4d989dc51ad46bf228c75ea1e666deaf4c34106205bb0e630beb1e71bc7d9cfe1888bc7683d030532191edf94d542045bdae4d2ba8337d354d43440b3c
diff --git a/app-emacs/use-package/use-package-2.4.4.ebuild b/app-emacs/use-package/use-package-2.4.4.ebuild
deleted file mode 100644
index 868aa6d26fdf..000000000000
--- a/app-emacs/use-package/use-package-2.4.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NOTICE: This package provides all "use-package" Emacs Lisp libraries except
-# "bind-chord" and "bind-key" which are split into their own packages.
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Declaration macro for simplifying your Emacs configuration"
-HOMEPAGE="https://github.com/jwiegley/use-package/"
-SRC_URI="https://github.com/jwiegley/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- app-emacs/bind-chord
- app-emacs/bind-key
- app-emacs/diminish
- app-emacs/system-packages
-"
-BDEPEND="${RDEPEND}"
-
-DOCS=( NEWS.md README.md )
-PATCHES=( "${FILESDIR}"/${PN}-require-diminish.patch )
-
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
- emake BATCH="${EMACS} ${EMACSFLAGS} -L . -l diminish" test
-}
-
-src_install() {
- rm bind-{chord,key}.el{,c} ${PN}-tests.el || die
-
- elisp_src_install
-}