summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-04-13 13:37:07 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-04-14 00:55:46 +0200
commit48545aaef32fe9e3586ed16051f97c87f0a9583f (patch)
tree2ee1379e075a1b8542e1470e07906ffb3d9c993e
parentgames-util/cartridges: drop old 2.7.3 (diff)
downloadgentoo-48545aaef32fe9e3586ed16051f97c87f0a9583f.tar.gz
gentoo-48545aaef32fe9e3586ed16051f97c87f0a9583f.tar.bz2
gentoo-48545aaef32fe9e3586ed16051f97c87f0a9583f.zip
app-emacs/uxntal-mode: drop old 0.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--app-emacs/uxntal-mode/Manifest1
-rw-r--r--app-emacs/uxntal-mode/uxntal-mode-0.2.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/app-emacs/uxntal-mode/Manifest b/app-emacs/uxntal-mode/Manifest
index f3d299f7d0ab..4507db7f027f 100644
--- a/app-emacs/uxntal-mode/Manifest
+++ b/app-emacs/uxntal-mode/Manifest
@@ -1,2 +1 @@
-DIST uxntal-mode-0.2.tar.gz 9450 BLAKE2B b8c3517f452c087aafce7fb1f0dd3dceca5160db27c59b24e1eb46eb0496768b330ab5a741fa809284817a3adcf1e4a46a16c6ec44e8d687f299b63e680eca46 SHA512 4f84a67831c9a43361849185c2ab097174a66c70bd2fd57ca175cb46977be5fef2797d52bd70ea6854a69c99cf94faaa8aa5a6f38ef306e895a42ae62de590a9
DIST uxntal-mode-0.3.tar.gz 9906 BLAKE2B fc0126c99ebaae2f8f95b7364dc56341de012d7b010a13ac362dda2bc81b110f60bdb8c5e7d1f764b0368538e4657aa989e75797566499cd58e4b3f85ae12d66 SHA512 d161b96d8c80cd7e3761cf05ffb7f4711755c5ec2282fdb9ee0a2e77dc78f7ed059482641908c645371794c7d258e5f6fae0971d281e56e2e80397026b4fa441
diff --git a/app-emacs/uxntal-mode/uxntal-mode-0.2.ebuild b/app-emacs/uxntal-mode/uxntal-mode-0.2.ebuild
deleted file mode 100644
index 27a4bd542e1d..000000000000
--- a/app-emacs/uxntal-mode/uxntal-mode-0.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=27.1
-
-inherit elisp
-
-DESCRIPTION="GNU Emacs major mode for the uxntal assembly language"
-HOMEPAGE="https://github.com/non/uxntal-mode/"
-SRC_URI="https://github.com/non/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"