app-portage/genlop: add patched version with some PR merged
Package-Manager: Portage-2.3.89, Repoman-2.3.20
This commit is contained in:
parent
3c1bcc8b9e
commit
87c34675a4
1
app-portage/genlop/Manifest
Normal file
1
app-portage/genlop/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST genlop-0.30.12.tar.gz 21755 BLAKE2B 23284be5a5b61c846bda8e6f1ba5ca606ac1476286d504da764ea4fd45a327cea195d81eaa482805c229c7ce4a6042d473ec45044d3acec09aa84ba7ee9382f6 SHA512 5c128062fa03b1b8d8934d8b509958542663495377020558066bb7778a1570d52854abc82ccdc7d1c034be5505ea2da0e21468627e59d9373346f9f3611a92a8
|
31
app-portage/genlop/genlop-0.30.12-r1.ebuild
Normal file
31
app-portage/genlop/genlop-0.30.12-r1.ebuild
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI="7"
|
||||||
|
|
||||||
|
inherit bash-completion-r1
|
||||||
|
|
||||||
|
DESCRIPTION="A nice emerge.log parser"
|
||||||
|
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
|
||||||
|
SRC_URI="https://github.com/Ociidii-Works/genlop/archive/genlop-${PV}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="dev-lang/perl
|
||||||
|
dev-perl/Date-Manip
|
||||||
|
dev-perl/libwww-perl"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
# Please send help
|
||||||
|
S=${WORKDIR}/genlop-genlop-${PV}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
echo "S=${S}"
|
||||||
|
dobin genlop
|
||||||
|
dodoc README Changelog
|
||||||
|
doman genlop.1
|
||||||
|
newbashcomp genlop.bash-completion genlop
|
||||||
|
}
|
26
app-portage/genlop/genlop-9999.ebuild
Normal file
26
app-portage/genlop/genlop-9999.ebuild
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI="7"
|
||||||
|
|
||||||
|
inherit git-r3 bash-completion-r1
|
||||||
|
|
||||||
|
DESCRIPTION="A nice emerge.log parser"
|
||||||
|
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
|
||||||
|
EGIT_REPO_URI="https://github.com/Ociidii-Works/genlop.git"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="dev-lang/perl
|
||||||
|
dev-perl/Date-Manip
|
||||||
|
dev-perl/libwww-perl"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin genlop
|
||||||
|
dodoc README Changelog
|
||||||
|
doman genlop.1
|
||||||
|
newbashcomp genlop.bash-completion genlop
|
||||||
|
}
|
12
app-portage/genlop/metadata.xml
Normal file
12
app-portage/genlop/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>tools-portage@gentoo.org</email>
|
||||||
|
<name>Gentoo Portage tools team</name>
|
||||||
|
</maintainer>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>perl@gentoo.org</email>
|
||||||
|
<name>Gentoo Perl Project</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
@ -0,0 +1,16 @@
|
|||||||
|
Title: added patched genlop
|
||||||
|
Author: XenHat <me@xenh.at>
|
||||||
|
Content-Type: text/plain
|
||||||
|
Posted: 2020-04-19
|
||||||
|
Revision: 1
|
||||||
|
News-Item-Format: 2.0
|
||||||
|
Display-If-Installed: app-portage/genlop
|
||||||
|
|
||||||
|
A new patched version of app-portage/genlop is now available.
|
||||||
|
|
||||||
|
It available as unstable and live packages (~$ARCH and -9999).
|
||||||
|
|
||||||
|
# echo 'app-portage/genlop ~amd64' | tee /etc/portage/package.accept_keywords/genlop
|
||||||
|
# emerge --update app-portage/genlop
|
||||||
|
|
||||||
|
Happy coding!
|
Loading…
Reference in New Issue
Block a user