summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 11:09:37 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 11:09:37 +0000
commit1a38479d0dabd178ab9d22df86e89107926c6c74 (patch)
treedb5dd4a67afe1018c07dc6b3353f74533a7c57ff /dev-perl/Dist-CheckConflicts
parentChange version scheme (diff)
downloadgentoo-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')
-rw-r--r--dev-perl/Dist-CheckConflicts/ChangeLog8
-rw-r--r--dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Dist-CheckConflicts/ChangeLog b/dev-perl/Dist-CheckConflicts/ChangeLog
index 09a79d8127e6..61463490a531 100644
--- a/dev-perl/Dist-CheckConflicts/ChangeLog
+++ b/dev-perl/Dist-CheckConflicts/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Dist-CheckConflicts
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.4 2011/08/13 09:09:10 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.5 2011/08/31 11:09:37 tove Exp $
+
+*Dist-CheckConflicts-0.20.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +Dist-CheckConflicts-0.20.0.ebuild:
+ Change version scheme
13 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
Dist-CheckConflicts-0.20.ebuild:
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"