summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-03 19:38:31 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-03 19:44:58 +0200
commitb6e89f96d893330638b9ed2837bb62aa648250c6 (patch)
tree2db2b002a025a859bb7109f6f6e80ff5b472c729 /app-misc
parentapp-misc/evtest: drop 1.33, 1.34 (diff)
downloadgentoo-b6e89f96d893330638b9ed2837bb62aa648250c6.tar.gz
gentoo-b6e89f96d893330638b9ed2837bb62aa648250c6.tar.bz2
gentoo-b6e89f96d893330638b9ed2837bb62aa648250c6.zip
app-misc/hello: drop 2.10-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/hello/Manifest1
-rw-r--r--app-misc/hello/hello-2.10-r1.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/app-misc/hello/Manifest b/app-misc/hello/Manifest
index e5170c726a7c..0c69109c8e9f 100644
--- a/app-misc/hello/Manifest
+++ b/app-misc/hello/Manifest
@@ -1,2 +1 @@
-DIST hello-2.10.tar.gz 725946 BLAKE2B 0af5a3890191dff6e570e2297c20f72c8d0598cadfc2b291e2fe3612e73f7eca48b3b63032c883f11a8a5764c757625c4a736904d756d451ad0516578040290f SHA512 e301d785135c52575a8b4c35994c0316f8d366451f604eb5e74c1f907077502aebd5a1a32cd1e26cd7ca32c22f4de5623a335f8ae7e735ac977420df664f01de
DIST hello-2.11.tar.gz 1018256 BLAKE2B 6e06e4a3a113fc24bca056197ba004fd97b2076bb2f5d660f337782c9a982a0d80e265e7e1dc22f3467257eab071fe5e252a020234839f30ce767ae5d5ee7a3b SHA512 9b1defc1dd7b6a989d3f64a1cb1c6f47276192d7bacf11282ae8683606eb613473c882c1a5e74c18d641f46584f0735981597a45ae4eb37830a5b4d955e3aec7
diff --git a/app-misc/hello/hello-2.10-r1.ebuild b/app-misc/hello/hello-2.10-r1.ebuild
deleted file mode 100644
index 933565e40f5f..000000000000
--- a/app-misc/hello/hello-2.10-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-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)
-}