summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-14 10:32:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-14 12:27:53 +0200
commitea4abd0b3506f6498dbd772bbe14a613fbbdf169 (patch)
treeff55ad15817235474642d999ce6183fd1c9dab1a /app-emacs
parentdev-util/ccache: drop 4.5.1 (diff)
downloadgentoo-ea4abd0b3506f6498dbd772bbe14a613fbbdf169.tar.gz
gentoo-ea4abd0b3506f6498dbd772bbe14a613fbbdf169.tar.bz2
gentoo-ea4abd0b3506f6498dbd772bbe14a613fbbdf169.zip
app-emacs/libegit2: drop 0.0.20200515-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/libegit2/Manifest1
-rw-r--r--app-emacs/libegit2/libegit2-0.0.20200515-r1.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/app-emacs/libegit2/Manifest b/app-emacs/libegit2/Manifest
index 05f3883f58a4..3a67dcaf4897 100644
--- a/app-emacs/libegit2/Manifest
+++ b/app-emacs/libegit2/Manifest
@@ -1,2 +1 @@
-DIST libegit2-0.0.20200515.tar.gz 132122 BLAKE2B 2e8e06fb833e5ea2ee0f4e1fa760d30e91235a9b9c4a465de6d8a12d6c8431bdc85204546ba36c36f206e2788d9f1cda00d578c1c40057ccfb3f2117e8302013 SHA512 f604591ba272ea1cef8c428f644c0cfcc4ba2438a55c2b7a0dd1cdcb15836c755c0c6bdc6c42bd6da05935bba7fdac30efe65f26307599b07e591f4efdd1e897
DIST libegit2-0.0.20230129.tar.gz 132237 BLAKE2B 339c11eaa5b231d33a3b23780b625798d47ab6725fede240ae95307cc0034a61a39d84075be271fff2ae8b1ff5143fb61ef243671f8ac927b07e931824c8c55d SHA512 9384e9118b29429aaa8ee7608712bcc1c9f006a35fb46332f9b999be909ac18c4753af58cd1c91c37a6b24ca9a08f7103f22d53a242296d0dc6a509a2c5e27fb
diff --git a/app-emacs/libegit2/libegit2-0.0.20200515-r1.ebuild b/app-emacs/libegit2/libegit2-0.0.20200515-r1.ebuild
deleted file mode 100644
index e416b4617bba..000000000000
--- a/app-emacs/libegit2/libegit2-0.0.20200515-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-NEED_EMACS=26
-COMMIT="0ef8b13aef011a98b7da756e4f1ce3bb18e4d55a"
-
-BUILD_DIR=.
-
-inherit cmake elisp
-
-DESCRIPTION="Emacs bindings for libgit2"
-HOMEPAGE="https://github.com/magit/libegit2"
-SRC_URI="https://github.com/magit/libegit2/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND=">=dev-libs/libgit2-1.0.0:="
-RDEPEND="${DEPEND}
- >=app-editors/emacs-26:*[dynamic-loading]"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"
-
-# The tests seem to be written specifically for the libegit2 git
-# repository.
-RESTRICT="test"
-
-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
-}