From 46eedbedafdb0040c37884982d4c775ce277fb7b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Oct 2021 10:22:14 +0100 Subject: gentoo resync : 20.10.2021 --- app-shells/yash/Manifest | 6 +++--- app-shells/yash/yash-2.50.ebuild | 35 ----------------------------------- app-shells/yash/yash-2.51.ebuild | 2 +- app-shells/yash/yash-2.52.ebuild | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 app-shells/yash/yash-2.50.ebuild create mode 100644 app-shells/yash/yash-2.52.ebuild (limited to 'app-shells/yash') diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest index 5fbbedd2ff5d..b76e7e9817ea 100644 --- a/app-shells/yash/Manifest +++ b/app-shells/yash/Manifest @@ -1,5 +1,5 @@ -DIST yash-2.50.tar.xz 739988 BLAKE2B 4d8047150e2326b7c401f79416d87d09c099d4743026ee997e7f49d096cb23de210ded489b348cc9a264ece2fd4778b4f5c5c9999ed7391ab78699ce77ec03e0 SHA512 fc78d61b09f7c81d1d7bd3f4feefa7d4c0de910524759ebcba2b53322abc3f1e0a937007b36a5060af0ee759df210ec06d5eed2c71cf3f7ccd0825521b50edb7 DIST yash-2.51.tar.xz 753880 BLAKE2B 4c66137eb2abf454c75b50c9d153522136bd835e7c26a305b424b8cf88694fd1dc83d9012efc8e2a611abc25217b34ae1dd36c20e0645204fb349871d23feefa SHA512 53f85f98dfd66c8937db292694da05fb7fdc8d270fc4811d7ec4d2787ab56600eca8e44379ef349755ec5fb739af3b32036a588ac35be810108ccc388be122e6 -EBUILD yash-2.50.ebuild 801 BLAKE2B 73fe91dce46af85386a2fe79d641fa83127f1deba19b5674a516072f844faf8f9d5f841d323acc773bc3ca6afb6886b7afd1ef1201fc13c0112a18e50d254fe5 SHA512 6fae1500368d7d01083dac98e536055557a68b6eba8f39ee6a6825d20cc54e9a78dca3414a7641e9fe1259f3ac4f3fe3a6a1b1ab9bf8be12f1b95f58da41e12a -EBUILD yash-2.51.ebuild 803 BLAKE2B 80c52ab9e5e9a4fd67134f2baf36b918d0e3935261865dbfe7eaf5d86e3d944546af1076069d150f99be70732a104c42388e1751f677c10e311f9baecd86e997 SHA512 bd43bef33687eaecadaa703171f00e09a5d71cdb2fae749500579a5921340f62f42b88a045382adce93e08f36411ff06753a692888c13466704170788e4d9066 +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 MISC metadata.xml 1075 BLAKE2B dff6217754d5c5217c62464665b4ad06424e541a96d48109cad2171d8b678eadec5ef6838ca78151c48e072d7a46c0fb5b3b71bb71da8dc1aaedc2c9d567d111 SHA512 c8e612bdb0feae7f3bb498b822f05cfb57eaf2f9d6a2503a5939436285eda1d3984f9658209d895443f5e00fc6e9e15341f854d84034c5a02060039cd6580f8a diff --git a/app-shells/yash/yash-2.50.ebuild b/app-shells/yash/yash-2.50.ebuild deleted file mode 100644 index 878b8ade8019..000000000000 --- a/app-shells/yash/yash-2.50.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}/73097/${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.51.ebuild b/app-shells/yash/yash-2.51.ebuild index 0b53c22ccf26..a71eb24ef614 100644 --- a/app-shells/yash/yash-2.51.ebuild +++ b/app-shells/yash/yash-2.51.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/74064/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="nls test" RESTRICT="!test? ( test )" diff --git a/app-shells/yash/yash-2.52.ebuild b/app-shells/yash/yash-2.52.ebuild new file mode 100644 index 000000000000..d9439e440b70 --- /dev/null +++ b/app-shells/yash/yash-2.52.ebuild @@ -0,0 +1,35 @@ +# 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}/76153/${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 +} -- cgit v1.2.3