repo/gentoo:master commit in: app-emacs/agitjo/
Maciej BarÄ <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786705223.a35418d4ce32487f8d9cbde707a8a598ac92bab4.xgqt@gentoo> |
commit: a35418d4ce32487f8d9cbde707a8a598ac92bab4
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 10:44:58 2026 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 11:00:23 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35418d4
app-emacs/agitjo: drop old 1.0.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/agitjo/Manifest | 1 -
app-emacs/agitjo/agitjo-1.0.0.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/app-emacs/agitjo/Manifest b/app-emacs/agitjo/Manifest
index e06588e66636..247e38df8402 100644
--- a/app-emacs/agitjo/Manifest
+++ b/app-emacs/agitjo/Manifest
@@ -1,2 +1 @@
-DIST agitjo-1.0.0.tar.gz 60897 BLAKE2B 3dcf196a37cf8515eccc2d2afbe2144a7ad6bfda8edf0b4386bf2cc2556cf63bdbbd21fb8f30d146209dd7f88c4a22f224516e0d91c605cec4632fc955366eea SHA512 bd3362d8fd3090509dbacf4bb2b59bd591f47243afab6f20b0359d236e27e33824d9880c96c6d43c2d0a666d32e8fbd6d22a727e9241ea1c9680edb58ead9897
DIST agitjo-2.0.0.codeberg.tar.gz 61596 BLAKE2B 2ca8e1587c07897f7f4da1c638cf954a55be0ee382f843efff0eb867054fe0a33ca8ecb2e07efac15b22e4581cb9aea9307be3fbc01c28c18cd389535d876477 SHA512 3a41ade3211d0e5652051e46ac5247095454cd8c4affe72af81718cbdc7a587a4f3a7015dca7e2f95a19046123639851963d0c0431f8b8ca5f225d48905056c3
diff --git a/app-emacs/agitjo/agitjo-1.0.0.ebuild b/app-emacs/agitjo/agitjo-1.0.0.ebuild
deleted file mode 100644
index c7490f11790f..000000000000
--- a/app-emacs/agitjo/agitjo-1.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=9
-
-NEED_EMACS="30.1"
-inherit elisp
-
-DESCRIPTION="Manage Forgejo PRs with AGit-Flow in Emacs"
-HOMEPAGE="https://codeberg.org/halvin/agitjo"
-SRC_URI="https://codeberg.org/halvin/agitjo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DOCS=( CHANGELOG.org README.org )
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
- app-emacs/magit
- app-emacs/markdown-mode
- app-emacs/transient
-"
-BDEPEND="${RDEPEND}"