summaryrefslogtreecommitdiff
path: root/app-misc/hello
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/hello
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/hello')
-rw-r--r--app-misc/hello/Manifest3
-rw-r--r--app-misc/hello/hello-2.10.ebuild19
-rw-r--r--app-misc/hello/metadata.xml8
3 files changed, 0 insertions, 30 deletions
diff --git a/app-misc/hello/Manifest b/app-misc/hello/Manifest
deleted file mode 100644
index 6dc363b178ac..000000000000
--- a/app-misc/hello/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST hello-2.10.tar.gz 725946 BLAKE2B 0af5a3890191dff6e570e2297c20f72c8d0598cadfc2b291e2fe3612e73f7eca48b3b63032c883f11a8a5764c757625c4a736904d756d451ad0516578040290f SHA512 e301d785135c52575a8b4c35994c0316f8d366451f604eb5e74c1f907077502aebd5a1a32cd1e26cd7ca32c22f4de5623a335f8ae7e735ac977420df664f01de
-EBUILD hello-2.10.ebuild 475 BLAKE2B 61041ddbbf448073cebbaadc8aeb57e2bfba978dc041719a5d4faf9a32f6f68db6e75d1598eacbb8a3838c064f3cdd11462802644a2e2dd7c6b91bf5d4a1cb8f SHA512 2c70757973aebaad59ae5dd1648ddbdda55d1f39567f123fb53fe4a1f1e9f383c3db4aba6537704fe799565c795d60dd32a74d52457f556ecad44779e36c6013
-MISC metadata.xml 247 BLAKE2B 0d7d70e4b64584cfb5104e6f272db8f23e13147f254d8b5c74169b41ffaa33168d3f1b5335792db250ef06758b50220909c21fe336a76c7437662f6a28bfeec1 SHA512 81c81f4438f7102cb9da6c1b43daaae38dd1b111ef072465fa7e8eaba449705fa878f580e9f29dc0f28b77b77d1d9e1e40101f5c88d117727776b21ad62dd1a4
diff --git a/app-misc/hello/hello-2.10.ebuild b/app-misc/hello/hello-2.10.ebuild
deleted file mode 100644
index c2b5e416b931..000000000000
--- a/app-misc/hello/hello-2.10.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-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)
-}
diff --git a/app-misc/hello/metadata.xml b/app-misc/hello/metadata.xml
deleted file mode 100644
index fa5200558136..000000000000
--- a/app-misc/hello/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>jcallen@gentoo.org</email>
- <name>Jonathan Callen</name>
-</maintainer>
-</pkgmetadata>