app-misc/hello: Remove 2.9

Uses deprecated EAPI 4 and overshadowed by 2.10.

Package-Manager: Portage-2.3.38, Repoman-2.3.9
This commit is contained in:
Johannes Huber
2018-05-20 13:56:00 +02:00
parent d30d9a933c
commit cab6b82d09
2 changed files with 0 additions and 28 deletions

View File

@@ -1,2 +1 @@
DIST hello-2.10.tar.gz 725946 BLAKE2B 0af5a3890191dff6e570e2297c20f72c8d0598cadfc2b291e2fe3612e73f7eca48b3b63032c883f11a8a5764c757625c4a736904d756d451ad0516578040290f SHA512 e301d785135c52575a8b4c35994c0316f8d366451f604eb5e74c1f907077502aebd5a1a32cd1e26cd7ca32c22f4de5623a335f8ae7e735ac977420df664f01de
DIST hello-2.9.tar.gz 723645 BLAKE2B 5188d88d73c6308a2675502c1b29c9dd5aa27ea6c7e9c76727adf2440c19457d579b4c86b35278e137092d3057148e6a0234d36053b4ae3455e541cb75a7aaa7 SHA512 b2be91f436d8ebbf431af7f2bb9b61453cfcd336e2745971be48c2c94d7b6ea615e05ef0526fc25f235377d3f7073e1c432c0d522891a8978252267a61aeec86

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
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)
}
src_install() {
default
for x in contrib man doc po tests src; do
newdoc $x/ChangeLog ChangeLog.$x || die "newdoc failed"
done
}