summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-03-27 21:49:00 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-03-27 21:49:00 +0000
commitebd5ed285b7f527e6f566d183936e51b892d2890 (patch)
tree709bb736770c75641ea7c485d2af193e7fd6472e /dev-perl/ShipIt/ShipIt-0.55.ebuild
parentVersion bump via perl-bump experimental tool. (diff)
downloadhistorical-ebd5ed285b7f527e6f566d183936e51b892d2890.tar.gz
historical-ebd5ed285b7f527e6f566d183936e51b892d2890.tar.bz2
historical-ebd5ed285b7f527e6f566d183936e51b892d2890.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/ShipIt/ShipIt-0.55.ebuild')
-rw-r--r--dev-perl/ShipIt/ShipIt-0.55.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/ShipIt/ShipIt-0.55.ebuild b/dev-perl/ShipIt/ShipIt-0.55.ebuild
new file mode 100644
index 000000000000..5dea4e1422d5
--- /dev/null
+++ b/dev-perl/ShipIt/ShipIt-0.55.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ShipIt-0.55.ebuild,v 1.1 2010/03/27 21:48:04 robbat2 Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="BRADFITZ"
+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."
+}