diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-06 02:48:15 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-06 02:48:15 +0000 |
commit | 1dbca063eeb1a5b802bf402f85fcbf4328977641 (patch) | |
tree | 8381e35aa32de67e23de796462e2b904fb38b785 /dev-perl | |
parent | Improve the automatic HOMEPAGE/SRC_URI code that is powered by MODULE_AUTHOR.... (diff) | |
download | historical-1dbca063eeb1a5b802bf402f85fcbf4328977641.tar.gz historical-1dbca063eeb1a5b802bf402f85fcbf4328977641.tar.bz2 historical-1dbca063eeb1a5b802bf402f85fcbf4328977641.zip |
Add useful CPAN handling tool. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/ShipIt/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/ShipIt/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/ShipIt/ShipIt-0.51.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/ShipIt/metadata.xml | 9 |
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..93426df5cf2d --- /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 549 RMD160 a0fd1995bb7988bd3cb17b1a7e885b5e7b863319 SHA1 4b50b05be0fd2f40d287d399e524b1c6a886f55c SHA256 f6cae1cadeca3492a05df339c4124fb8b9addede40db7f552916b7ad0bf9fcf7 +MISC ChangeLog 406 RMD160 aff1d5a429bb6ddd3411c9666d6f10b0e188b8a8 SHA1 3c0e562f90a32da97227f2f37ac9740961385d1d SHA256 cf20d9f42cf1144a474a83ffd387a9a889eb6e41ff870387c4ed928e446c5aee +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> |