app-backup/mkstage4: Updated EAPI and Fixed QA errors
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
parent
0ae694be6c
commit
71d3dc1e98
3
app-backup/mkstage4/ChangeLog
Normal file
3
app-backup/mkstage4/ChangeLog
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
14 Sep 2017; Horea Christian <h.chr@mail.ru> +metadata.xml,
|
||||||
|
mkstage4-9999.ebuild:
|
||||||
|
app-backup/mkstage4:
|
16
app-backup/mkstage4/metadata.xml
Normal file
16
app-backup/mkstage4/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?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>
|
@ -1,15 +1,14 @@
|
|||||||
# Copyright 1999-2014 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v3
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# Author: Horea Christian
|
|
||||||
|
|
||||||
EAPI="5"
|
EAPI="6"
|
||||||
|
|
||||||
inherit git-2
|
inherit git-r3
|
||||||
|
|
||||||
RESTRICT="strip"
|
RESTRICT="strip"
|
||||||
|
|
||||||
DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs"
|
DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs"
|
||||||
HOMEPAGE="https://github.com/TheChymera/${PN}"
|
HOMEPAGE="https://github.com/TheChymera/mkstage4"
|
||||||
EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git"
|
EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
@ -21,7 +20,6 @@ DEPEND=""
|
|||||||
RDEPEND="app-shells/bash
|
RDEPEND="app-shells/bash
|
||||||
app-arch/tar"
|
app-arch/tar"
|
||||||
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
exeinto /usr/bin/
|
exeinto /usr/bin/
|
||||||
newexe "${S}"/mkstage4.sh mkstage4
|
newexe "${S}"/mkstage4.sh mkstage4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user