diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-31 11:09:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-31 11:09:37 +0000 |
commit | 1a38479d0dabd178ab9d22df86e89107926c6c74 (patch) | |
tree | db5dd4a67afe1018c07dc6b3353f74533a7c57ff /dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild | |
parent | Change version scheme (diff) | |
download | gentoo-2-1a38479d0dabd178ab9d22df86e89107926c6c74.tar.gz gentoo-2-1a38479d0dabd178ab9d22df86e89107926c6c74.tar.bz2 gentoo-2-1a38479d0dabd178ab9d22df86e89107926c6c74.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild')
-rw-r--r-- | dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild new file mode 100644 index 000000000000..38e0e6eb3da5 --- /dev/null +++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.1 2011/08/31 11:09:37 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DOY +MODULE_VERSION=0.02 +inherit perl-module + +DESCRIPTION="Declare version conflicts for your dist" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND="dev-perl/Sub-Exporter + >=dev-perl/List-MoreUtils-0.12" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.88 + )" + +SRC_TEST="do" |