summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-11-27 21:31:56 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-11-27 23:09:57 +0100
commit8288835235d1140c970a7487b15fccf909d0fbe1 (patch)
treee37706d1fe7aadb7d29bf16ac84d22f7e391c25c /app-emacs
parentdev-build/bazelisk: bump to 1.24.1 (diff)
downloadgentoo-8288835235d1140c970a7487b15fccf909d0fbe1.tar.gz
gentoo-8288835235d1140c970a7487b15fccf909d0fbe1.tar.bz2
gentoo-8288835235d1140c970a7487b15fccf909d0fbe1.zip
app-emacs/use-package: drop old 2.4.5
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.5.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/app-emacs/use-package/Manifest b/app-emacs/use-package/Manifest
index 025e95d908e9..760a75e0d2e6 100644
--- a/app-emacs/use-package/Manifest
+++ b/app-emacs/use-package/Manifest
@@ -1,2 +1 @@
-DIST use-package-2.4.5.tar.xz 61288 BLAKE2B e494791eb2ddee436d6ea1488e632fcad71ba1ace7b2a430c706d5db3e4aad1e25e306e6214e04bafdec79f02c8ae29092207696fffa9d9b2450eb931c6986ed SHA512 01321a4d989dc51ad46bf228c75ea1e666deaf4c34106205bb0e630beb1e71bc7d9cfe1888bc7683d030532191edf94d542045bdae4d2ba8337d354d43440b3c
DIST use-package-2.4.6.tar.xz 59476 BLAKE2B c5caa1aaeeeeb16e1f5d21ef4d9ce7b892528d35d6f20ea7efadfa14838d2eb721c9fb07257c7ad2b1629f5331ec86e77dce0d9b38864bf7245890e9b616f1e0 SHA512 a78e0c14943e1153feb542d6e2b7f3a0b4e6332d230314676ed1515d9e4a2f9d6b9fcc84d3934fc5bb2c807028ea65746cf05da9aa8cd71309709df54e15c233
diff --git a/app-emacs/use-package/use-package-2.4.5.ebuild b/app-emacs/use-package/use-package-2.4.5.ebuild
deleted file mode 100644
index 58a5752c9a36..000000000000
--- a/app-emacs/use-package/use-package-2.4.5.ebuild
+++ /dev/null
@@ -1,31 +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/
- https://elpa.gnu.org/packages/use-package.html"
-SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
- app-emacs/bind-chord
- app-emacs/bind-key
- app-emacs/diminish
- app-emacs/system-packages
-"
-BDEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-require-diminish.patch )
-
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"