summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-02-06 02:48:15 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-02-06 02:48:15 +0000
commitd8e0ee60c5d298de4898c94db7910b9f07f73322 (patch)
tree2b9c9a416bc7f452c8e26373771d8a4d52a87847 /dev-perl
parentImprove the automatic HOMEPAGE/SRC_URI code that is powered by MODULE_AUTHOR.... (diff)
downloadgentoo-2-d8e0ee60c5d298de4898c94db7910b9f07f73322.tar.gz
gentoo-2-d8e0ee60c5d298de4898c94db7910b9f07f73322.tar.bz2
gentoo-2-d8e0ee60c5d298de4898c94db7910b9f07f73322.zip
Add useful CPAN handling tool. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.1.4.1)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/ShipIt/ChangeLog10
-rw-r--r--dev-perl/ShipIt/Manifest4
-rw-r--r--dev-perl/ShipIt/ShipIt-0.51.ebuild20
-rw-r--r--dev-perl/ShipIt/metadata.xml9
4 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/ShipIt/ChangeLog b/dev-perl/ShipIt/ChangeLog
new file mode 100644
index 000000000000..499687b4dd7a
--- /dev/null
+++ b/dev-perl/ShipIt/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/ShipIt
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.1 2008/02/06 02:48:15 robbat2 Exp $
+
+*ShipIt-0.51 (06 Feb 2008)
+
+ 06 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> +ShipIt-0.51.ebuild,
+ +metadata.xml:
+ Add useful CPAN handling tool. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
+
diff --git a/dev-perl/ShipIt/Manifest b/dev-perl/ShipIt/Manifest
new file mode 100644
index 000000000000..3d537cff1c8c
--- /dev/null
+++ b/dev-perl/ShipIt/Manifest
@@ -0,0 +1,4 @@
+DIST ShipIt-0.51.tar.gz 15737 RMD160 db27cd22affb80eaa516254a14ae7df1827bcab0 SHA1 611e95500475fed822a26f3f56f6ed0ba905a33f SHA256 bfaf543d8cba8d883a85250baed666481e4781fc9bdab51f3ac7ac4fad059a70
+EBUILD ShipIt-0.51.ebuild 450 RMD160 cc37460b2d46fceea0d70e0fbad07ff527d25b60 SHA1 efeba254e3b184f1a9273f4fba901d03ad69f4c6 SHA256 4ea0e0b04773d102ce7239a0474c92eaccc9f21ec8fe5496a20363ab3a8446e4
+MISC ChangeLog 318 RMD160 23aa0c5858aae7804ebd79ad8dd76e36b50c613e SHA1 8242cb9c06830a524fc1f2c90d04765b3b404b3c SHA256 914ea9316915eb422db9b0155c55d3b3cb50180ab878daba0c171d74f08b4af6
+MISC metadata.xml 271 RMD160 33d1e6d38b3ecde19f2a3a873476e4fc03fd0a41 SHA1 1b49b2ba691f42cbf4f86231769f560b7232453a SHA256 0670df6d1cf19fc80b5a9b574234d0d260f42c2c1889155d94922b0d63976ac2
diff --git a/dev-perl/ShipIt/ShipIt-0.51.ebuild b/dev-perl/ShipIt/ShipIt-0.51.ebuild
new file mode 100644
index 000000000000..42337a4a5353
--- /dev/null
+++ b/dev-perl/ShipIt/ShipIt-0.51.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ShipIt-0.51.ebuild,v 1.1 2008/02/06 02:48:15 robbat2 Exp $
+
+MODULE_AUTHOR="BRADFITZ"
+inherit perl-module
+
+DESCRIPTION="Software Release Tool"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86 ~ppc"
+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) for use."
+}
diff --git a/dev-perl/ShipIt/metadata.xml b/dev-perl/ShipIt/metadata.xml
new file mode 100644
index 000000000000..8ac7a1c994df
--- /dev/null
+++ b/dev-perl/ShipIt/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>robbat2@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+</pkgmetadata>