From 0b3cd9311d02854e2887450eb02dada01147a1c2 Mon Sep 17 00:00:00 2001 From: Erik Falor Date: Sat, 22 Oct 2016 23:25:04 +0200 Subject: app-admin/stow: Add slot operator in perl dependency, bug 595212 --- app-admin/stow/stow-2.2.2-r1.ebuild | 21 +++++++++++++++++++++ app-admin/stow/stow-2.2.2.ebuild | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 app-admin/stow/stow-2.2.2-r1.ebuild delete mode 100644 app-admin/stow/stow-2.2.2.ebuild (limited to 'app-admin') diff --git a/app-admin/stow/stow-2.2.2-r1.ebuild b/app-admin/stow/stow-2.2.2-r1.ebuild new file mode 100644 index 000000000000..31449528f33c --- /dev/null +++ b/app-admin/stow/stow-2.2.2-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="GNU Stow is a symlink farm manager" +HOMEPAGE="https://www.gnu.org/software/stow/" +SRC_URI="mirror://gnu/stow/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="test" + +DEPEND="dev-lang/perl + test? ( + virtual/perl-Test-Harness + dev-perl/Test-Output + )" +RDEPEND="dev-lang/perl:=" diff --git a/app-admin/stow/stow-2.2.2.ebuild b/app-admin/stow/stow-2.2.2.ebuild deleted file mode 100644 index 425c180c88ff..000000000000 --- a/app-admin/stow/stow-2.2.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="GNU Stow is a symlink farm manager" -HOMEPAGE="https://www.gnu.org/software/stow/" -SRC_URI="mirror://gnu/stow/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="test" - -DEPEND="dev-lang/perl - test? ( - virtual/perl-Test-Harness - dev-perl/Test-Output - )" -RDEPEND="dev-lang/perl" -- cgit v1.2.3-18-g5258