Parent Directory
|
Revision Log
Stable for x86, wrt bug #418813 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
| 1 | robbat2 | 1.1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | johu | 1.3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Remove/File-Remove-1.520.0.ebuild,v 1.2 2012/05/06 17:51:43 armin76 Exp $ |
| 4 | robbat2 | 1.1 | |
| 5 | EAPI=4 | ||
| 6 | |||
| 7 | MODULE_AUTHOR=ADAMK | ||
| 8 | MODULE_VERSION=${PV%0.0} | ||
| 9 | inherit perl-module | ||
| 10 | |||
| 11 | DESCRIPTION="Remove files and directories" | ||
| 12 | |||
| 13 | SLOT="0" | ||
| 14 | johu | 1.3 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" |
| 15 | robbat2 | 1.1 | IUSE="" |
| 16 | |||
| 17 | RDEPEND=">=virtual/perl-File-Spec-0.84" | ||
| 18 | DEPEND="${RDEPEND}" | ||
| 19 | |||
| 20 | SRC_TEST="do" |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |