commit:     834b7f4b4eb24e044c2449b87fa53e0fcde737bd
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 26 21:21:11 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 21:22:20 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834b7f4b

app-emacs/use-package: treeclean, bug #969199

Bug: https://bugs.gentoo.org/969199
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/use-package/Manifest                     |  1 -
 .../files/use-package-require-diminish.patch       | 14 ----------
 app-emacs/use-package/metadata.xml                 | 14 ----------
 app-emacs/use-package/use-package-2.4.6.ebuild     | 32 ----------------------
 4 files changed, 61 deletions(-)

diff --git a/app-emacs/use-package/Manifest b/app-emacs/use-package/Manifest
deleted file mode 100644
index 760a75e0d2e6..000000000000
--- a/app-emacs/use-package/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST use-package-2.4.6.tar.xz 59476 BLAKE2B 
c5caa1aaeeeeb16e1f5d21ef4d9ce7b892528d35d6f20ea7efadfa14838d2eb721c9fb07257c7ad2b1629f5331ec86e77dce0d9b38864bf7245890e9b616f1e0
 SHA512 
a78e0c14943e1153feb542d6e2b7f3a0b4e6332d230314676ed1515d9e4a2f9d6b9fcc84d3934fc5bb2c807028ea65746cf05da9aa8cd71309709df54e15c233

diff --git a/app-emacs/use-package/files/use-package-require-diminish.patch 
b/app-emacs/use-package/files/use-package-require-diminish.patch
deleted file mode 100644
index afa7f33045ec..000000000000
--- a/app-emacs/use-package/files/use-package-require-diminish.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Diminishing is one of core features of use-package, normally
-it would have to be required before using use-package.
-This patch will load diminish when use-package loads.
-index 1f3895f..a38ee48 100644
---- a/use-package-diminish.el
-+++ b/use-package-diminish.el
-@@ -33,6 +33,7 @@
- 
- ;;; Code:
- 
-+(require 'diminish)
- (require 'use-package-core)
- 
- (defun use-package-normalize-diminish (name label arg &optional recursed)

diff --git a/app-emacs/use-package/metadata.xml 
b/app-emacs/use-package/metadata.xml
deleted file mode 100644
index fcab48234ef8..000000000000
--- a/app-emacs/use-package/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Gentoo GNU Emacs project</name>
-  </maintainer>
-  <upstream>
-    <bugs-to>https://github.com/jwiegley/use-package/issues/</bugs-to>
-    <remote-id type="github">jwiegley/use-package</remote-id>
-  </upstream>
-  <stabilize-allarches />
-</pkgmetadata>

diff --git a/app-emacs/use-package/use-package-2.4.6.ebuild 
b/app-emacs/use-package/use-package-2.4.6.ebuild
deleted file mode 100644
index 4eaeb13c8046..000000000000
--- a/app-emacs/use-package/use-package-2.4.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 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" )
-
-SITEFILE="50${PN}-gentoo.el"

Reply via email to