summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-11-12 20:00:26 +0000
committerTorsten Veller <tove@gentoo.org>2012-11-12 20:00:26 +0000
commit2679b1a45ddcf4366f71939b9accaa293c497f20 (patch)
tree2f352ae6ec68f899e96a2b170b8343b2f8f2fa07 /dev-perl/ShipIt
parentVersion bump. (diff)
downloadgentoo-2-2679b1a45ddcf4366f71939b9accaa293c497f20.tar.gz
gentoo-2-2679b1a45ddcf4366f71939b9accaa293c497f20.tar.bz2
gentoo-2-2679b1a45ddcf4366f71939b9accaa293c497f20.zip
[bump] dev-perl/ShipIt-0.580.0
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/ShipIt')
-rw-r--r--dev-perl/ShipIt/ChangeLog7
-rw-r--r--dev-perl/ShipIt/ShipIt-0.580.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/ShipIt/ChangeLog b/dev-perl/ShipIt/ChangeLog
index b079c75c636e..5e8638e843a3 100644
--- a/dev-perl/ShipIt/ChangeLog
+++ b/dev-perl/ShipIt/ChangeLog
@@ -1,6 +1,11 @@
# 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.13 2012/09/02 08:13:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.14 2012/11/12 20:00:26 tove Exp $
+
+*ShipIt-0.580.0 (12 Nov 2012)
+
+ 12 Nov 2012; Torsten Veller <tove@gentoo.org> +ShipIt-0.580.0.ebuild:
+ Version bump
02 Sep 2012; Torsten Veller <tove@gentoo.org> -ShipIt-0.550.0.ebuild:
Cleanup
diff --git a/dev-perl/ShipIt/ShipIt-0.580.0.ebuild b/dev-perl/ShipIt/ShipIt-0.580.0.ebuild
new file mode 100644
index 000000000000..5611b6ab1a24
--- /dev/null
+++ b/dev-perl/ShipIt/ShipIt-0.580.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.580.0.ebuild,v 1.1 2012/11/12 20:00:26 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.58
+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."
+}