summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-07-24 15:53:15 +0000
committerTorsten Veller <tove@gentoo.org>2012-07-24 15:53:15 +0000
commit3093d3880feb10ad851d2931a12742bbba8c6f31 (patch)
treec55d01f38c42624bf6b45e33a90f3e2f9bd36638 /dev-perl/ShipIt
parent[bump] dev-perl/Tie-Cache-LRU-Expires-0.550.0 (diff)
downloadgentoo-2-3093d3880feb10ad851d2931a12742bbba8c6f31.tar.gz
gentoo-2-3093d3880feb10ad851d2931a12742bbba8c6f31.tar.bz2
gentoo-2-3093d3880feb10ad851d2931a12742bbba8c6f31.zip
[bump] dev-perl/ShipIt-0.570.0
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/ShipIt')
-rw-r--r--dev-perl/ShipIt/ChangeLog8
-rw-r--r--dev-perl/ShipIt/ShipIt-0.570.0.ebuild22
-rw-r--r--dev-perl/ShipIt/metadata.xml1
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/ShipIt/ChangeLog b/dev-perl/ShipIt/ChangeLog
index f4eed3ba402d..bf37c08eeb24 100644
--- a/dev-perl/ShipIt/ChangeLog
+++ b/dev-perl/ShipIt/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/ShipIt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.11 2012/06/24 12:59:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.12 2012/07/24 15:53:15 tove Exp $
+
+*ShipIt-0.570.0 (24 Jul 2012)
+
+ 24 Jul 2012; Torsten Veller <tove@gentoo.org> +ShipIt-0.570.0.ebuild,
+ metadata.xml:
+ Version bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/ShipIt/ShipIt-0.570.0.ebuild b/dev-perl/ShipIt/ShipIt-0.570.0.ebuild
new file mode 100644
index 000000000000..0a1ef8e533f7
--- /dev/null
+++ b/dev-perl/ShipIt/ShipIt-0.570.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ShipIt-0.570.0.ebuild,v 1.1 2012/07/24 15:53:15 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.57
+inherit perl-module
+
+DESCRIPTION="Software Release Tool"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+pkg_postinst() {
+ elog "Please note that ShipIt does not depend on any specific VCS."
+ elog "You must install a supported VCS (CVS, SVN, SVK, GIT, HG) for use."
+}
diff --git a/dev-perl/ShipIt/metadata.xml b/dev-perl/ShipIt/metadata.xml
index f5228d751095..3a36c7ccef50 100644
--- a/dev-perl/ShipIt/metadata.xml
+++ b/dev-perl/ShipIt/metadata.xml
@@ -34,5 +34,6 @@
<remote-id type="cpan-module">ShipIt::VC::Mercurial</remote-id>
<remote-id type="cpan-module">ShipIt::VC::SVK</remote-id>
<remote-id type="cpan-module">ShipIt::VC::SVN</remote-id>
+ <remote-id type="cpan-module">__ShipIt_Temp_Package</remote-id>
</upstream>
</pkgmetadata>