1
0
Fork 0

deprecated

This commit is contained in:
Horea Christian 2018-07-20 19:59:50 +02:00
parent 16fe6869d4
commit 8bc9303e99
3 changed files with 0 additions and 45 deletions

View File

@ -1,3 +0,0 @@
14 Sep 2017; Horea Christian <h.chr@mail.ru> +metadata.xml,
mkstage4-9999.ebuild:
app-backup/mkstage4:

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@yandex.com</email>
<name>Horea Christian</name>
</maintainer>
<longdescription lang="en">
A relational database standard for life science research, including a
number of functions to conveniently add and retrieve information - and
generate summaries.
</longdescription>
<upstream>
<remote-id type="github">TheChymera/mkstage4</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,26 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit git-r3
RESTRICT="strip"
DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs"
HOMEPAGE="https://github.com/TheChymera/mkstage4"
EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="app-shells/bash
app-arch/tar"
src_install() {
exeinto /usr/bin/
newexe "${S}"/mkstage4.sh mkstage4
}