commit: 578349dab259349715d28524acd215f5ffcd32a3 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Sat Oct 18 13:41:17 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Sat Oct 18 13:42:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578349da
app-misc/hello: drop 2.11 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-misc/hello/Manifest | 1 - app-misc/hello/hello-2.11.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/app-misc/hello/Manifest b/app-misc/hello/Manifest index d29352c6c3f7..4066ee3626a7 100644 --- a/app-misc/hello/Manifest +++ b/app-misc/hello/Manifest @@ -1,2 +1 @@ -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.11.ebuild b/app-misc/hello/hello-2.11.ebuild deleted file mode 100644 index 7b573be6755e..000000000000 --- a/app-misc/hello/hello-2.11.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 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 ChangeLog.O NEWS README THANKS TODO contrib/evolution.txt) - -src_configure() { - econf $(use_enable nls) -}
