diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-27 05:52:06 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-27 05:52:06 +0000 |
commit | 7ecd2d2176f8e3e3bb0564116861f7cfafeaaad7 (patch) | |
tree | 42d614454d6ee821fbf320695cfea1d512c89509 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-7ecd2d2176f8e3e3bb0564116861f7cfafeaaad7.tar.gz gentoo-2-7ecd2d2176f8e3e3bb0564116861f7cfafeaaad7.tar.bz2 gentoo-2-7ecd2d2176f8e3e3bb0564116861f7cfafeaaad7.zip |
Initial commit. Imported from perl-overlay as a dependency for Devel-REPL. Ebuild created by Kent Fredric <kentfredric@gmail.com>.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog b/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog new file mode 100644 index 000000000000..bbf8871d7bfc --- /dev/null +++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-perl/WWW-Pastebin-PastebinCom-Create +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.1 2009/06/27 05:52:06 robbat2 Exp $ + +*WWW-Pastebin-PastebinCom-Create-0.002 (27 Jun 2009) + + 27 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> + +WWW-Pastebin-PastebinCom-Create-0.002.ebuild, +metadata.xml: + Initial commit. Imported from perl-overlay as a dependency for Devel-REPL. + Ebuild created by Kent Fredric <kentfredric@gmail.com>. + diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.002.ebuild b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.002.ebuild new file mode 100644 index 000000000000..05409b89f109 --- /dev/null +++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.002.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.002.ebuild,v 1.1 2009/06/27 05:52:06 robbat2 Exp $ +EAPI=2 +MODULE_AUTHOR=ZOFFIX +inherit perl-module + +DESCRIPTION="paste to <http://pastebin.com> from Perl" +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +COMMON_DEPEND=" + >=dev-perl/URI-1.35 + >=dev-perl/libwww-perl-2.036 +" +DEPEND=" + ${COMMON_DEPEND} + test? ( + virtual/perl-Test-Simple + ) +" +RDEPEND=" + ${COMMON_DEPEND} +" +SRC_TEST="do" diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/metadata.xml b/dev-perl/WWW-Pastebin-PastebinCom-Create/metadata.xml new file mode 100644 index 000000000000..5759da70e185 --- /dev/null +++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/metadata.xml @@ -0,0 +1,8 @@ +<?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> + </maintainer> +</pkgmetadata> |