diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:30:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:30:26 +0200 |
commit | 09ff3b09b67afd146827a2eef3205a6649d0ed7d (patch) | |
tree | 9983dfc182244e78ccc8efa5b653741a0a35e611 /app-admin | |
parent | app-admin/ara: Remove last-rited pkg (diff) | |
download | gentoo-09ff3b09b67afd146827a2eef3205a6649d0ed7d.tar.gz gentoo-09ff3b09b67afd146827a2eef3205a6649d0ed7d.tar.bz2 gentoo-09ff3b09b67afd146827a2eef3205a6649d0ed7d.zip |
app-admin/installer: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718182
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/installer/Manifest | 1 | ||||
-rw-r--r-- | app-admin/installer/installer-0.1.1_beta.ebuild | 21 | ||||
-rw-r--r-- | app-admin/installer/metadata.xml | 11 |
3 files changed, 0 insertions, 33 deletions
diff --git a/app-admin/installer/Manifest b/app-admin/installer/Manifest deleted file mode 100644 index a3228855dd07..000000000000 --- a/app-admin/installer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST installer-0.1.1_beta.tar.gz 49946 BLAKE2B 845df010036446e65479affc3d901fe114248130627ce76583c42adc9ecf9c0e2585600106c1559c8d3dac8c086553fed1d48d00002ede9e9be509fc98632662 SHA512 940272cefed17bd6c370fe26b2941da611cbd0aa8fb1c7f51bfaef483c7f9189f10754fb7e3d84dc099ac687f4644e24ae22e7ec09c41f39efba30d5743c9163 diff --git a/app-admin/installer/installer-0.1.1_beta.ebuild b/app-admin/installer/installer-0.1.1_beta.ebuild deleted file mode 100644 index 9cfb8df6b15f..000000000000 --- a/app-admin/installer/installer-0.1.1_beta.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) -PYTHON_REQ_USE="ncurses(+)" - -inherit distutils-r1 - -MY_PV=${PV/_/-} - -DESCRIPTION="A software for Gentoo installation" -HOMEPAGE="https://github.com/ChrisADR/installer" -SRC_URI="https://github.com/ChrisADR/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64" - -S="${WORKDIR}/${PN}-${MY_PV}" -DOCS=( README.md CONTRIBUTING.md ) diff --git a/app-admin/installer/metadata.xml b/app-admin/installer/metadata.xml deleted file mode 100644 index f846e48fd956..000000000000 --- a/app-admin/installer/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - installer is designed to aid users during the installation - process of Gentoo Linux. It is capable of walk a beginner - user through the regular installation process following key - topics from the Gentoo Handbook. - </longdescription> -</pkgmetadata> |