Skip to content

Commit

Permalink
dev-vcs/git-deploy: Move from perl-app to perl-functions.eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.70, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed Oct 4, 2019
1 parent 84d6bc9 commit 341da20
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit perl-app
inherit perl-functions

COMMIT="e9ef93debd12d85e70676dd79b4bd78ac2b05271"

Expand All @@ -29,7 +29,7 @@ DEPEND="dev-lang/perl
${COMMON_DEPEND}
virtual/perl-File-Temp
)"
RDEPEND="dev-lang/perl
RDEPEND="dev-lang/perl:=
${COMMON_DEPEND}"

S="${WORKDIR}/${PN}-${COMMIT}"
Expand All @@ -56,6 +56,7 @@ src_test() {
}

src_install() {
perl_set_version
dobin git-deploy

insinto $VENDOR_LIB
Expand Down

0 comments on commit 341da20

Please sign in to comment.