diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-05-24 08:02:12 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-24 22:14:36 +0300 |
commit | 5cb5ef131969296a28cb18ce08457e46de26b9e1 (patch) | |
tree | 16590ca7f4faa7661e23adcc5f12e4d84e60c7b9 /app-editors | |
parent | app-text/calibre: add 7.11.0 (diff) | |
download | gentoo-5cb5ef131969296a28cb18ce08457e46de26b9e1.tar.gz gentoo-5cb5ef131969296a28cb18ce08457e46de26b9e1.tar.bz2 gentoo-5cb5ef131969296a28cb18ce08457e46de26b9e1.zip |
app-editors/hyx: drop 2021.06.09
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/36804
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hyx/Manifest | 1 | ||||
-rw-r--r-- | app-editors/hyx/hyx-2021.06.09.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/app-editors/hyx/Manifest b/app-editors/hyx/Manifest index f504800319e1..dc6685b59878 100644 --- a/app-editors/hyx/Manifest +++ b/app-editors/hyx/Manifest @@ -1,2 +1 @@ -DIST hyx-2021.06.09.tar.xz 13864 BLAKE2B 2c97364e1ae185e7dd63fdfb452637cb68b8ab0d76d0009ce515d6f0fe709d38b910f86dfa465ac6843c88feb997dfdc3c736e21bb0b4265a39440c054f75251 SHA512 43f990e29ce097f8e2378a4511a3097e2576fd72e16f3b5c81688702487c8715e7189cb4a368e344c5440a90a1c759d2f76e7831ab401fa814f7e5ff7e145bd8 DIST hyx-2024.02.29.tar.xz 13964 BLAKE2B 8333f6fa1a2be76152d9753fd0c759bd82679cb09d936df5e4a6caba87c5ff81c141a5d47f79047601bbd85a1efd0f371a111db14a019c7fc6da4ed095a312a5 SHA512 b5c17b045d1c97106212745b1bb4c4052cfe7ac5a28ec0a2240764785410d7e68292d0ff976fbdc58172cd9433ce49b1cad89b767e09d5d6207088a6a60b4e85 diff --git a/app-editors/hyx/hyx-2021.06.09.ebuild b/app-editors/hyx/hyx-2021.06.09.ebuild deleted file mode 100644 index 4877bc384b3b..000000000000 --- a/app-editors/hyx/hyx-2021.06.09.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="A minimalistic console hex editor with vim-like controls" -HOMEPAGE="https://yx7.cc/code/" -SRC_URI="https://yx7.cc/code/hyx/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -PATCHES=( - # Avoid complaining about not respecting LDFLAGS - "${FILESDIR}/${PN}-ldflags.patch" -) - -src_compile() { - CC=$(tc-getCC) emake -} - -src_install() { - dobin hyx -} |