commit: 179c1578451c84f8754cf6463e63f548255bd16b Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Wed Mar 5 16:50:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 02:13:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179c1578
app-misc/hello: add 2.12 also shortened DOCS a bit Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Closes: https://github.com/gentoo/gentoo/pull/40917 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/hello/Manifest | 1 + app-misc/hello/hello-2.12.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-misc/hello/Manifest b/app-misc/hello/Manifest index 0c69109c8e9f..d29352c6c3f7 100644 --- a/app-misc/hello/Manifest +++ b/app-misc/hello/Manifest @@ -1 +1,2 @@ DIST hello-2.11.tar.gz 1018256 BLAKE2B 6e06e4a3a113fc24bca056197ba004fd97b2076bb2f5d660f337782c9a982a0d80e265e7e1dc22f3467257eab071fe5e252a020234839f30ce767ae5d5ee7a3b SHA512 9b1defc1dd7b6a989d3f64a1cb1c6f47276192d7bacf11282ae8683606eb613473c882c1a5e74c18d641f46584f0735981597a45ae4eb37830a5b4d955e3aec7 +DIST hello-2.12.tar.gz 1017723 BLAKE2B 62a977d27c3e9a2a3d3998bf4f9b1dd8323d88a603138a80ad423d51493f9c99bed418dfc64ee55c23587d727865bf149affed6fe40b782d8ca9384346ba6414 SHA512 e22ff0733162d30e0daaf53c5b5663ab5ddb1cccbdac94591ac2abb53aa5e113141211596fa49706b7dcfdf3fbb96130c4326b1307dca0427b1768fe0ccf9fec diff --git a/app-misc/hello/hello-2.12.ebuild b/app-misc/hello/hello-2.12.ebuild new file mode 100644 index 000000000000..8cdce7f78794 --- /dev/null +++ b/app-misc/hello/hello-2.12.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="GNU \"Hello, world\" application" +HOMEPAGE="https://www.gnu.org/software/hello/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="FDL-1.3+ GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="nls" + +DOCS=( AUTHORS ChangeLog{,.O} NEWS README THANKS contrib/evolution.txt ) + +src_configure() { + econf $(use_enable nls) +}
