diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-admin/installer | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/installer')
-rw-r--r-- | app-admin/installer/Manifest | 3 | ||||
-rw-r--r-- | app-admin/installer/installer-0.1.1_beta.ebuild | 21 | ||||
-rw-r--r-- | app-admin/installer/metadata.xml | 18 |
3 files changed, 0 insertions, 42 deletions
diff --git a/app-admin/installer/Manifest b/app-admin/installer/Manifest deleted file mode 100644 index 706920095904..000000000000 --- a/app-admin/installer/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST installer-0.1.1_beta.tar.gz 49946 BLAKE2B 845df010036446e65479affc3d901fe114248130627ce76583c42adc9ecf9c0e2585600106c1559c8d3dac8c086553fed1d48d00002ede9e9be509fc98632662 SHA512 940272cefed17bd6c370fe26b2941da611cbd0aa8fb1c7f51bfaef483c7f9189f10754fb7e3d84dc099ac687f4644e24ae22e7ec09c41f39efba30d5743c9163 -EBUILD installer-0.1.1_beta.ebuild 512 BLAKE2B b93b2f2fcd04f5a1780586bd031dafa942093605a531020e29531c81541589ce4f584bdd2ad738e78fd09bc356de295cb3b2fded1b4ade719a430b0e4928d02e SHA512 19698b48f8d34be506c2386473f3b552498ebf8283c6e4b09297612aa952c5c758ac0a4524262bde471ed703a2199be1a1b153e97dce1823a443749df596eb7d -MISC metadata.xml 650 BLAKE2B 85405d55a8203f929a0a11864b7df6ddb9763160da824a1a1f037c1ea3e52f3a1fd1540316142f47af0ed575f90deab90fc71a90085ac1ba3f571954d079f541 SHA512 d1c0b0a1fe0b4aa0fb00595d7c46c73254ee22bd801b81a9895e176a0577ae64174dd587bacd3ac5ca17fe6c56f771274d508f9249a990608e6b515bc8aabef2 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 ) diff --git a/app-admin/installer/metadata.xml b/app-admin/installer/metadata.xml deleted file mode 100644 index b6fd5038e019..000000000000 --- a/app-admin/installer/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>chrisadr@gentoo.org</email> - <name>Christopher Díaz Riveros</name> - <description>Primary maintainer</description> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - </maintainer> - <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> |