From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B4511582EF for ; Mon, 10 Mar 2025 02:19:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 745BA34313E for ; Mon, 10 Mar 2025 02:19:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B49FF11047D; Mon, 10 Mar 2025 02:18:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AD5F011047B for ; Mon, 10 Mar 2025 02:18:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62D0B343134 for ; Mon, 10 Mar 2025 02:18:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 854D028B5 for ; Mon, 10 Mar 2025 02:18:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741572806.179c1578451c84f8754cf6463e63f548255bd16b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hello/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/hello/Manifest app-misc/hello/hello-2.12.ebuild X-VCS-Directories: app-misc/hello/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 179c1578451c84f8754cf6463e63f548255bd16b X-VCS-Branch: master Date: Mon, 10 Mar 2025 02:18:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82fad6da-6a5b-42ef-9cd9-f2037bdccb8e X-Archives-Hash: 69203c42165459623e42bcc6846f91cb commit: 179c1578451c84f8754cf6463e63f548255bd16b Author: Filip Kobierski pm me> AuthorDate: Wed Mar 5 16:50:06 2025 +0000 Commit: Sam James gentoo 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 pm.me> Closes: https://github.com/gentoo/gentoo/pull/40917 Signed-off-by: Sam James 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) +}