summaryrefslogtreecommitdiff
path: root/app-admin/installer/installer-0.1.1_beta.ebuild
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-admin/installer/installer-0.1.1_beta.ebuild
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/installer/installer-0.1.1_beta.ebuild')
-rw-r--r--app-admin/installer/installer-0.1.1_beta.ebuild21
1 files changed, 0 insertions, 21 deletions
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 17bc218aa0e4..000000000000
--- a/app-admin/installer/installer-0.1.1_beta.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5,3_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 )