summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-07-04 14:39:59 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-07-04 14:42:32 +0200
commit23158344e41232440bb377ee3d32601d79d57f5f (patch)
tree37d06c7298ac429361969df804b71e1d6246dd63 /app-emacs
parentdev-lang/boogie: bump to 3.2.0 (diff)
downloadgentoo-23158344e41232440bb377ee3d32601d79d57f5f.tar.gz
gentoo-23158344e41232440bb377ee3d32601d79d57f5f.tar.bz2
gentoo-23158344e41232440bb377ee3d32601d79d57f5f.zip
app-emacs/libegit2: treeclean
Closes: https://bugs.gentoo.org/928920 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/libegit2/Manifest1
-rw-r--r--app-emacs/libegit2/files/50libegit2-gentoo.el4
-rw-r--r--app-emacs/libegit2/libegit2-0.0.20230129.ebuild51
-rw-r--r--app-emacs/libegit2/metadata.xml14
4 files changed, 0 insertions, 70 deletions
diff --git a/app-emacs/libegit2/Manifest b/app-emacs/libegit2/Manifest
deleted file mode 100644
index 3a67dcaf4897..000000000000
--- a/app-emacs/libegit2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libegit2-0.0.20230129.tar.gz 132237 BLAKE2B 339c11eaa5b231d33a3b23780b625798d47ab6725fede240ae95307cc0034a61a39d84075be271fff2ae8b1ff5143fb61ef243671f8ac927b07e931824c8c55d SHA512 9384e9118b29429aaa8ee7608712bcc1c9f006a35fb46332f9b999be909ac18c4753af58cd1c91c37a6b24ca9a08f7103f22d53a242296d0dc6a509a2c5e27fb
diff --git a/app-emacs/libegit2/files/50libegit2-gentoo.el b/app-emacs/libegit2/files/50libegit2-gentoo.el
deleted file mode 100644
index 4117c7926cd8..000000000000
--- a/app-emacs/libegit2/files/50libegit2-gentoo.el
+++ /dev/null
@@ -1,4 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(add-to-list 'load-path "@EMACSMODULES@")
-(defvar libgit--build-dir "@EMACSMODULES@")
-(autoload 'libgit-load "libegit2" "Load the `libegit2` dynamic module." t)
diff --git a/app-emacs/libegit2/libegit2-0.0.20230129.ebuild b/app-emacs/libegit2/libegit2-0.0.20230129.ebuild
deleted file mode 100644
index a3832f7be04e..000000000000
--- a/app-emacs/libegit2/libegit2-0.0.20230129.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=26
-COMMIT="ab1a53a6a0120872e42582fc980e779d47de6d0e"
-
-BUILD_DIR="."
-
-inherit cmake elisp
-
-DESCRIPTION="Emacs bindings for libgit2"
-HOMEPAGE="https://github.com/magit/libegit2"
-SRC_URI="https://github.com/magit/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-# The tests seem to be written specifically for the libegit2 git repository.
-RESTRICT="test"
-
-DEPEND=">=dev-libs/libgit2-1.0.0:="
-RDEPEND="${DEPEND}
- >=app-editors/emacs-26:*[dynamic-loading]"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"
-
-src_prepare() {
- # Don't build against the bundled submodule
- sed -i -e '/subdirectory.*libgit2/ s/^/#/' CMakeLists.txt || die
-
- rm -f test.el || die
-
- cmake_src_prepare
-}
-
-src_configure() {
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
- elisp_src_compile
-}
-
-src_install() {
- elisp_src_install
- elisp-modules-install ${PN} libegit2.so
-}
diff --git a/app-emacs/libegit2/metadata.xml b/app-emacs/libegit2/metadata.xml
deleted file mode 100644
index a3c240cf0ec8..000000000000
--- a/app-emacs/libegit2/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>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<longdescription>
- This is an experimental module for libgit2 bindings to Emacs, intended to boost the performance of magit.
-</longdescription>
-<upstream>
- <remote-id type="github">magit/libegit2</remote-id>
-</upstream>
-</pkgmetadata>