summaryrefslogtreecommitdiff
path: root/app-shells/yash
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-13 00:01:18 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-13 00:01:18 +0100
commita25cc082a26782e5d39ded4559c91ff11bc3c299 (patch)
tree6cd0802dd248058d540f1f5f472c5df98216f154 /app-shells/yash
parentd72a987a342949e200b5e9decbd71f246da53788 (diff)
gentoo auto-resync : 13:05:2024 - 00:01:18
Diffstat (limited to 'app-shells/yash')
-rw-r--r--app-shells/yash/Manifest4
-rw-r--r--app-shells/yash/yash-2.55.ebuild35
-rw-r--r--app-shells/yash/yash-2.56.1.ebuild2
3 files changed, 2 insertions, 39 deletions
diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest
index 892160f00c7f..14e980fb1a2b 100644
--- a/app-shells/yash/Manifest
+++ b/app-shells/yash/Manifest
@@ -1,5 +1,3 @@
-DIST yash-2.55.tar.xz 761184 BLAKE2B a6a73a4055766f310724bd78670870eb96be9c34f79c177a80d86876512adfdd9d67bb28fadd113cd230db5a7eaaa91a1926d1b942297ca735e7390460b7a8c0 SHA512 9e92fc86884b0b315a98fcb5da0f319f431515185a970762946b919ccccc72aa8756e337dfa7cec763a7d8496bf4838eb9ef88664b35512180f13cc4146e9816
DIST yash-2.56.1.tar.xz 768752 BLAKE2B 8ee4c654e85b5895096870afcb3fc4e855274f3fd1956372753a46c522430a59c8ba96e64b0b13672e0289d2a9b6492a18a0f3d9e9e5500f53144ed1d56ca750 SHA512 28e8bde5fc12e5178136b82ecdc0c52c37c98301245089b0d55c43266880e299237a5522e572883e5c51b7d9a0e9bf94fe265a9ebdbf346c28ff837b0f60cc00
-EBUILD yash-2.55.ebuild 809 BLAKE2B f840ca9db9255dad277f8fcc78fe4fc839db0754caa5c3aad6f20aabbacc91212271e28b3d42d42500897b06198db96e3e0be1be939e013dd2e432e42453fd92 SHA512 c3d9878f47f7571744814b39fd83d311fe58d74c3638516f1d48b2703312f8447693e292745149f672712a986fc98385dd6fd0123a4d07b076897199eb7c9755
-EBUILD yash-2.56.1.ebuild 844 BLAKE2B c91811fe1d24dc044ed26c2610015ef35dcb2d0ea11e58c7c0aefc09d4cf7d74336422a8238b6862bfd96f381ece8e5df0e2dd6d8ce3ffc7632a3da759a4cbfb SHA512 1b7ff8db51e0f55a47109671de85e54d341551e855ca749a503f1c0fb2b6b0b2190534c5f5a0caadfa75f57a808b7e4da9b21b8db59280302bf334dfff7322db
+EBUILD yash-2.56.1.ebuild 842 BLAKE2B 7c6ee25b34971087b8c64e6df95f6fc917033c0394f59a956283f711b1fd10547730ebdbda7b473469de04fe680f6f83342dbe70af3e4ecac0119ffec5169283 SHA512 13645cab3a7b5ede7f9aa434c99e2432fbb59e59c1604e9094cbf5789246b7109e8f648e4e73345e11881803a16f275c6ed3ef01b60cd0c9e34faf851cb9ed40
MISC metadata.xml 1065 BLAKE2B ab9ec0ac6fbf2666a7e987b6a4cfd62f8520f541eb0d900602a782f895757d85ab07f61ca60cfab3cd6042a4e24cb311eb17a4fc163c2652f3c9b7ec4f3cafa2 SHA512 1bf5664d53623cc41a2509662889fe967b62068b27d36f30152fb59de29b46af03ea5baa1a778b2dca6232ffe3d564db37a6432f5f8cdc585a8c88e87fc9ab9f
diff --git a/app-shells/yash/yash-2.55.ebuild b/app-shells/yash/yash-2.55.ebuild
deleted file mode 100644
index e3e8631864e6..000000000000
--- a/app-shells/yash/yash-2.55.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PLOCALES="en ja"
-
-inherit flag-o-matic plocale toolchain-funcs
-
-DESCRIPTION="Yash is a POSIX-compliant command line shell"
-HOMEPAGE="https://yash.osdn.jp/"
-SRC_URI="mirror://sourceforge.jp/${PN}/79124/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~mips x86"
-IUSE="nls test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="sys-libs/ncurses:=
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="nls? ( sys-devel/gettext )
- test? ( sys-apps/ed )"
-
-src_configure() {
- append-cflags -std=c99
-
- sh ./configure \
- --prefix="${EPREFIX}"/usr \
- --exec-prefix="${EPREFIX}" \
- $(use_enable nls) \
- CC="$(tc-getCC)" \
- LINGUAS="$(plocale_get_locales | sed "s/en/en@quot en@boldquot/")" \
- || die
-}
diff --git a/app-shells/yash/yash-2.56.1.ebuild b/app-shells/yash/yash-2.56.1.ebuild
index 9084d796b0ba..23ee161faf20 100644
--- a/app-shells/yash/yash-2.56.1.ebuild
+++ b/app-shells/yash/yash-2.56.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magicant/${PN}/releases/download/${PV}/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="amd64 ~mips x86"
IUSE="nls test"
RESTRICT="!test? ( test )"