summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 11:20:11 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 11:20:11 +0000
commitef1d54c2d1085fbaee51292055f0349a0c339a3d (patch)
treeff3f2bd9145ed27497d0bd62a6d562951a05111c /dev-perl/Dist-CheckConflicts
parentDepend on dev-ruby/rcairo and dev-ruby/pkg-config. Fixes bug 378685 by Kacper... (diff)
downloadhistorical-ef1d54c2d1085fbaee51292055f0349a0c339a3d.tar.gz
historical-ef1d54c2d1085fbaee51292055f0349a0c339a3d.tar.bz2
historical-ef1d54c2d1085fbaee51292055f0349a0c339a3d.zip
Change version scheme
Package-Manager: portage-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"