diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-11-13 13:10:00 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-11-13 13:10:00 +0000 |
commit | e9d044d4b9b71200a96adfa280848858c0f468c9 (patch) | |
tree | 1bd8ef816043a8cd340f1d774e79553a1a7d31d8 /app-shells/yash | |
parent | fc2f1018fc323ef2c6572734a9b130427cba76a6 (diff) |
gentoo resync : 13.11.2021
Diffstat (limited to 'app-shells/yash')
-rw-r--r-- | app-shells/yash/Manifest | 4 | ||||
-rw-r--r-- | app-shells/yash/yash-2.51.ebuild | 35 | ||||
-rw-r--r-- | app-shells/yash/yash-2.52.ebuild | 2 |
3 files changed, 2 insertions, 39 deletions
diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest index b76e7e9817ea..1188f1b520ff 100644 --- a/app-shells/yash/Manifest +++ b/app-shells/yash/Manifest @@ -1,5 +1,3 @@ -DIST yash-2.51.tar.xz 753880 BLAKE2B 4c66137eb2abf454c75b50c9d153522136bd835e7c26a305b424b8cf88694fd1dc83d9012efc8e2a611abc25217b34ae1dd36c20e0645204fb349871d23feefa SHA512 53f85f98dfd66c8937db292694da05fb7fdc8d270fc4811d7ec4d2787ab56600eca8e44379ef349755ec5fb739af3b32036a588ac35be810108ccc388be122e6 DIST yash-2.52.tar.xz 755016 BLAKE2B 44c26d310e9bd50a6f381adefedcdf9bcb49998860a8a67e300d31d5a8615d7346e06e7c4ca5e098d7232a0acc112daa2230572939f665db982f187ccd741778 SHA512 1024ff7e3cce6e64cbc0bd5c0d04a9863d0d51013baf07723d09562b156d05dbfe1fc2df5b736cdec5f562c56ad634f865554a1fe5aeeed91ec0d9276667f02a -EBUILD yash-2.51.ebuild 801 BLAKE2B 314d4f4c32661b8e0c57b2066a90e672fb064284aad81d511c289698b235b89b01e3e66d56f5a4d0d96dd16f5299e5b60a53acd4197e26d469013735d0473a50 SHA512 e928382ec0c2adb8989c99bc4ce466b264616a86150d001a5b1d2aa5fedc53152d5ff9154948fd13f04821f78b4a1fe1868db57b6447fe08b06bcaaaa37c4dc2 -EBUILD yash-2.52.ebuild 803 BLAKE2B ecbed1ff0436ecde8ca0134e1b0d53a84701d5ac3a30ea3402fd1f90a492fb62161d638cba0018943217019d36c96eeba64491a6cb5443e6b7d7c275ff96b3f1 SHA512 d38758b98d7104e6c8eccd5c64fc7d019820500a2a47dcd700ae940e6d1a2b3cded431f8b76c8552adb6b8e80841bae1d74700d5a8d82450caf9dddb1cd2f16b +EBUILD yash-2.52.ebuild 801 BLAKE2B 2f794c6921576c5e41a9efc2851fccffafa47e446e68195e3753a4b68345284cb6434d5f794f57e352fec2753ac9cab75dd91acc5dcc43877a36f2b8011a6afa SHA512 505ec3684dc302a8e2bf63bbbb8d5075085a68d7880064cc4d6a01551055470754eaa1be6d8822f7d583c90f18bd86625e71de2ebe14118d02ed6a60df9635be MISC metadata.xml 1075 BLAKE2B dff6217754d5c5217c62464665b4ad06424e541a96d48109cad2171d8b678eadec5ef6838ca78151c48e072d7a46c0fb5b3b71bb71da8dc1aaedc2c9d567d111 SHA512 c8e612bdb0feae7f3bb498b822f05cfb57eaf2f9d6a2503a5939436285eda1d3984f9658209d895443f5e00fc6e9e15341f854d84034c5a02060039cd6580f8a diff --git a/app-shells/yash/yash-2.51.ebuild b/app-shells/yash/yash-2.51.ebuild deleted file mode 100644 index a71eb24ef614..000000000000 --- a/app-shells/yash/yash-2.51.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -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}/74064/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 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.52.ebuild b/app-shells/yash/yash-2.52.ebuild index d9439e440b70..51a06e09d772 100644 --- a/app-shells/yash/yash-2.52.ebuild +++ b/app-shells/yash/yash-2.52.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/76153/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="nls test" RESTRICT="!test? ( test )" |